Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-05-26 10:04:09 +00:00

View File

@@ -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}
/>
</div>
@@ -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}
/>
</div>
</ThemeProvider>