diff --git a/src/app/page.tsx b/src/app/page.tsx index 0d3c8ba..f9dc38c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -47,7 +47,7 @@ export default function LandingPage() { tag="Premium Landscape Design" tagAnimation="slide-up" background={{ variant: "canvas-reveal" }} - imageSrc="http://img.b2bpic.net/free-photo/big-stone-made-chinese-chess-inside-park_1112-1150.jpg" + imageSrc="http://img.b2bpic.net/free-photo/big-stone-made-chinese-chess-inside-park_1112-1150.jpg?_wi=1" imageAlt="Luxury outdoor landscape with modern stonework and lush greenery" buttons={[ { text: "Book a Consultation", href: "#contact" }, @@ -74,23 +74,23 @@ export default function LandingPage() { features={[ { id: 1, - title: "Landscape Design & Build", description: "Bespoke outdoor environments, designed with intention and built with precision.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-vector/landscape-garden-design-concept-poster_1284-5948.jpg" }, - phoneTwo: { imageSrc: "http://img.b2bpic.net/free-vector/landscape-garden-design-concept-poster_1284-5948.jpg" } + title: "Landscape Design & Build", description: "Bespoke outdoor environments, designed with intention and built with precision.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-vector/landscape-garden-design-concept-poster_1284-5948.jpg?_wi=1" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-vector/landscape-garden-design-concept-poster_1284-5948.jpg?_wi=2" } }, { id: 2, - title: "Luxury Stonework & Hardscapes", description: "Premium patios, walkways, terraces, retaining walls, and custom architectural features.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/big-stone-made-chinese-chess-inside-park_1112-1150.jpg" }, - phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/big-stone-made-chinese-chess-inside-park_1112-1150.jpg" } + title: "Luxury Stonework & Hardscapes", description: "Premium patios, walkways, terraces, retaining walls, and custom architectural features.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/big-stone-made-chinese-chess-inside-park_1112-1150.jpg?_wi=2" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/big-stone-made-chinese-chess-inside-park_1112-1150.jpg?_wi=3" } }, { id: 3, - title: "Garden Architecture & Planting", description: "High-end planting design with layered textures, colors, and seasonal interest.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/pond_23-2148013427.jpg" }, - phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/pond_23-2148013427.jpg" } + title: "Garden Architecture & Planting", description: "High-end planting design with layered textures, colors, and seasonal interest.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/pond_23-2148013427.jpg?_wi=1" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/pond_23-2148013427.jpg?_wi=2" } }, { id: 4, - title: "Outdoor Lighting & Enhancements", description: "Sophisticated lighting that transforms your property day and night.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/outside-view-restaurant-cottage-night-time_140725-8844.jpg" }, - phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/outside-view-restaurant-cottage-night-time_140725-8844.jpg" } + title: "Outdoor Lighting & Enhancements", description: "Sophisticated lighting that transforms your property day and night.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/outside-view-restaurant-cottage-night-time_140725-8844.jpg?_wi=1" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/outside-view-restaurant-cottage-night-time_140725-8844.jpg?_wi=2" } } ]} />