diff --git a/src/app/page.tsx b/src/app/page.tsx index 9746743..e76086d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -64,27 +64,27 @@ export default function LandingPage() { ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/dark-plate-juicy-whole-oranges-marble-surface_114579-57338.jpg", + 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", + 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", + 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", + 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", + 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", + imageSrc: "http://img.b2bpic.net/free-photo/modern-luxury-bathroom-interior-with-natural-stone-tiles-bathtub_1194-640320.jpg?_wi=3", imageAlt: "Custom cabinetry", }, ]} @@ -111,7 +111,7 @@ export default function LandingPage() { description: "Strict compliance and quality assurance.", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/medium-shot-woman-reading-tarot-with-laptop_23-2150276106.jpg" + imageSrc="http://img.b2bpic.net/free-photo/medium-shot-woman-reading-tarot-with-laptop_23-2150276106.jpg?_wi=1" mediaAnimation="slide-up" /> @@ -140,7 +140,7 @@ export default function LandingPage() { }, ], reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/dark-plate-juicy-whole-oranges-marble-surface_114579-57338.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/dark-plate-juicy-whole-oranges-marble-surface_114579-57338.jpg?_wi=4", imageAlt: "luxury kitchen interior design", }, { @@ -161,7 +161,7 @@ export default function LandingPage() { }, ], reverse: true, - imageSrc: "http://img.b2bpic.net/free-photo/modern-luxury-bathroom-interior-with-natural-stone-tiles-bathtub_1194-640320.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/modern-luxury-bathroom-interior-with-natural-stone-tiles-bathtub_1194-640320.jpg?_wi=4", imageAlt: "bespoke bathroom renovation", }, { @@ -182,7 +182,7 @@ export default function LandingPage() { }, ], reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-reading-tarot-with-laptop_23-2150276106.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-reading-tarot-with-laptop_23-2150276106.jpg?_wi=2", imageAlt: "interior designer planning luxury home", }, ]} @@ -201,37 +201,37 @@ export default function LandingPage() { 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", + 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", + 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", + 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", + 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", + 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", + imageSrc: "http://img.b2bpic.net/free-photo/office-building-with-lake_1127-3186.jpg?_wi=2", }, ]} title="Featured Projects" @@ -306,7 +306,7 @@ export default function LandingPage() {