Update src/app/page.tsx
This commit is contained in:
@@ -73,27 +73,27 @@ export default function LandingPage() {
|
||||
carouselItems={[
|
||||
{
|
||||
id: "c1",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/public-square-with-empty-road-floor-downtown_1127-3195.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/public-square-with-empty-road-floor-downtown_1127-3195.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "c2",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/green-grass-background_1372-416.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/green-grass-background_1372-416.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "c3",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hedge-evergreen-shrubs-green-lawn-no-one-home-garden-landscape-selective-focus_166373-2559.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hedge-evergreen-shrubs-green-lawn-no-one-home-garden-landscape-selective-focus_166373-2559.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "c4",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stone-path-way-garden_74190-3631.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stone-path-way-garden_74190-3631.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "c5",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/public-square-with-empty-road-floor-downtown_1127-3195.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/public-square-with-empty-road-floor-downtown_1127-3195.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "c6",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/green-grass-background_1372-416.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/green-grass-background_1372-416.jpg?_wi=2",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
@@ -108,25 +108,25 @@ export default function LandingPage() {
|
||||
title: "Thick, Healthy Lawns",
|
||||
description: "We transform thin, patchy grass into lush, vibrant lawns you'll love looking at.",
|
||||
buttonIcon: "Sparkles",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/green-grass-background_1372-416.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/green-grass-background_1372-416.jpg?_wi=3",
|
||||
},
|
||||
{
|
||||
title: "Immaculate Hedge Finishes",
|
||||
description: "Get sharp, clean, professional lines that immediately improve your property's curb appeal.",
|
||||
buttonIcon: "Zap",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hedge-evergreen-shrubs-green-lawn-no-one-home-garden-landscape-selective-focus_166373-2559.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hedge-evergreen-shrubs-green-lawn-no-one-home-garden-landscape-selective-focus_166373-2559.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
title: "Surfaces That Look New",
|
||||
description: "Our deep-clean pressure washing removes years of grime from patios and driveways.",
|
||||
buttonIcon: "Shield",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stone-path-way-garden_74190-3631.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stone-path-way-garden_74190-3631.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
title: "Complete Garden Clearance",
|
||||
description: "We handle the heavy lifting, turning overgrown, unusable spaces into clean, blank canvases.",
|
||||
buttonIcon: "CheckCircle",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/public-square-with-empty-road-floor-downtown_1127-3195.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/public-square-with-empty-road-floor-downtown_1127-3195.jpg?_wi=3",
|
||||
},
|
||||
]}
|
||||
title="Services That Transform Your Space"
|
||||
@@ -145,7 +145,7 @@ export default function LandingPage() {
|
||||
name: "Sarah J.",
|
||||
role: "Airbnb Owner",
|
||||
testimonial: "Reliable, fast, and the garden looks perfect every single time. It's a weight off my mind.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-young-attractive-bearded-caucasian-male-gardener-blue-t-shirt-gloves-smiling-holding-flower-pot-with-green-sprout-hands-looking-aside-with-excited-face-expression_176420-19922.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-young-attractive-bearded-caucasian-male-gardener-blue-t-shirt-gloves-smiling-holding-flower-pot-with-green-sprout-hands-looking-aside-with-excited-face-expression_176420-19922.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "t2",
|
||||
@@ -173,7 +173,7 @@ export default function LandingPage() {
|
||||
name: "Claire B.",
|
||||
role: "Rental Owner",
|
||||
testimonial: "The transformation was incredible. Our property now looks like the photos online.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-watering-plant-green-house_23-2148068651.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-watering-plant-green-house_23-2148068651.jpg?_wi=1",
|
||||
},
|
||||
]}
|
||||
title="Trusted by Newquay Property Owners"
|
||||
|
||||
Reference in New Issue
Block a user