diff --git a/src/app/page.tsx b/src/app/page.tsx index fb4ff9b..71a2b00 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,4 +1,4 @@ -"use client" +"use client"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleFullscreen from "@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen"; @@ -88,9 +88,15 @@ export default function LandingPage() { animationType="slide-up" gridVariant="three-columns-all-equal-width" products={[ - { id: "ethnic-1", brand: "Mehtab Fashion", name: "Ethnic Wear Collection", price: "₹1,299 - ₹3,999", rating: 5, reviewCount: "1.2k", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-vibrant-handmade-bags-store_181624-59532.jpg", imageAlt: "Traditional ethnic wear fashion collection"}, - { id: "western-1", brand: "Mehtab Fashion", name: "Western Wear Range", price: "₹899 - ₹2,999", rating: 5, reviewCount: "890", imageSrc: "http://img.b2bpic.net/free-photo/attractive-stylish-blonde-woman-jeans-oversize-jacket-walking-against-wall-street_285396-8034.jpg", imageAlt: "Contemporary western fashion collection"}, - { id: "accessory-1", brand: "Mehtab Fashion", name: "Premium Accessories", price: "₹299 - ₹1,499", rating: 5, reviewCount: "650", imageSrc: "http://img.b2bpic.net/free-photo/aesthetic-golden-earrings-arrangement_23-2149846555.jpg", imageAlt: "Fashion accessories and jewelry"}, + { + id: "ethnic-1", brand: "Mehtab Fashion", name: "Ethnic Wear Collection", price: "₹1,299 - ₹3,999", rating: 5, + reviewCount: "1.2k", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-vibrant-handmade-bags-store_181624-59532.jpg", imageAlt: "Traditional ethnic wear fashion collection"}, + { + id: "western-1", brand: "Mehtab Fashion", name: "Western Wear Range", price: "₹899 - ₹2,999", rating: 5, + reviewCount: "890", imageSrc: "http://img.b2bpic.net/free-photo/attractive-stylish-blonde-woman-jeans-oversize-jacket-walking-against-wall-street_285396-8034.jpg", imageAlt: "Contemporary western fashion collection"}, + { + id: "accessory-1", brand: "Mehtab Fashion", name: "Premium Accessories", price: "₹299 - ₹1,499", rating: 5, + reviewCount: "650", imageSrc: "http://img.b2bpic.net/free-photo/aesthetic-golden-earrings-arrangement_23-2149846555.jpg", imageAlt: "Fashion accessories and jewelry"}, ]} buttons={[{ text: "View All Collections", href: "#collections" }]} />