From f4d416841623cafe186a420f16abcb099cd4bd80 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 28 Mar 2026 08:08:29 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 228 ++++++++--------------------------------------- 1 file changed, 39 insertions(+), 189 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 9e781d0..2a50191 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,43 +30,24 @@ export default function LandingPage() {
@@ -105,24 +77,9 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" useInvertedBackground={false} products={[ - { - id: "p1", - name: "Modern Velvet Sofa", - price: "₹24,999", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BZ8Oa0NkfhTevc8L0I7x2pu5Af/a-premium-grey-velvet-sofa-with-gold-leg-1774685266722-9f377937.png?_wi=2", - }, - { - id: "p2", - name: "Luxury King Bed", - price: "₹35,500", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BZ8Oa0NkfhTevc8L0I7x2pu5Af/elegant-king-size-wooden-bed-frame-white-1774685263709-00746f2b.png?_wi=1", - }, - { - id: "p3", - name: "Executive Office Desk", - price: "₹12,499", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BZ8Oa0NkfhTevc8L0I7x2pu5Af/professional-ergonomic-office-chair-and--1774685260587-1623ebb6.png?_wi=1", - }, + { id: "p1", name: "Modern Velvet Sofa", price: "₹24,999", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BZ8Oa0NkfhTevc8L0I7x2pu5Af/a-premium-grey-velvet-sofa-with-gold-leg-1774685266722-9f377937.png" }, + { id: "p2", name: "Luxury King Bed", price: "₹35,500", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BZ8Oa0NkfhTevc8L0I7x2pu5Af/elegant-king-size-wooden-bed-frame-white-1774685263709-00746f2b.png" }, + { id: "p3", name: "Executive Office Desk", price: "₹12,499", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BZ8Oa0NkfhTevc8L0I7x2pu5Af/professional-ergonomic-office-chair-and--1774685260587-1623ebb6.png" }, ]} title="Luxury Collection" description="Explore our curated selection of premium furniture for every room in your home." @@ -135,60 +92,16 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} testimonials={[ - { - id: "t1", - name: "Aamir Khan", - role: "Architect", - company: "DesignStudio", - rating: 5, - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BZ8Oa0NkfhTevc8L0I7x2pu5Af/portrait-of-a-smiling-customer-in-a-high-1774685260793-90aadf4e.png?_wi=1", - }, - { - id: "t2", - name: "Suraj Singh", - role: "Manager", - company: "LocalBiz", - rating: 5, - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BZ8Oa0NkfhTevc8L0I7x2pu5Af/portrait-of-a-happy-client-sitting-on-a--1774685261054-b1cd1d40.png", - }, - { - id: "t3", - name: "Priya Sharma", - role: "Homeowner", - company: "Private", - rating: 5, - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BZ8Oa0NkfhTevc8L0I7x2pu5Af/portrait-of-a-satisfied-customer-modern--1774685260464-6c21fa0f.png", - }, - { - id: "t4", - name: "Vijay Verma", - role: "Executive", - company: "Corp", - rating: 5, - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BZ8Oa0NkfhTevc8L0I7x2pu5Af/portrait-of-an-office-furniture-buyer-br-1774685260763-42af3c89.png", - }, - { - id: "t5", - name: "Ananya Rao", - role: "Designer", - company: "Creative Hub", - rating: 5, - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BZ8Oa0NkfhTevc8L0I7x2pu5Af/portrait-of-a-smiling-customer-in-a-high-1774685260793-90aadf4e.png?_wi=2", - }, + { id: "t1", name: "Aamir Khan", role: "Architect", company: "DesignStudio", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BZ8Oa0NkfhTevc8L0I7x2pu5Af/portrait-of-a-smiling-customer-in-a-high-1774685260793-90aadf4e.png" }, + { id: "t2", name: "Suraj Singh", role: "Manager", company: "LocalBiz", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BZ8Oa0NkfhTevc8L0I7x2pu5Af/portrait-of-a-happy-client-sitting-on-a--1774685261054-b1cd1d40.png" }, + { id: "t3", name: "Priya Sharma", role: "Homeowner", company: "Private", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BZ8Oa0NkfhTevc8L0I7x2pu5Af/portrait-of-a-satisfied-customer-modern--1774685260464-6c21fa0f.png" }, + { id: "t4", name: "Vijay Verma", role: "Executive", company: "Corp", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BZ8Oa0NkfhTevc8L0I7x2pu5Af/portrait-of-an-office-furniture-buyer-br-1774685260763-42af3c89.png" }, + { id: "t5", name: "Ananya Rao", role: "Designer", company: "Creative Hub", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BZ8Oa0NkfhTevc8L0I7x2pu5Af/portrait-of-a-smiling-customer-in-a-high-1774685260793-90aadf4e.png" }, ]} kpiItems={[ - { - value: "5.0", - label: "Customer Rating", - }, - { - value: "1000+", - label: "Happy Clients", - }, - { - value: "10+", - label: "Years Experience", - }, + { value: "5.0", label: "Customer Rating" }, + { value: "1000+", label: "Happy Clients" }, + { value: "10+", label: "Years Experience" }, ]} title="Loved by Customers" description="See why our local community trusts us for all their furniture needs." @@ -201,37 +114,9 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} features={[ - { - id: "f1", - title: "Buy Furniture", - author: "Direct", - description: "Purchase new and high-quality pre-owned furniture.", - tags: [ - "New", - "Used", - ], - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BZ8Oa0NkfhTevc8L0I7x2pu5Af/a-premium-grey-velvet-sofa-with-gold-leg-1774685266722-9f377937.png?_wi=3", - }, - { - id: "f2", - title: "Sell Old Furniture", - author: "Value", - description: "Get the best market price for your used furniture.", - tags: [ - "Instant Cash", - ], - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BZ8Oa0NkfhTevc8L0I7x2pu5Af/professional-ergonomic-office-chair-and--1774685260587-1623ebb6.png?_wi=2", - }, - { - id: "f3", - title: "Exchange Offers", - author: "Upgrade", - description: "Swap your old furniture for something new today.", - tags: [ - "Flexible", - ], - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BZ8Oa0NkfhTevc8L0I7x2pu5Af/elegant-king-size-wooden-bed-frame-white-1774685263709-00746f2b.png?_wi=2", - }, + { id: "f1", title: "Buy Furniture", author: "Direct", description: "Purchase new and high-quality pre-owned furniture.", tags: ["New", "Used"], imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BZ8Oa0NkfhTevc8L0I7x2pu5Af/a-premium-grey-velvet-sofa-with-gold-leg-1774685266722-9f377937.png" }, + { id: "f2", title: "Sell Old Furniture", author: "Value", description: "Get the best market price for your used furniture.", tags: ["Instant Cash"], imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BZ8Oa0NkfhTevc8L0I7x2pu5Af/professional-ergonomic-office-chair-and--1774685260587-1623ebb6.png" }, + { id: "f3", title: "Exchange Offers", author: "Upgrade", description: "Swap your old furniture for something new today.", tags: ["Flexible"], imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BZ8Oa0NkfhTevc8L0I7x2pu5Af/elegant-king-size-wooden-bed-frame-white-1774685263709-00746f2b.png" }, ]} title="Full Furniture Solutions" description="We don't just sell; we offer a complete lifecycle of furniture services." @@ -243,21 +128,9 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} faqs={[ - { - id: "q1", - title: "Do you deliver?", - content: "Yes, we offer free local delivery on all orders over ₹5,000.", - }, - { - id: "q2", - title: "Can I exchange furniture?", - content: "Absolutely! We offer flexible exchange programs.", - }, - { - id: "q3", - title: "Is the furniture quality guaranteed?", - content: "All our items are thoroughly inspected and verified.", - }, + { id: "q1", title: "Do you deliver?", content: "Yes, we offer free local delivery on all orders over ₹5,000." }, + { id: "q2", title: "Can I exchange furniture?", content: "Absolutely! We offer flexible exchange programs." }, + { id: "q3", title: "Is the furniture quality guaranteed?", content: "All our items are thoroughly inspected and verified." }, ]} title="Frequently Asked Questions" description="Have questions? We're here to help." @@ -268,9 +141,7 @@ export default function LandingPage() {