From 1db184607d82b2d425efc6f2f7a9dc651081c52a Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 00:09:41 +0000 Subject: [PATCH 1/3] Update src/app/collections/page.tsx --- src/app/collections/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/collections/page.tsx b/src/app/collections/page.tsx index de4b72e..bb815e8 100644 --- a/src/app/collections/page.tsx +++ b/src/app/collections/page.tsx @@ -106,7 +106,7 @@ export default function CollectionsPage() { title: "Modern Minimalist", price: "From $5,000", period: "per project", - imageSrc: "http://img.b2bpic.net/free-photo/open-dishwasher-bright-modern-kitchen-clean-living_169016-71133.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/open-dishwasher-bright-modern-kitchen-clean-living_169016-71133.jpg?_wi=2", button: { text: "Explore Design", href: "/quote" }, features: [ "Clean, contemporary lines", @@ -122,7 +122,7 @@ export default function CollectionsPage() { title: "Classic Premium", price: "From $12,000", period: "per project", - imageSrc: "http://img.b2bpic.net/free-photo/corner-kitchen-open-drawers-cooking-zone_169016-69130.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/corner-kitchen-open-drawers-cooking-zone_169016-69130.jpg?_wi=3", button: { text: "Explore Design", href: "/quote" }, features: [ "Timeless design elements", @@ -138,7 +138,7 @@ export default function CollectionsPage() { title: "Luxury Bespoke", price: "From $25,000", period: "per project", - imageSrc: "http://img.b2bpic.net/free-photo/interior-modern-kitchen-with-wooden-details_169016-20193.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/interior-modern-kitchen-with-wooden-details_169016-20193.jpg?_wi=2", button: { text: "Schedule Consultation", href: "/quote" }, features: [ "Custom bespoke design", From 2b439aed127bec7919f4813a36d13267bd9aacbb Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 00:09:42 +0000 Subject: [PATCH 2/3] Update src/app/page.tsx --- src/app/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b066c1d..a18891f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -101,7 +101,7 @@ export default function HomePage() { { text: "Get Your Estimate", href: "/quote" }, { text: "Learn More", href: "#features" }, ]} - imageSrc="http://img.b2bpic.net/free-photo/corner-kitchen-open-drawers-cooking-zone_169016-69130.jpg" + imageSrc="http://img.b2bpic.net/free-photo/corner-kitchen-open-drawers-cooking-zone_169016-69130.jpg?_wi=1" imageAlt="Modern kitchen cabinet installation" mediaAnimation="slide-up" /> @@ -133,19 +133,19 @@ export default function HomePage() { id: 1, title: "Online Cabinet Quiz", description: "Answer a few quick questions about your cabinet needs, room type, and preferred style. Our system generates an instant baseline estimate.", - imageSrc: "http://img.b2bpic.net/free-photo/diverse-team-analyzing-goods-quality-control-report-tablet_482257-84290.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/diverse-team-analyzing-goods-quality-control-report-tablet_482257-84290.jpg?_wi=1", }, { id: 2, title: "AI Schedule Call", description: "Emma, our Vapi AI agent, calls you to confirm details, discuss options, and schedule your free professional in-home measurement at your convenience.", - imageSrc: "http://img.b2bpic.net/free-photo/cropped-image-businessman-sitting-by-table-cafe-analyzing-indicators-laptop-computer-while-talking-by-smartphone-focus-man_171337-5601.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/cropped-image-businessman-sitting-by-table-cafe-analyzing-indicators-laptop-computer-while-talking-by-smartphone-focus-man_171337-5601.jpg?_wi=1", }, { id: 3, title: "Professional Measurement", description: "Our installer visits your home, takes precise measurements, discusses final specifications, and provides an accurate quote with no obligation.", - imageSrc: "http://img.b2bpic.net/free-photo/tiler-working-renovation-apartment_23-2149278646.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/tiler-working-renovation-apartment_23-2149278646.jpg?_wi=1", }, { id: 4, @@ -171,7 +171,7 @@ export default function HomePage() { title: "Starter", price: "From $5,000", period: "per project", - imageSrc: "http://img.b2bpic.net/free-photo/open-dishwasher-bright-modern-kitchen-clean-living_169016-71133.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/open-dishwasher-bright-modern-kitchen-clean-living_169016-71133.jpg?_wi=1", button: { text: "Get Started", href: "/quote" }, features: [ "Basic cabinet configuration", @@ -187,7 +187,7 @@ export default function HomePage() { title: "Professional", price: "From $12,000", period: "per project", - imageSrc: "http://img.b2bpic.net/free-photo/corner-kitchen-open-drawers-cooking-zone_169016-69130.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/corner-kitchen-open-drawers-cooking-zone_169016-69130.jpg?_wi=2", button: { text: "Get Estimate", href: "/quote" }, features: [ "Custom cabinet design", @@ -204,7 +204,7 @@ export default function HomePage() { title: "Premium", price: "From $25,000", period: "per project", - imageSrc: "http://img.b2bpic.net/free-photo/interior-modern-kitchen-with-wooden-details_169016-20193.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/interior-modern-kitchen-with-wooden-details_169016-20193.jpg?_wi=1", button: { text: "Schedule Consultation", href: "/quote" }, features: [ "Luxury custom design", From 2e0a2ea006fc2bdd71147f963fc62a54a8b10147 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 00:09:44 +0000 Subject: [PATCH 3/3] Update src/app/quote/page.tsx --- src/app/quote/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/quote/page.tsx b/src/app/quote/page.tsx index 6121e9c..5d3f6ce 100644 --- a/src/app/quote/page.tsx +++ b/src/app/quote/page.tsx @@ -96,7 +96,7 @@ export default function QuotePage() { { text: "Start Your Estimate", href: "#contact" }, { text: "Back to Home", href: "/" }, ]} - imageSrc="http://img.b2bpic.net/free-photo/diverse-team-analyzing-goods-quality-control-report-tablet_482257-84290.jpg" + imageSrc="http://img.b2bpic.net/free-photo/diverse-team-analyzing-goods-quality-control-report-tablet_482257-84290.jpg?_wi=2" imageAlt="Cabinet estimation process" mediaAnimation="slide-up" /> @@ -115,19 +115,19 @@ export default function QuotePage() { id: 1, title: "Answer Quick Questions", description: "Tell us about your space, cabinet needs, room type, and style preferences. Our AI processes this information instantly.", - imageSrc: "http://img.b2bpic.net/free-photo/diverse-team-analyzing-goods-quality-control-report-tablet_482257-84290.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/diverse-team-analyzing-goods-quality-control-report-tablet_482257-84290.jpg?_wi=3", }, { id: 2, title: "Get Instant Estimate", description: "Receive your baseline estimate immediately. This gives you a reliable price range based on industry standards and your specifications.", - imageSrc: "http://img.b2bpic.net/free-photo/cropped-image-businessman-sitting-by-table-cafe-analyzing-indicators-laptop-computer-while-talking-by-smartphone-focus-man_171337-5601.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/cropped-image-businessman-sitting-by-table-cafe-analyzing-indicators-laptop-computer-while-talking-by-smartphone-focus-man_171337-5601.jpg?_wi=2", }, { id: 3, title: "Schedule Professional Measurement", description: "Let Emma, our AI assistant, schedule your free professional in-home measurement at a time that works for you.", - imageSrc: "http://img.b2bpic.net/free-photo/tiler-working-renovation-apartment_23-2149278646.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/tiler-working-renovation-apartment_23-2149278646.jpg?_wi=2", }, ]} />