diff --git a/src/app/page.tsx b/src/app/page.tsx index 151d5c2..ef9b772 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -5,13 +5,12 @@ import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloating import HeroLogo from "@/components/sections/hero/HeroLogo"; import ProductCardOne from "@/components/sections/product/ProductCardOne"; import MetricSplitMediaAbout from "@/components/sections/about/MetricSplitMediaAbout"; -import FeatureCardSix from "@/components/sections/feature/FeatureCardSix"; import MetricCardThree from "@/components/sections/metrics/MetricCardThree"; import SocialProofOne from "@/components/sections/socialProof/SocialProofOne"; import TestimonialCardTwelve from "@/components/sections/testimonial/TestimonialCardTwelve"; import ContactFaq from "@/components/sections/contact/ContactFaq"; import FooterMedia from "@/components/sections/footer/FooterMedia"; -import { Heart, Hammer, Book, Sparkles, Crown, Mail, Users, Wand2, Star } from "lucide-react"; +import { Heart, Hammer, Book, Sparkles, Crown, Mail, Users, Star } from "lucide-react"; export default function LandingPage() { return ( @@ -32,8 +31,7 @@ export default function LandingPage() { brandName="Or Emunah" navItems={[ { name: "Shop Collection", id: "collections" }, - { name: "About", id: "about" }, - { name: "Custom Gifts", id: "custom" } + { name: "About", id: "about" } ]} button={{ text: "Create a Custom Blessing", href: "#custom" }} animateOnLoad={true} @@ -101,38 +99,6 @@ export default function LandingPage() { /> -