feat(marketing): add footer step with form inputs for email, phone, address, tagline, and copyright
This commit is contained in:
@@ -8,6 +8,7 @@ import ChallengesStep from "./_components/ChallengesStep";
|
||||
import ChartStep from "./_components/ChartStep";
|
||||
import ContactsStep from "./_components/ContactsStep";
|
||||
import FeaturesStep from "./_components/FeaturesStep";
|
||||
import FooterStep from "./_components/FooterStep";
|
||||
import HeroStep from "./_components/HeroStep";
|
||||
|
||||
const Marketing = () => {
|
||||
@@ -53,6 +54,11 @@ const Marketing = () => {
|
||||
description: "Create contacts section",
|
||||
content: <ContactsStep />,
|
||||
},
|
||||
{
|
||||
title: "Footer",
|
||||
description: "Add footer information",
|
||||
content: <FooterStep />,
|
||||
},
|
||||
];
|
||||
return (
|
||||
<>
|
||||
|
||||
Reference in New Issue
Block a user