From 0ff7bcddd19d809de797e225529a6d121043f719 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 17:45:20 +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 7092046..23693c5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -53,7 +53,7 @@ export default function LandingPage() { ]} rightCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/luxury-travel-full-shot-woman_23-2149204471.jpg", imageAlt: "Historic porch restoration" + imageSrc: "http://img.b2bpic.net/free-photo/luxury-travel-full-shot-woman_23-2149204471.jpg?_wi=1", imageAlt: "Historic porch restoration" } ]} tag="Trusted by Local Homeowners" @@ -115,19 +115,19 @@ export default function LandingPage() { features={[ { id: 1, - title: "Kitchen Remodeling", description: "Create a kitchen designed for both beauty and functionality — custom layouts, cabinetry, and thoughtful finishes.", imageSrc: "http://img.b2bpic.net/free-photo/office-workers-collaborating-together_23-2147668764.jpg", imageAlt: "Luxury kitchen remodeling project" + title: "Kitchen Remodeling", description: "Create a kitchen designed for both beauty and functionality — custom layouts, cabinetry, and thoughtful finishes.", imageSrc: "http://img.b2bpic.net/free-photo/office-workers-collaborating-together_23-2147668764.jpg?_wi=1", imageAlt: "Luxury kitchen remodeling project" }, { id: 2, - title: "Decks & Outdoor Living", description: "Custom decks, porches, and outdoor spaces built for durability, comfort, and timeless style.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-outdoor-nature-landscape-with-bed-deck-chair-around-swimming-pool-hotel-resort_74190-8168.jpg", imageAlt: "Premium custom deck construction" + title: "Decks & Outdoor Living", description: "Custom decks, porches, and outdoor spaces built for durability, comfort, and timeless style.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-outdoor-nature-landscape-with-bed-deck-chair-around-swimming-pool-hotel-resort_74190-8168.jpg?_wi=1", imageAlt: "Premium custom deck construction" }, { id: 3, - title: "Historic Home Restoration", description: "Respecting the character of historic homes while restoring strength, beauty, and functionality.", imageSrc: "http://img.b2bpic.net/free-photo/luxury-travel-full-shot-woman_23-2149204471.jpg", imageAlt: "Historic porch restoration project" + title: "Historic Home Restoration", description: "Respecting the character of historic homes while restoring strength, beauty, and functionality.", imageSrc: "http://img.b2bpic.net/free-photo/luxury-travel-full-shot-woman_23-2149204471.jpg?_wi=2", imageAlt: "Historic porch restoration project" }, { id: 4, - title: "Home Additions", description: "Expand your living space seamlessly with additions designed to match your home perfectly.", imageSrc: "http://img.b2bpic.net/free-photo/ai-generated-modern-styled-entryway_23-2150692215.jpg", imageAlt: "Luxury home addition sunroom" + title: "Home Additions", description: "Expand your living space seamlessly with additions designed to match your home perfectly.", imageSrc: "http://img.b2bpic.net/free-photo/ai-generated-modern-styled-entryway_23-2150692215.jpg?_wi=1", imageAlt: "Luxury home addition sunroom" } ]} buttons={[ @@ -151,16 +151,16 @@ export default function LandingPage() { gridVariant="bento-grid" products={[ { - id: "1", name: "Historic Porch Restoration", price: "Custom", imageSrc: "http://img.b2bpic.net/free-photo/luxury-travel-full-shot-woman_23-2149204471.jpg", imageAlt: "Historic porch with new columns and railings" + id: "1", name: "Historic Porch Restoration", price: "Custom", imageSrc: "http://img.b2bpic.net/free-photo/luxury-travel-full-shot-woman_23-2149204471.jpg?_wi=3", imageAlt: "Historic porch with new columns and railings" }, { - id: "2", name: "Deck Reconstruction", price: "Custom", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-outdoor-nature-landscape-with-bed-deck-chair-around-swimming-pool-hotel-resort_74190-8168.jpg", imageAlt: "Custom deck with premium materials" + id: "2", name: "Deck Reconstruction", price: "Custom", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-outdoor-nature-landscape-with-bed-deck-chair-around-swimming-pool-hotel-resort_74190-8168.jpg?_wi=2", imageAlt: "Custom deck with premium materials" }, { - id: "3", name: "Kitchen Expansion", price: "Custom", imageSrc: "http://img.b2bpic.net/free-photo/office-workers-collaborating-together_23-2147668764.jpg", imageAlt: "Luxury kitchen remodel with custom cabinetry" + id: "3", name: "Kitchen Expansion", price: "Custom", imageSrc: "http://img.b2bpic.net/free-photo/office-workers-collaborating-together_23-2147668764.jpg?_wi=2", imageAlt: "Luxury kitchen remodel with custom cabinetry" }, { - id: "4", name: "Sun Porch Renovation", price: "Custom", imageSrc: "http://img.b2bpic.net/free-photo/ai-generated-modern-styled-entryway_23-2150692215.jpg", imageAlt: "Elegant sun porch addition" + id: "4", name: "Sun Porch Renovation", price: "Custom", imageSrc: "http://img.b2bpic.net/free-photo/ai-generated-modern-styled-entryway_23-2150692215.jpg?_wi=2", imageAlt: "Elegant sun porch addition" } ]} buttons={[ -- 2.49.1