feat(marketing): add footer step with form inputs for email, phone, address, tagline, and copyright

This commit is contained in:
AmirReza Jamali
2025-11-05 16:16:53 +03:30
parent c2a14953d0
commit f9bd7fce4b
3 changed files with 108 additions and 0 deletions
+6
View File
@@ -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 (
<>