Update src/app/page.tsx
This commit is contained in:
@@ -103,7 +103,7 @@ export default function HomePage() {
|
||||
name: "Silk Saree with Gold Borders",
|
||||
price: "₹8,500",
|
||||
variant: "Multiple Colors Available",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/golden-pattern-background_1268-1137.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/golden-pattern-background_1268-1137.jpg?_wi=1",
|
||||
imageAlt: "Silk saree with gold embroidery",
|
||||
isFavorited: false,
|
||||
},
|
||||
@@ -112,7 +112,7 @@ export default function HomePage() {
|
||||
name: "Designer Kurta with Embroidery",
|
||||
price: "₹3,200",
|
||||
variant: "S • M • L • XL",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-dancer-looking-away_23-2148235431.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-dancer-looking-away_23-2148235431.jpg?_wi=1",
|
||||
imageAlt: "Designer embroidered kurta",
|
||||
isFavorited: false,
|
||||
},
|
||||
@@ -121,7 +121,7 @@ export default function HomePage() {
|
||||
name: "Festive Lehenga Set",
|
||||
price: "₹12,000",
|
||||
variant: "Maroon • Gold Accents",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-wearing-sari_23-2149503034.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-wearing-sari_23-2149503034.jpg?_wi=1",
|
||||
imageAlt: "Festive lehenga with gold embellishments",
|
||||
isFavorited: false,
|
||||
},
|
||||
@@ -130,7 +130,7 @@ export default function HomePage() {
|
||||
name: "Cotton Saree with Traditional Prints",
|
||||
price: "₹4,500",
|
||||
variant: "Cream • Maroon • Navy",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/red-orange-fabric-texture_23-2147558599.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/red-orange-fabric-texture_23-2147558599.jpg?_wi=1",
|
||||
imageAlt: "Traditional printed cotton saree",
|
||||
isFavorited: false,
|
||||
},
|
||||
@@ -152,25 +152,25 @@ export default function HomePage() {
|
||||
{
|
||||
id: "1",
|
||||
name: "Priya Sharma",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-smiley-woman-looking-camera_23-2148286030.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-smiley-woman-looking-camera_23-2148286030.jpg?_wi=1",
|
||||
imageAlt: "Priya Sharma",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Anjali Verma",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-portrait-beautiful-smiling-brunette-model-dressed-summer-hipster-clothes-trendy-girl-posing-street-background-funny-positive-woman-having-fun_158538-16144.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-portrait-beautiful-smiling-brunette-model-dressed-summer-hipster-clothes-trendy-girl-posing-street-background-funny-positive-woman-having-fun_158538-16144.jpg?_wi=1",
|
||||
imageAlt: "Anjali Verma",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Divya Patel",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/little-girl-standing-with-crossed-arms-sticking-out-tongue-t-shirt_176474-53440.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/little-girl-standing-with-crossed-arms-sticking-out-tongue-t-shirt_176474-53440.jpg?_wi=1",
|
||||
imageAlt: "Divya Patel",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Neha Gupta",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-pretty-young-woman-with-long-hair-standing-against-isolated-background_662251-535.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-pretty-young-woman-with-long-hair-standing-against-isolated-background_662251-535.jpg?_wi=1",
|
||||
imageAlt: "Neha Gupta",
|
||||
},
|
||||
]}
|
||||
@@ -202,7 +202,7 @@ export default function HomePage() {
|
||||
name: "Classic Silk Saree",
|
||||
price: "₹6,500",
|
||||
variant: "Traditional Weave",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-wearing-tradition-sari-garment_52683-90223.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-wearing-tradition-sari-garment_52683-90223.jpg?_wi=1",
|
||||
imageAlt: "Classic silk saree",
|
||||
isFavorited: false,
|
||||
},
|
||||
@@ -211,7 +211,7 @@ export default function HomePage() {
|
||||
name: "Palazzo Kurta Suit",
|
||||
price: "₹4,800",
|
||||
variant: "Comfort Fit",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-floral-dress-sitting-chair-with-different-flowers-floor_23-2148121845.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-floral-dress-sitting-chair-with-different-flowers-floor_23-2148121845.jpg?_wi=1",
|
||||
imageAlt: "Palazzo style kurta",
|
||||
isFavorited: false,
|
||||
},
|
||||
@@ -220,7 +220,7 @@ export default function HomePage() {
|
||||
name: "Bridal Lehenga",
|
||||
price: "₹15,000",
|
||||
variant: "Premium Embroidery",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-indian-woman-wearing-sari_23-2149400877.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-indian-woman-wearing-sari_23-2149400877.jpg?_wi=1",
|
||||
imageAlt: "Bridal lehenga with intricate embroidery",
|
||||
isFavorited: false,
|
||||
},
|
||||
@@ -244,7 +244,7 @@ export default function HomePage() {
|
||||
category: ["Sarees", "Photography"],
|
||||
title: "Timeless Silk Sarees Collection",
|
||||
excerpt: "Discover our exquisite collection of hand-woven silk sarees featuring traditional patterns and contemporary elegance.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/carpets-market-morocco_23-2148129784.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/carpets-market-morocco_23-2148129784.jpg?_wi=1",
|
||||
imageAlt: "Saree collection display",
|
||||
authorName: "Saun Concepts",
|
||||
authorAvatar: "http://img.b2bpic.net/free-vector/flat-fashion-accessories-logo-set_23-2148922521.jpg",
|
||||
@@ -255,7 +255,7 @@ export default function HomePage() {
|
||||
category: ["Kurtas", "Fashion"],
|
||||
title: "Modern Kurtas with Traditional Art",
|
||||
excerpt: "Contemporary silhouettes combined with traditional embroidery techniques showcase timeless style.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/two-indian-stylish-mans-friends-traditional-clothes-posed-outdoor-talk-laugh_627829-12656.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/two-indian-stylish-mans-friends-traditional-clothes-posed-outdoor-talk-laugh_627829-12656.jpg?_wi=1",
|
||||
imageAlt: "Kurta collection",
|
||||
authorName: "Saun Concepts",
|
||||
authorAvatar: "http://img.b2bpic.net/free-vector/flat-fashion-accessories-logo-set_23-2148922521.jpg",
|
||||
@@ -266,7 +266,7 @@ export default function HomePage() {
|
||||
category: ["Lehengas", "Festive"],
|
||||
title: "Festive Lehengas for Every Celebration",
|
||||
excerpt: "Stunning lehenga sets perfect for weddings, celebrations, and special occasions with intricate embellishments.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-wearing-tradition-sari-garment_52683-90230.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-wearing-tradition-sari-garment_52683-90230.jpg?_wi=1",
|
||||
imageAlt: "Lehenga collection",
|
||||
authorName: "Saun Concepts",
|
||||
authorAvatar: "http://img.b2bpic.net/free-vector/flat-fashion-accessories-logo-set_23-2148922521.jpg",
|
||||
@@ -288,7 +288,7 @@ export default function HomePage() {
|
||||
tagAnimation="slide-up"
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
useInvertedBackground={false}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/top-view-fabric_23-2148817551.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/top-view-fabric_23-2148817551.jpg?_wi=1"
|
||||
imageAlt="Ethnic wear detail"
|
||||
mediaAnimation="slide-up"
|
||||
inputPlaceholder="Enter your email"
|
||||
|
||||
Reference in New Issue
Block a user