diff --git a/src/app/page.tsx b/src/app/page.tsx index 8f440b6..d872f47 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -46,7 +46,7 @@ export default function LandingPage() { tag="PREMIUM EXTERIOR SOLUTIONS" mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/green-park-view_1417-1510.jpg", imageAlt: "Luxury home exterior" + imageSrc: "http://img.b2bpic.net/free-photo/green-park-view_1417-1510.jpg?_wi=1", imageAlt: "Luxury home exterior" }, { imageSrc: "http://img.b2bpic.net/free-photo/beautiful-castle-architecture_23-2150754948.jpg", imageAlt: "High-end landscape design" @@ -102,7 +102,7 @@ export default function LandingPage() { tag="PRICING" plans={[ { id: "p1", title: "Essential Care", price: "$299", period: "/mo", features: ["Basic Lawn Care", "Edging", "Debris Removal"], button: { text: "Get Started" }, imageSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-stone-building-with-lovely-yard-blue-sky-punta-de-lobos-chile_181624-13685.jpg", imageAlt: "Beautiful shot of a stone building with a lovely yard under the blue sky in Punta de Lobos, Chile" }, - { id: "p2", title: "Luxury Estate", price: "$799", period: "/mo", features: ["Bespoke Landscaping", "Pressure Washing", "Detailed Garden Maintenance", "Seasonal Floral Refresh"], button: { text: "Get Started" }, imageSrc: "http://img.b2bpic.net/free-photo/green-park-view_1417-1510.jpg", imageAlt: "Beautiful shot of a stone building with a lovely yard under the blue sky in Punta de Lobos, Chile" } + { id: "p2", title: "Luxury Estate", price: "$799", period: "/mo", features: ["Bespoke Landscaping", "Pressure Washing", "Detailed Garden Maintenance", "Seasonal Floral Refresh"], button: { text: "Get Started" }, imageSrc: "http://img.b2bpic.net/free-photo/green-park-view_1417-1510.jpg?_wi=2", imageAlt: "Beautiful shot of a stone building with a lovely yard under the blue sky in Punta de Lobos, Chile" } ]} /> @@ -124,7 +124,7 @@ export default function LandingPage() {