From 2a06a3a6ffb83666932fac96137d43be7d634836 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 10:56:40 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 33 ++++++++++++++++++++++++++++++++- 1 file changed, 32 insertions(+), 1 deletion(-) 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() { /> + +