diff --git a/src/app/page.tsx b/src/app/page.tsx index a2a0fce..61ed54e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -81,7 +81,7 @@ export default function LandingPage() { { id: "s1", title: "Tree Surgery & Removal", description: "Safe removal of dangerous, diseased, or unwanted trees.", imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-people-living-without-care_23-2149868480.jpg?_wi=1", imageAlt: "portrait of happy customer outdoor" }, { id: "s2", title: "Crown Reduction & Trimming", description: "Reshape overgrown trees to restore light and views.", imageSrc: "http://img.b2bpic.net/free-photo/field-full-trees-with-no-leaves-green-grass-spring_181624-19618.jpg?_wi=1", imageAlt: "neatly trimmed garden space" }, { id: "s3", title: "Emergency Call-Outs", description: "Fast response for storm damage or urgent rescues.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-cutting-plant-leaves_23-2148905278.jpg?_wi=3", imageAlt: "professional tree surgeon working outdoors" }, - { id: "s4", title: "Hedge Cutting", description: "Regular maintenance or one-off transformations.", imageSrc: "http://img.b2bpic.net/free-photo/beauty-redhead-female-barista-drinks-coffee-coffee-shop_613910-4782.jpg?_wi=2", imageAlt: "smiling customer portrait natural lighting" }, + { id: "s4", title: "Hedge Cutting", description: "Regular maintenance or one-off transformations.", imageSrc: "http://img.b2bpic.net/free-photo/beauty-redhead-barista-drinks-coffee-coffee-shop_613910-4782.jpg?_wi=2", imageAlt: "smiling customer portrait natural lighting" }, { id: "s5", title: "Garden Clearance", description: "Turning overgrown woodland into usable space.", imageSrc: "http://img.b2bpic.net/free-photo/smiley-adult-woman-posing-with-bike_23-2148731285.jpg?_wi=2", imageAlt: "satisfied client portrait professional" }, { id: "s6", title: "Stump Grinding", description: "Complete removal, no trace left behind.", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-holding-potted-plant_23-2147882154.jpg?_wi=2", imageAlt: "man smiling portrait outdoors" }, ]}