From bf73ab1cc91043fd0fbea95b2a90d8fb6c1dbec4 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 8 Jun 2026 07:41:21 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b410bf9..e43af49 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -177,24 +177,24 @@ export default function LandingPage() { useInvertedBackground={true} products={[ { - id: "p1", name: "Designer Kurti & Farsi Salwar", price: "Custom Quote", imageSrc: "http://img.b2bpic.net/free-photo/attractive-south-asian-woman-deep-red-gown-dress-posed-studio-against-windows-night_627829-5282.jpg", imageAlt: "Designer Kurti and Farsi Salwar"}, + id: "p1", name: "Designer Kurti & Farsi Salwar", price: "Custom Quote", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-indian-bride-red-sari_23-2149520808.jpg", imageAlt: "Designer Kurti and Farsi Salwar"}, { - id: "p2", name: "Exquisite Sari Blouse", price: "Custom Quote", imageSrc: "http://img.b2bpic.net/free-photo/young-hipster-man-with-pierced-ears-nose-holding-yellow-limonium-flower-hand-standing-against-grey-wall_23-2148122050.jpg", imageAlt: "Exquisite Sari Blouse"}, + id: "p2", name: "Exquisite Sari Blouse", price: "Custom Quote", imageSrc: "http://img.b2bpic.net/free-photo/indian-dress_23-2149223708.jpg", imageAlt: "Exquisite Sari Blouse"}, { - id: "p3", name: "Bridal Lehenga Collection", price: "Custom Quote", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-wearing-embroidered-shirt_23-2149302549.jpg", imageAlt: "Bridal Lehenga Collection"}, + id: "p3", name: "Bridal Lehenga Collection", price: "Custom Quote", imageSrc: "http://img.b2bpic.net/free-photo/close-up-indian-woman-sari-traditional-saree-posing-near-gate-street_627829-2321.jpg", imageAlt: "Bridal Lehenga Collection"}, { - id: "p4", name: "Modern Anarkali Suit", price: "Custom Quote", imageSrc: "http://img.b2bpic.net/free-photo/two-young-beautiful-smiling-hipster-girls-trendy-summer-polka-dot-dresses-sexy-carefree-women-posing-near-blue-wall-having-fun-hugging-models-shows-good-relationship-female-with-red-lips_158538-3363.jpg", imageAlt: "Modern Anarkali Suit"}, + id: "p4", name: "Modern Anarkali Suit", price: "Custom Quote", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-indian-woman-looking-away_23-2149520810.jpg", imageAlt: "Modern Anarkali Suit"}, { - id: "p5", name: "Customized Evening Gown", price: "Custom Quote", imageSrc: "http://img.b2bpic.net/free-photo/front-view-orange-scissors-with-centimeters-dark-surface-photo-darkness-clothes-pin-job-color-sewing-measure_179666-24580.jpg", imageAlt: "Customized Evening Gown"}, + id: "p5", name: "Customized Evening Gown", price: "Custom Quote", imageSrc: "http://img.b2bpic.net/free-photo/elegant-bride-wearing-golden-wedding-dress_23-2150244697.jpg", imageAlt: "Customized Evening Gown"}, { - id: "p6", name: "Tailored Men's Kurta Set", price: "Custom Quote", imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-sportive-couple-meditating-practicing-yoga-asanas-home_176420-14840.jpg", imageAlt: "Tailored Men's Kurta Set"}, + id: "p6", name: "Tailored Men's Kurta Set", price: "Custom Quote", imageSrc: "http://img.b2bpic.net/free-photo/indian-fashion-model-posing-traditional-outfit_23-2149091696.jpg", imageAlt: "Tailored Men's Kurta Set"}, ]} title="Our Custom Creations" description="Browse a selection of our finest bespoke designs that showcase our passion for fashion and precision tailoring. Every piece is a testament to our commitment to quality." tag="Our Gallery" buttons={[ { - text: "View More Designs", href: "#products"}, + text: "Get a Free Quote", href: "#contact"}, ]} /> -- 2.49.1