From c5da3372848eda5fa3200518427eaad70ad6d10f Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 18:27:54 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b122cf1..0d3c8ba 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -46,8 +46,8 @@ export default function LandingPage() { description="From concept to completion, we create outdoor spaces that elevate your everyday." tag="Premium Landscape Design" tagAnimation="slide-up" - background={{ variant: "circleGradient" }} - imageSrc="http://img.b2bpic.net/free-photo/big-stone-made-chinese-chess-inside-park_1112-1150.jpg?_wi=1" + background={{ variant: "canvas-reveal" }} + imageSrc="http://img.b2bpic.net/free-photo/big-stone-made-chinese-chess-inside-park_1112-1150.jpg" 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?_wi=1" }, - phoneTwo: { imageSrc: "http://img.b2bpic.net/free-vector/landscape-garden-design-concept-poster_1284-5948.jpg?_wi=2" } + 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" } }, { 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?_wi=2" }, - phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/big-stone-made-chinese-chess-inside-park_1112-1150.jpg?_wi=3" } + 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" } }, { 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?_wi=1" }, - phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/pond_23-2148013427.jpg?_wi=2" } + 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" } }, { 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?_wi=1" }, - phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/outside-view-restaurant-cottage-night-time_140725-8844.jpg?_wi=2" } + 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" } } ]} /> -- 2.49.1