From 6fef0470e15567a2e2e51f8dcd2d7e7a5da7698c Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 7 Apr 2026 06:39:39 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 138 ++++++++++++----------------------------------- 1 file changed, 33 insertions(+), 105 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 63a388e..e9d7bd4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,29 +29,17 @@ export default function LandingPage() { @@ -60,15 +48,12 @@ export default function LandingPage() {
@@ -81,22 +66,12 @@ export default function LandingPage() { useInvertedBackground={true} metrics={[ { - id: "m1", - value: "1500+", - title: "Homes Transformed", - items: [ - "Premium Tile Installation", - "Sanitary Solutions", - ], + id: "m1", value: "1500+", title: "Homes Transformed", items: [ + "Premium Tile Installation", "Sanitary Solutions"], }, { - id: "m2", - value: "20+", - title: "Years of Excellence", - items: [ - "Authentic Sourcing", - "Expert Advice", - ], + id: "m2", value: "20+", title: "Years of Excellence", items: [ + "Authentic Sourcing", "Expert Advice"], }, ]} title="Trusted by Generations" @@ -111,38 +86,20 @@ export default function LandingPage() { gridVariant="uniform-all-items-equal" useInvertedBackground={false} title="Featured Highlights" - description="The best from our collections." + description="Explore our premium physical collection at our showroom." products={[ { - id: "p1", - name: "Italian Marble", - price: "From $50", - imageSrc: "http://img.b2bpic.net/free-photo/sidewalk_1194-6247.jpg?_wi=1", - }, + id: "p1", name: "All type of Tiles (Indian & Imported)", price: "", imageSrc: "http://img.b2bpic.net/free-photo/sidewalk_1194-6247.jpg?_wi=1"}, { - id: "p2", - name: "Modern Faucets", - price: "From $120", - imageSrc: "http://img.b2bpic.net/free-photo/bathtub-old-wall-vintage-bath_1203-6327.jpg?_wi=1", - }, + id: "p2", name: "Sanitary ware & CP fittings", price: "", imageSrc: "http://img.b2bpic.net/free-photo/bathtub-old-wall-vintage-bath_1203-6327.jpg?_wi=1"}, { - id: "p3", - name: "Smart Controller", - price: "From $200", - imageSrc: "http://img.b2bpic.net/free-photo/luxury-modern-living-room-with-comfortable-sofa-generated-by-ai_188544-18444.jpg?_wi=1", - }, + id: "p3", name: "Home automation", price: "", imageSrc: "http://img.b2bpic.net/free-photo/luxury-modern-living-room-with-comfortable-sofa-generated-by-ai_188544-18444.jpg?_wi=2"}, { - id: "p4", - name: "Designer Tiles", - price: "From $30", - imageSrc: "http://img.b2bpic.net/free-photo/sidewalk_1194-6247.jpg?_wi=2", - }, + id: "p4", name: "Wardrobes & kitchen", price: "", imageSrc: "http://img.b2bpic.net/free-photo/sidewalk_1194-6247.jpg?_wi=2"}, { - id: "p5", - name: "Bathroom Sets", - price: "From $400", - imageSrc: "http://img.b2bpic.net/free-photo/bathtub-old-wall-vintage-bath_1203-6327.jpg?_wi=2", - }, + id: "p5", name: "Clay concrete product", price: "", imageSrc: "http://img.b2bpic.net/free-photo/bathtub-old-wall-vintage-bath_1203-6327.jpg?_wi=2"}, + { + id: "p6", name: "Natural Stone", price: "", imageSrc: "http://img.b2bpic.net/free-photo/luxury-modern-living-room-with-comfortable-sofa-generated-by-ai_188544-18444.jpg?_wi=1"}, ]} />
@@ -158,30 +115,15 @@ export default function LandingPage() { faqsAnimation="slide-up" faqs={[ { - id: "q1", - title: "Do you offer shipping?", - content: "Yes, we ship nationwide.", - }, + id: "q1", title: "Do you offer shipping?", content: "Yes, we ship nationwide."}, { - id: "q2", - title: "What is the return policy?", - content: "We offer 30-day returns.", - }, + id: "q2", title: "What is the return policy?", content: "We offer 30-day returns."}, { - id: "q3", - title: "Do you provide installation?", - content: "We offer professional installation services.", - }, + id: "q3", title: "Do you provide installation?", content: "We offer professional installation services."}, { - id: "q4", - title: "Are items in stock?", - content: "Most items are ready to ship.", - }, + id: "q4", title: "Are items in stock?", content: "Most items are ready to ship."}, { - id: "q5", - title: "Can I request a sample?", - content: "Sample tiles are available upon request.", - }, + id: "q5", title: "Can I request a sample?", content: "Sample tiles are available upon request."}, ]} /> @@ -194,16 +136,10 @@ export default function LandingPage() { imageSrc="http://img.b2bpic.net/free-photo/portrait-rich-mature-man-senior-visiting-fashion-boutique-male-buy-new-exclusive-costume_1157-48876.jpg?_wi=1" inputs={[ { - name: "name", - type: "text", - placeholder: "Your Name", - required: true, + name: "name", type: "text", placeholder: "Your Name", required: true, }, { - name: "email", - type: "email", - placeholder: "Email Address", - required: true, + name: "email", type: "email", placeholder: "Email Address", required: true, }, ]} /> @@ -213,25 +149,17 @@ export default function LandingPage() { ); -} +} \ No newline at end of file