From 3da11b90c61553e2442e15fc60a566324bce0f9c Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 28 Mar 2026 11:52:49 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index caf7d88..5ee4f6d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -59,9 +59,9 @@ export default function LandingPage() { { imageSrc: "http://img.b2bpic.net/free-photo/people-working-office_23-2149370554.jpg", imageAlt: "Master Artisan at work" }, { imageSrc: "http://img.b2bpic.net/free-photo/pillow-sofa-chair_74190-2086.jpg", imageAlt: "Modern luxury living space" }, { imageSrc: "http://img.b2bpic.net/free-photo/handicapped-young-woman-office-low-view_23-2148497295.jpg", imageAlt: "Commercial project installation" }, - { imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-plus-size-man-working-as-barista_23-2150754686.jpg", imageAlt: "Precision woodworking detail" }, + { imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-plus-size-man-working-as-barista_23-2150754686.jpg?_wi=1", imageAlt: "Precision woodworking detail" }, { imageSrc: "http://img.b2bpic.net/free-photo/silver-modern-cutlery-stone-background-closeup_1220-6630.jpg", imageAlt: "Designer furniture showroom" }, - { imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-restoring-wooden-furniture_23-2150232682.jpg", imageAlt: "Artisanal studio atmosphere" }, + { imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-restoring-wooden-furniture_23-2150232682.jpg?_wi=1", imageAlt: "Artisanal studio atmosphere" }, ]} /> @@ -76,7 +76,7 @@ export default function LandingPage() { { value: "1200+", title: "Custom Projects" }, { value: "50+", title: "Master Artisans" }, ]} - imageSrc="http://img.b2bpic.net/free-photo/portrait-mid-adult-carpenter-his-workshop_637285-11693.jpg" + imageSrc="http://img.b2bpic.net/free-photo/portrait-mid-adult-carpenter-his-workshop_637285-11693.jpg?_wi=1" imageAlt="Our manufacturing facility floor" mediaAnimation="slide-up" metricsAnimation="slide-up" @@ -105,9 +105,9 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} features={[ - { id: 1, title: "Material Excellence", description: "We source the finest sustainable woods, premium leathers, and high-quality fabrics for every piece.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-plus-size-man-working-as-barista_23-2150754686.jpg" }, - { id: 2, title: "Precision Manufacturing", description: "Our CNC precision is balanced by artisanal hand-finishing for perfection in every detail.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-mid-adult-carpenter-his-workshop_637285-11693.jpg" }, - { id: 3, title: "Design Consultation", description: "Collaborate directly with our master designers on your specific custom furniture projects.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-restoring-wooden-furniture_23-2150232682.jpg" }, + { id: 1, title: "Material Excellence", description: "We source the finest sustainable woods, premium leathers, and high-quality fabrics for every piece.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-plus-size-man-working-as-barista_23-2150754686.jpg?_wi=2" }, + { id: 2, title: "Precision Manufacturing", description: "Our CNC precision is balanced by artisanal hand-finishing for perfection in every detail.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-mid-adult-carpenter-his-workshop_637285-11693.jpg?_wi=2" }, + { id: 3, title: "Design Consultation", description: "Collaborate directly with our master designers on your specific custom furniture projects.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-restoring-wooden-furniture_23-2150232682.jpg?_wi=2" }, ]} title="Why Choose Our Manufacturing" description="Superior quality, tailored to your exact standards." @@ -121,11 +121,11 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" useInvertedBackground={true} testimonials={[ - { id: "1", name: "Sarah Miller", role: "CEO", company: "Urban Living", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-business-woman-front-glass-building_23-2147704437.jpg" }, + { id: "1", name: "Sarah Miller", role: "CEO", company: "Urban Living", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-business-woman-front-glass-building_23-2147704437.jpg?_wi=1" }, { id: "2", name: "David Thorne", role: "Lead Architect", company: "Thorne Design", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/digital-nomad-working-remotly-their-project_23-2149241836.jpg" }, { id: "3", name: "Elena Rodriguez", role: "Hotel Manager", company: "Grand Hyatt", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-using-tablet-celebrating-success-outdoor-cafe_1262-18867.jpg" }, { id: "4", name: "Marcus Chen", role: "Property Owner", company: "Residential Group", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/side-view-people-discussing-project_23-2149721919.jpg" }, - { id: "5", name: "James Wilson", role: "Interior Designer", company: "Wilson Interiors", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-business-woman-front-glass-building_23-2147704437.jpg" }, + { id: "5", name: "James Wilson", role: "Interior Designer", company: "Wilson Interiors", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-business-woman-front-glass-building_23-2147704437.jpg?_wi=2" }, ]} title="Client Success Stories" description="Hear from those who trust LuxeCraft for their residential and commercial spaces." -- 2.49.1