From 92ac2d2b0f90b4593ba228a51adb1ee043220ab1 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 26 May 2026 10:04:06 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c22b604..1b11d7c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -59,7 +59,6 @@ export default function LandingPage() { { id: "carousel-item-5", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-celebrating-tamil-new-year_23-2151210758.jpg", imageAlt: "Man in a vibrant festive kurta" }, { id: "carousel-item-6", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-posing-fast-fashion-concept_23-2150805278.jpg", imageAlt: "Man in a modern Indo-Western outfit" } ]} - useInvertedBackground={false} /> @@ -196,7 +195,6 @@ export default function LandingPage() { { items: [{ label: "About Us", href: "#about" }, { label: "Our Story", href: "#about" }, { label: "Testimonials", href: "#testimonials" }, { label: "Careers", href: "#" }] }, { items: [{ label: "Contact Us", href: "#contact" }, { label: "FAQ", href: "#faq" }, { label: "Shipping & Returns", href: "#" }, { label: "Privacy Policy", href: "#" }] } ]} - useInvertedBackground={false} /> -- 2.49.1