diff --git a/src/app/page.tsx b/src/app/page.tsx index ef53be9..96c38d3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -13,7 +13,8 @@ import FaqDouble from '@/components/sections/faq/FaqDouble'; import ContactCTA from '@/components/sections/contact/ContactCTA'; import FooterMedia from '@/components/sections/footer/FooterMedia'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; -import { Sparkles, Award, Beaker, TrendingUp, Heart, HelpCircle, BookOpen } from 'lucide-react'; +import FeatureCardNineteen from '@/components/sections/feature/FeatureCardNineteen'; +import { Sparkles, Award, Beaker, TrendingUp, Heart, HelpCircle, BookOpen, Wrench } from 'lucide-react'; export default function LandingPage() { return ( @@ -37,6 +38,7 @@ export default function LandingPage() { { name: "Collection", id: "products" }, { name: "Craft", id: "ingredients" }, { name: "Journal", id: "blog" }, + { name: "Repairs", id: "repairs" }, { name: "Contact", id: "contact" } ]} button={{ text: "Shop Now", href: "#products" }} @@ -117,6 +119,22 @@ export default function LandingPage() { /> +
+ +
+