5 Commits

Author SHA1 Message Date
f83e5e65a9 Merge version_4 into main
Merge version_4 into main
2026-04-27 19:43:06 +00:00
ff0b568fda Update src/app/page.tsx 2026-04-27 19:43:03 +00:00
dcfa2b8457 Merge version_3 into main
Merge version_3 into main
2026-04-27 19:42:26 +00:00
b46ee3ebdf Update src/app/page.tsx 2026-04-27 19:42:23 +00:00
d8e540810e Merge version_2 into main
Merge version_2 into main
2026-04-27 19:41:31 +00:00

View File

@@ -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."
@@ -167,7 +167,7 @@ export default function LandingPage() {
useInvertedBackground={false}
faqs={[
{
id: "f1", title: "How long does a bespoke suit take?", content: "Our standard process takes 6 weeks, but we offer a 4-week fast-track option for those who need their look sooner."},
id: "f1", title: "How long does a bespoke suit take?", content: "Need it fast? Take advantage of our 4-week fast-track service, specifically designed to ensure your bespoke piece is ready perfectly in time for your event."},
{
id: "f2", title: "Can I request custom fabric?", content: "Yes, we maintain a vast library of luxury fabrics and can source specific materials upon request."},
{