From 0e8a7db36295e6965e1f969c4e158a352796de84 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 6 Apr 2026 19:30:41 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 8e5cb47..20fb564 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -46,12 +46,12 @@ export default function LandingPage() { description="Transforming homes with refined elegance and heritage-inspired design. Serving Connecticut's finest estates for 18 years." buttons={[{ text: "Start Your Consultation", href: "#contact" }]} mediaItems={[ - { imageSrc: "http://img.b2bpic.net/free-photo/dark-plate-juicy-whole-oranges-marble-surface_114579-57338.jpg", imageAlt: "Kitchen remodel" }, - { imageSrc: "http://img.b2bpic.net/free-photo/modern-luxury-bathroom-interior-with-natural-stone-tiles-bathtub_1194-640320.jpg", imageAlt: "Bathroom remodel" }, - { imageSrc: "http://img.b2bpic.net/free-photo/dark-plate-juicy-whole-oranges-marble-surface_114579-57338.jpg", imageAlt: "Whole-home design" }, - { imageSrc: "http://img.b2bpic.net/free-photo/modern-luxury-bathroom-interior-with-natural-stone-tiles-bathtub_1194-640320.jpg", imageAlt: "Living area" }, - { imageSrc: "http://img.b2bpic.net/free-photo/dark-plate-juicy-whole-oranges-marble-surface_114579-57338.jpg", imageAlt: "Classic foyer" }, - { imageSrc: "http://img.b2bpic.net/free-photo/modern-luxury-bathroom-interior-with-natural-stone-tiles-bathtub_1194-640320.jpg", imageAlt: "Custom cabinetry" }, + { imageSrc: "http://img.b2bpic.net/free-photo/dark-plate-juicy-whole-oranges-marble-surface_114579-57338.jpg?_wi=1", imageAlt: "Kitchen remodel" }, + { imageSrc: "http://img.b2bpic.net/free-photo/modern-luxury-bathroom-interior-with-natural-stone-tiles-bathtub_1194-640320.jpg?_wi=1", imageAlt: "Bathroom remodel" }, + { imageSrc: "http://img.b2bpic.net/free-photo/dark-plate-juicy-whole-oranges-marble-surface_114579-57338.jpg?_wi=2", imageAlt: "Whole-home design" }, + { imageSrc: "http://img.b2bpic.net/free-photo/modern-luxury-bathroom-interior-with-natural-stone-tiles-bathtub_1194-640320.jpg?_wi=2", imageAlt: "Living area" }, + { imageSrc: "http://img.b2bpic.net/free-photo/dark-plate-juicy-whole-oranges-marble-surface_114579-57338.jpg?_wi=3", imageAlt: "Classic foyer" }, + { imageSrc: "http://img.b2bpic.net/free-photo/modern-luxury-bathroom-interior-with-natural-stone-tiles-bathtub_1194-640320.jpg?_wi=3", imageAlt: "Custom cabinetry" }, ]} /> @@ -106,12 +106,12 @@ export default function LandingPage() { animationType="slide-up" useInvertedBackground={false} products={[ - { id: "1", name: "Greenwich Estate", price: "View Project", imageSrc: "http://img.b2bpic.net/free-photo/royal-dining-room-with-wooden-furniture-chandeliers_114579-2222.jpg" }, - { id: "2", name: "Westport Modern Classic", price: "View Project", imageSrc: "http://img.b2bpic.net/free-photo/big-luxe-dining-room-interior-design_114579-2223.jpg" }, - { id: "3", name: "Fairfield Whole-Home", price: "View Project", imageSrc: "http://img.b2bpic.net/free-photo/office-building-with-lake_1127-3186.jpg" }, - { id: "4", name: "Litchfield Retreat", price: "View Project", imageSrc: "http://img.b2bpic.net/free-photo/royal-dining-room-with-wooden-furniture-chandeliers_114579-2222.jpg" }, - { id: "5", name: "Madison Colonial", price: "View Project", imageSrc: "http://img.b2bpic.net/free-photo/big-luxe-dining-room-interior-design_114579-2223.jpg" }, - { id: "6", name: "New Canaan Residence", price: "View Project", imageSrc: "http://img.b2bpic.net/free-photo/office-building-with-lake_1127-3186.jpg" }, + { id: "1", name: "Greenwich Estate", price: "View Project", imageSrc: "http://img.b2bpic.net/free-photo/royal-dining-room-with-wooden-furniture-chandeliers_114579-2222.jpg?_wi=1" }, + { id: "2", name: "Westport Modern Classic", price: "View Project", imageSrc: "http://img.b2bpic.net/free-photo/big-luxe-dining-room-interior-design_114579-2223.jpg?_wi=1" }, + { id: "3", name: "Fairfield Whole-Home", price: "View Project", imageSrc: "http://img.b2bpic.net/free-photo/office-building-with-lake_1127-3186.jpg?_wi=1" }, + { id: "4", name: "Litchfield Retreat", price: "View Project", imageSrc: "http://img.b2bpic.net/free-photo/royal-dining-room-with-wooden-furniture-chandeliers_114579-2222.jpg?_wi=2" }, + { id: "5", name: "Madison Colonial", price: "View Project", imageSrc: "http://img.b2bpic.net/free-photo/big-luxe-dining-room-interior-design_114579-2223.jpg?_wi=2" }, + { id: "6", name: "New Canaan Residence", price: "View Project", imageSrc: "http://img.b2bpic.net/free-photo/office-building-with-lake_1127-3186.jpg?_wi=2" }, ]} title="Featured Projects" description="A curated selection of our finest work across Connecticut." @@ -148,7 +148,7 @@ export default function LandingPage() {