From f44e4bba2c9286fc5d3b31c70cbbea21e465d31c Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 3 Apr 2026 14:43:03 +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 da2dde7..b26e288 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -50,7 +50,7 @@ export default function LandingPage() { ]} buttonAnimation="slide-up" layoutOrder="default" - imageSrc="http://img.b2bpic.net/free-photo/matte-black-kitchen-cabinet-with-open-drawer-dark-aesthetic_169016-71177.jpg" + imageSrc="http://img.b2bpic.net/free-photo/matte-black-kitchen-cabinet-with-open-drawer-dark-aesthetic_169016-71177.jpg?_wi=1" imageAlt="Luxury high-end residential renovation" mediaAnimation="blur-reveal" /> @@ -93,12 +93,12 @@ export default function LandingPage() { gridVariant="two-columns-alternating-heights" useInvertedBackground={false} products={[ - { id: "1", name: "Modern Master Bath", price: "Covington, LA", imageSrc: "http://img.b2bpic.net/free-photo/matte-black-kitchen-cabinet-with-open-drawer-dark-aesthetic_169016-71177.jpg" }, - { id: "2", name: "Kitchen Renovation", price: "Northshore Project", imageSrc: "http://img.b2bpic.net/free-photo/matte-black-kitchen-cabinet-with-open-drawer-dark-aesthetic_169016-71177.jpg" }, - { id: "3", name: "Commercial Office", price: "Covington, LA", imageSrc: "http://img.b2bpic.net/free-photo/matte-black-kitchen-cabinet-with-open-drawer-dark-aesthetic_169016-71177.jpg" }, - { id: "4", name: "Custom Sunroom", price: "Northshore Project", imageSrc: "http://img.b2bpic.net/free-photo/matte-black-kitchen-cabinet-with-open-drawer-dark-aesthetic_169016-71177.jpg" }, - { id: "5", name: "Exterior Facelift", price: "Covington, LA", imageSrc: "http://img.b2bpic.net/free-photo/matte-black-kitchen-cabinet-with-open-drawer-dark-aesthetic_169016-71177.jpg" }, - { id: "6", name: "Custom Millwork", price: "Northshore Project", imageSrc: "http://img.b2bpic.net/free-photo/matte-black-kitchen-cabinet-with-open-drawer-dark-aesthetic_169016-71177.jpg" }, + { id: "1", name: "Modern Master Bath", price: "Covington, LA", imageSrc: "http://img.b2bpic.net/free-photo/matte-black-kitchen-cabinet-with-open-drawer-dark-aesthetic_169016-71177.jpg?_wi=2" }, + { id: "2", name: "Kitchen Renovation", price: "Northshore Project", imageSrc: "http://img.b2bpic.net/free-photo/matte-black-kitchen-cabinet-with-open-drawer-dark-aesthetic_169016-71177.jpg?_wi=3" }, + { id: "3", name: "Commercial Office", price: "Covington, LA", imageSrc: "http://img.b2bpic.net/free-photo/matte-black-kitchen-cabinet-with-open-drawer-dark-aesthetic_169016-71177.jpg?_wi=4" }, + { id: "4", name: "Custom Sunroom", price: "Northshore Project", imageSrc: "http://img.b2bpic.net/free-photo/matte-black-kitchen-cabinet-with-open-drawer-dark-aesthetic_169016-71177.jpg?_wi=5" }, + { id: "5", name: "Exterior Facelift", price: "Covington, LA", imageSrc: "http://img.b2bpic.net/free-photo/matte-black-kitchen-cabinet-with-open-drawer-dark-aesthetic_169016-71177.jpg?_wi=6" }, + { id: "6", name: "Custom Millwork", price: "Northshore Project", imageSrc: "http://img.b2bpic.net/free-photo/matte-black-kitchen-cabinet-with-open-drawer-dark-aesthetic_169016-71177.jpg?_wi=7" }, ]} title="Project Gallery" description="Explore our portfolio of Northshore renovation projects. Every detail matters." @@ -137,7 +137,7 @@ export default function LandingPage() { textarea={{ name: "message", placeholder: "Brief Project Description", required: true }} mediaPosition="left" buttonText="Send My Request" - imageSrc="http://img.b2bpic.net/free-photo/matte-black-kitchen-cabinet-with-open-drawer-dark-aesthetic_169016-71177.jpg" + imageSrc="http://img.b2bpic.net/free-photo/matte-black-kitchen-cabinet-with-open-drawer-dark-aesthetic_169016-71177.jpg?_wi=8" mediaAnimation="slide-up" /> -- 2.49.1