From 4b22fa212628101fe2e15c87c81da8937b965248 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 7 Apr 2026 05:07:00 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index cc87b5d..ab81a50 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -124,7 +124,7 @@ export default function LandingPage() { features={[ { title: "Hardwood Floors", description: "Premium installation of solid and engineered hardwoods.", buttonIcon: Zap, - imageSrc: "http://img.b2bpic.net/free-photo/herringbone-stairs-flooring-wooden-chevron-modern-finish_169016-68991.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/herringbone-stairs-flooring-wooden-chevron-modern-finish_169016-68991.jpg?_wi=1"}, { title: "Stair Installs", description: "Architectural staircase upgrades for modern living.", buttonIcon: Zap, imageSrc: "http://img.b2bpic.net/free-photo/photorealistic-timber-house-interior-with-wooden-decor-furnishings_23-2151263634.jpg"}, @@ -133,13 +133,13 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/young-woman-stretching-his-leg-barre-dance-studio_23-2148169380.jpg"}, { title: "Refinishing", description: "Renew existing floors with professional sanding and finish.", buttonIcon: Zap, - imageSrc: "http://img.b2bpic.net/free-photo/herringbone-stairs-flooring-wooden-chevron-modern-finish_169016-68991.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/herringbone-stairs-flooring-wooden-chevron-modern-finish_169016-68991.jpg?_wi=2"}, { title: "LVP Solutions", description: "High-durability luxury vinyl plank installs.", buttonIcon: Zap, imageSrc: "http://img.b2bpic.net/free-photo/antique-surface-texture-with-lines_23-2147626019.jpg"}, { title: "Trim Work", description: "Crisp, clean baseboards and crown molding finish.", buttonIcon: Zap, - imageSrc: "http://img.b2bpic.net/free-photo/herringbone-stairs-flooring-wooden-chevron-modern-finish_169016-68991.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/herringbone-stairs-flooring-wooden-chevron-modern-finish_169016-68991.jpg?_wi=3"}, ]} title="Mastery in Every Detail" description="Our comprehensive suite of flooring services is designed to elevate your living space." @@ -154,17 +154,17 @@ export default function LandingPage() { useInvertedBackground={true} products={[ { - id: "p1", name: "Modern Oak Refinish", price: "Custom", imageSrc: "http://img.b2bpic.net/free-photo/glasses-measuring-instruments-near-blueprints_23-2147785567.jpg"}, + id: "p1", name: "Modern Oak Refinish", price: "Custom", imageSrc: "http://img.b2bpic.net/free-photo/glasses-measuring-instruments-near-blueprints_23-2147785567.jpg?_wi=1"}, { - id: "p2", name: "Minimalist Stairwell", price: "Custom", imageSrc: "http://img.b2bpic.net/free-photo/exhausted-overworked-entrepreneur-doing-overtime-project-deadline-typing-laptop-serious-entrepreneur-working-corporate-job-sitting-staircase-business-building-late-night_482257-13881.jpg"}, + id: "p2", name: "Minimalist Stairwell", price: "Custom", imageSrc: "http://img.b2bpic.net/free-photo/exhausted-overworked-entrepreneur-doing-overtime-project-deadline-typing-laptop-serious-entrepreneur-working-corporate-job-sitting-staircase-business-building-late-night_482257-13881.jpg?_wi=1"}, { - id: "p3", name: "Living Room Hardwood", price: "Custom", imageSrc: "http://img.b2bpic.net/free-photo/bathroom-sign-dark-door_23-2149936880.jpg"}, + id: "p3", name: "Living Room Hardwood", price: "Custom", imageSrc: "http://img.b2bpic.net/free-photo/bathroom-sign-dark-door_23-2149936880.jpg?_wi=1"}, { - id: "p4", name: "Trim Detailing", price: "Custom", imageSrc: "http://img.b2bpic.net/free-photo/glasses-measuring-instruments-near-blueprints_23-2147785567.jpg"}, + id: "p4", name: "Trim Detailing", price: "Custom", imageSrc: "http://img.b2bpic.net/free-photo/glasses-measuring-instruments-near-blueprints_23-2147785567.jpg?_wi=2"}, { - id: "p5", name: "LVP Master Suite", price: "Custom", imageSrc: "http://img.b2bpic.net/free-photo/exhausted-overworked-entrepreneur-doing-overtime-project-deadline-typing-laptop-serious-entrepreneur-working-corporate-job-sitting-staircase-business-building-late-night_482257-13881.jpg"}, + id: "p5", name: "LVP Master Suite", price: "Custom", imageSrc: "http://img.b2bpic.net/free-photo/exhausted-overworked-entrepreneur-doing-overtime-project-deadline-typing-laptop-serious-entrepreneur-working-corporate-job-sitting-staircase-business-building-late-night_482257-13881.jpg?_wi=2"}, { - id: "p6", name: "Grand Entryway", price: "Custom", imageSrc: "http://img.b2bpic.net/free-photo/bathroom-sign-dark-door_23-2149936880.jpg"}, + id: "p6", name: "Grand Entryway", price: "Custom", imageSrc: "http://img.b2bpic.net/free-photo/bathroom-sign-dark-door_23-2149936880.jpg?_wi=2"}, ]} title="Recent Transformations" description="A glimpse into our architectural flooring projects." -- 2.49.1