From ff0b568fdaec6d914f8ae171d68698173dc9eda1 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 27 Apr 2026 19:43:03 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5805e4e..dfafb27 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -83,17 +83,17 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "1", name: "Royal Silk Sherwani", price: "$950", variant: "Bespoke Ethnic", imageSrc: "http://img.b2bpic.net/free-photo/stylish-businessman-black-suit-standing-outside_1157-33229.jpg"}, + id: "1", name: "Royal Silk Sherwani", price: "Starting at $950", variant: "Bespoke Ethnic", imageSrc: "http://img.b2bpic.net/free-photo/stylish-businessman-black-suit-standing-outside_1157-33229.jpg"}, { - id: "2", name: "Midnight Tuxedo", price: "$800", variant: "Premium Formal", imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-businessman-suit_23-2147876771.jpg"}, + id: "2", name: "Midnight Tuxedo", price: "Starting at $800", variant: "Premium Formal", imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-businessman-suit_23-2147876771.jpg"}, { - id: "3", name: "Festive Kurta Set", price: "$450", variant: "Traditional", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-beautiful-girl-wearing-red-dress-with-wreath-garland-neck-holding-christmas-bag-isolated-green-background_141793-40693.jpg"}, + id: "3", name: "Festive Kurta Set", price: "Starting at $450", variant: "Traditional", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-beautiful-girl-wearing-red-dress-with-wreath-garland-neck-holding-christmas-bag-isolated-green-background_141793-40693.jpg"}, { - id: "4", name: "Velvet Evening Blazer", price: "$600", variant: "Couture", imageSrc: "http://img.b2bpic.net/free-photo/stock-photo-portrait-stylish-businesswoman-with-braid-sunglasses-wearing-fashionable-bright-purple-suit-trench-coat-her-shoulders-she-is-holding-luxurious-leather-bag-her-hand_132075-9372.jpg"}, + id: "4", name: "Velvet Evening Blazer", price: "Starting at $600", variant: "Couture", imageSrc: "http://img.b2bpic.net/free-photo/stock-photo-portrait-stylish-businesswoman-with-braid-sunglasses-wearing-fashionable-bright-purple-suit-trench-coat-her-shoulders-she-is-holding-luxurious-leather-bag-her-hand_132075-9372.jpg"}, { - id: "5", name: "Bandhgala Heritage Suit", price: "$750", variant: "Royal Cut", imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-standing-with-christmas-present-home-hanging-toy_114579-80786.jpg"}, + id: "5", name: "Bandhgala Heritage Suit", price: "Starting at $750", variant: "Royal Cut", imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-standing-with-christmas-present-home-hanging-toy_114579-80786.jpg"}, { - id: "6", name: "Wedding Sherwani Deluxe", price: "$1200", variant: "Masterpiece", imageSrc: "http://img.b2bpic.net/free-photo/close-up-vintage-dress-with-interesting-button_23-2148237607.jpg"}, + id: "6", name: "Wedding Sherwani Deluxe", price: "Starting at $1200", variant: "Masterpiece", imageSrc: "http://img.b2bpic.net/free-photo/close-up-vintage-dress-with-interesting-button_23-2148237607.jpg"}, ]} title="Our Signature Collection" description="Exquisite craftsmanship tailored for your most significant moments." -- 2.49.1