diff --git a/src/app/page.tsx b/src/app/page.tsx index cd31111..2e33eeb 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -81,10 +81,10 @@ export default function LandingPage() { gridVariant="four-items-2x2-equal-grid" useInvertedBackground={true} products={[ - { id: "p1", name: "Casual Chic Top", price: "₹899", imageSrc: "http://img.b2bpic.net/free-photo/attractive-black-african-american-woman-stylish-outfit-green-studio-background_285396-10817.jpg" }, - { id: "p2", name: "Premium Cotton Dress", price: "₹1599", imageSrc: "http://img.b2bpic.net/free-photo/stylish-young-woman-long-grey-dress_613910-7108.jpg" }, - { id: "p3", name: "Everyday Elegance Set", price: "₹1299", imageSrc: "http://img.b2bpic.net/free-photo/middle-eastern-client-wheelchair-examining-clothes-racks-retail-store_482257-118472.jpg" }, - { id: "p4", name: "Modern Workwear Blouse", price: "₹999", imageSrc: "http://img.b2bpic.net/free-photo/side-view-elegant-pensive-girl-wearing-trendy-warm-outfit-raising-leg-up-looking-away-while-leaning-street-lantern-cold-winter-weather_8353-12631.jpg" }, + { id: "p1", name: "Casual Chic Top", price: "₹899", imageSrc: "https://www.instagram.com/p/C9_12345/media/?size=l" }, + { id: "p2", name: "Premium Cotton Dress", price: "₹1599", imageSrc: "https://www.instagram.com/p/C9_67890/media/?size=l" }, + { id: "p3", name: "Everyday Elegance Set", price: "₹1299", imageSrc: "https://www.instagram.com/p/C9_abcde/media/?size=l" }, + { id: "p4", name: "Modern Workwear Blouse", price: "₹999", imageSrc: "https://www.instagram.com/p/C9_fghij/media/?size=l" }, ]} title="Latest Collections" description="Explore our curated picks for the season." @@ -156,4 +156,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file diff --git a/src/app/products/page.tsx b/src/app/products/page.tsx index a3e2457..d1c57c6 100644 --- a/src/app/products/page.tsx +++ b/src/app/products/page.tsx @@ -32,9 +32,9 @@ export default function ProductsPage() {