From 7aba958ea882c67ddeaa62604d6244ecedb57014 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 12 May 2026 16:48:28 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 213 +++++++++++------------------------------------ 1 file changed, 49 insertions(+), 164 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 1d379df..7297856 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,94 +31,61 @@ export default function LandingPage() {
@@ -130,30 +97,15 @@ export default function LandingPage() { useInvertedBackground={true} features={[ { - title: "Premium Chairs", - description: "Ergonomically designed chairs that balance aesthetic and comfort.", - imageSrc: "http://img.b2bpic.net/free-photo/living-room_1048-3144.jpg", - }, + title: "Premium Chairs", description: "Ergonomically designed chairs that balance aesthetic and comfort.", imageSrc: "http://img.b2bpic.net/free-photo/living-room_1048-3144.jpg"}, { - title: "Plush Sofas", - description: "Deep-seated comfort in modern and classic designs.", - imageSrc: "http://img.b2bpic.net/free-photo/living-room-sofa-cushion-minimal-interior-design_53876-128216.jpg", - }, + title: "Plush Sofas", description: "Deep-seated comfort in modern and classic designs.", imageSrc: "http://img.b2bpic.net/free-photo/living-room-sofa-cushion-minimal-interior-design_53876-128216.jpg"}, { - title: "Decor Accents", - description: "Curated pieces to add unique character to any room.", - imageSrc: "http://img.b2bpic.net/free-photo/side-view-tall-glass-black-vase-with-blue-flowers-wooden-floor_140725-12920.jpg", - }, + title: "Decor Accents", description: "Curated pieces to add unique character to any room.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-tall-glass-black-vase-with-blue-flowers-wooden-floor_140725-12920.jpg"}, { - title: "Modern Lighting", - description: "Brighten your space with sophisticated lighting solutions.", - imageSrc: "http://img.b2bpic.net/free-photo/empty-chair-table-with-outdoor-deck_74190-1707.jpg", - }, + title: "Modern Lighting", description: "Brighten your space with sophisticated lighting solutions.", imageSrc: "http://img.b2bpic.net/free-photo/empty-chair-table-with-outdoor-deck_74190-1707.jpg"}, { - title: "Artistic Rugs", - description: "Texture and warmth for your interior floors.", - imageSrc: "http://img.b2bpic.net/free-photo/modern-studio-with-sofa_1048-2935.jpg", - }, + title: "Artistic Rugs", description: "Texture and warmth for your interior floors.", imageSrc: "http://img.b2bpic.net/free-photo/modern-studio-with-sofa_1048-2935.jpg"}, ]} title="Our Collections" description="Discover our handpicked selection of home essentials designed for luxury and comfort." @@ -168,41 +120,17 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "p1", - name: "Beautiful Vase", - price: "$12.00", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-metallic-flower-vase_23-2151113093.jpg", - }, + id: "p1", name: "Beautiful Vase", price: "$12.00", imageSrc: "http://img.b2bpic.net/free-photo/close-up-metallic-flower-vase_23-2151113093.jpg"}, { - id: "p2", - name: "Comfortable Sofa", - price: "$30.00", - imageSrc: "http://img.b2bpic.net/free-photo/living-room-with-modern-beautiful-decoration_181624-30650.jpg", - }, + id: "p2", name: "Comfortable Sofa", price: "$30.00", imageSrc: "http://img.b2bpic.net/free-photo/living-room-with-modern-beautiful-decoration_181624-30650.jpg"}, { - id: "p3", - name: "Gorgeous Bed", - price: "$40.00", - imageSrc: "http://img.b2bpic.net/free-photo/ornate-bed-art-nouveau-style_23-2150975585.jpg", - }, + id: "p3", name: "Gorgeous Bed", price: "$40.00", imageSrc: "http://img.b2bpic.net/free-photo/ornate-bed-art-nouveau-style_23-2150975585.jpg"}, { - id: "p4", - name: "Elegant Chair", - price: "$15.00", - imageSrc: "http://img.b2bpic.net/free-photo/cactus-plants-chair_23-2147730968.jpg", - }, + id: "p4", name: "Elegant Chair", price: "$15.00", imageSrc: "http://img.b2bpic.net/free-photo/cactus-plants-chair_23-2147730968.jpg"}, { - id: "p5", - name: "Decoration Piece", - price: "$17.00", - imageSrc: "http://img.b2bpic.net/free-photo/christmas-decor-table-with-people-background-room-new-year-eve-concept_132075-11311.jpg", - }, + id: "p5", name: "Decoration Piece", price: "$17.00", imageSrc: "http://img.b2bpic.net/free-photo/christmas-decor-table-with-people-background-room-new-year-eve-concept_132075-11311.jpg"}, { - id: "p6", - name: "Modern Wardrobe", - price: "$32.00", - imageSrc: "http://img.b2bpic.net/free-photo/black-wooden-wardrobe-decorated-with-blinds-wardrobe-with-blinds-decoration_169016-13499.jpg", - }, + id: "p6", name: "Modern Wardrobe", price: "$32.00", imageSrc: "http://img.b2bpic.net/free-photo/black-wooden-wardrobe-decorated-with-blinds-wardrobe-with-blinds-decoration_169016-13499.jpg"}, ]} title="Featured Items" description="Handcrafted luxury for every corner of your home." @@ -216,13 +144,9 @@ export default function LandingPage() { description="We are dedicated to crafting spaces that tell a story. From high-end decor to foundational furniture, we bring elegance and design expertise to your home in Lahore." metrics={[ { - value: "15+", - title: "Years Experience", - }, + value: "15+", title: "Years Experience"}, { - value: "50+", - title: "Global Designers", - }, + value: "50+", title: "Global Designers"}, ]} imageSrc="http://img.b2bpic.net/free-photo/restaurant-hall-with-blue-chairs-blue-glasses-table_140725-8027.jpg" mediaAnimation="blur-reveal" @@ -237,20 +161,11 @@ export default function LandingPage() { tag="Milestones" metrics={[ { - id: "m1", - value: "2000+", - description: "Satisfied Clients", - }, + id: "m1", value: "2000+", description: "Satisfied Clients"}, { - id: "m2", - value: "1200+", - description: "Clients on Retainer", - }, + id: "m2", value: "1200+", description: "Clients on Retainer"}, { - id: "m3", - value: "2200+", - description: "Satisfaction Guaranteed", - }, + id: "m3", value: "2200+", description: "Satisfaction Guaranteed"}, ]} metricsAnimation="slide-up" /> @@ -264,45 +179,20 @@ export default function LandingPage() { useInvertedBackground={true} testimonials={[ { - id: "t1", - name: "Sarah J.", - role: "Homeowner", - company: "Luxury Client", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/full-shot-smiley-man-woman-home_23-2148899724.jpg", - }, + id: "t1", name: "Sarah J.", role: "Homeowner", company: "Luxury Client", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/full-shot-smiley-man-woman-home_23-2148899724.jpg"}, { - id: "t2", - name: "Mark D.", - role: "Interior Designer", - company: "Design Studio", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-senior-woman-with-laptop_23-2149361933.jpg", - }, + id: "t2", name: "Mark D.", role: "Interior Designer", company: "Design Studio", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-senior-woman-with-laptop_23-2149361933.jpg"}, { - id: "t3", - name: "Elena R.", - role: "Collector", - company: "Art Enthusiast", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/we-must-make-modifications-this-project_329181-15105.jpg", - }, + id: "t3", name: "Elena R.", role: "Collector", company: "Art Enthusiast", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/we-must-make-modifications-this-project_329181-15105.jpg"}, { - id: "t4", - name: "David W.", - role: "Homeowner", - company: "Modern Living", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-interacting-with-plasma-ball_23-2150591703.jpg", - }, + id: "t4", name: "David W.", role: "Homeowner", company: "Modern Living", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-interacting-with-plasma-ball_23-2150591703.jpg"}, { - id: "t5", - name: "Linda M.", - role: "Client", - company: "Design Lover", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/couple-changing-bulb-home_23-2147766978.jpg", - }, + id: "t5", name: "Linda M.", role: "Client", company: "Design Lover", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/couple-changing-bulb-home_23-2147766978.jpg"}, ]} title="What Our Customers Say" description="Stories from those we've helped transform into a dream home." @@ -313,8 +203,7 @@ export default function LandingPage() { -- 2.49.1