diff --git a/src/app/page.tsx b/src/app/page.tsx index cbe6745..6579450 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -8,7 +8,8 @@ import SocialProofOne from "@/components/sections/socialProof/SocialProofOne"; import TestimonialCardFive from "@/components/sections/testimonial/TestimonialCardFive"; import ContactCenter from "@/components/sections/contact/ContactCenter"; import FooterBase from "@/components/sections/footer/FooterBase"; -import { Mail } from "lucide-react"; +import BlogCardOne from "@/components/sections/blog/BlogCardOne"; +import { Mail, Image } from "lucide-react"; export default function LandingPage() { return ( @@ -30,6 +31,7 @@ export default function LandingPage() { navItems={[ { name: "Collections", id: "collections" }, { name: "Featured", id: "featured" }, + { name: "Gallery", id: "gallery" }, { name: "About", id: "about" }, { name: "Contact", id: "contact" }, ]} @@ -96,6 +98,34 @@ export default function LandingPage() { /> +