diff --git a/src/app/page.tsx b/src/app/page.tsx index fe5329a..dfb787c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,17 +30,11 @@ export default function LandingPage() { @@ -52,46 +46,23 @@ export default function LandingPage() { description="Licensed, insured, 24/7 response. Over 20 years serving area families with fair pricing and zero-hassle insurance billing." buttons={[ { - text: "Get Emergency Help Now", - href: "#contact", - }, + text: "Get Emergency Help Now", href: "#contact"}, { - text: "Request Free Quote", - href: "#contact", - }, + text: "Request Free Quote", href: "#contact"}, ]} slides={[ - { - imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-asian-young-woman-winter-costume-forest-with-copy-space-vacation-travel-concept_1150-61743.jpg?_wi=1", - imageAlt: "Professional tree service at dusk", - }, - { - imageSrc: "http://img.b2bpic.net/free-photo/green-tractor-with-trailer-rural-road-power-innovation-agriculture_169016-69719.jpg?_wi=1", - imageAlt: "Arborist equipment", - }, - { - imageSrc: "http://img.b2bpic.net/free-photo/single-palm-tree-middle-flat-field-island_181624-1454.jpg?_wi=1", - imageAlt: "Residential property care", - }, - { - imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-working-with-weedwacker_329181-20603.jpg", - imageAlt: "Emergency response vehicle", - }, - { - imageSrc: "http://img.b2bpic.net/free-photo/plastic-shovel-with-succulent-potted-plant-napkin-table_23-2147844377.jpg", - imageAlt: "Stump grinding operation", - }, - { - imageSrc: "http://img.b2bpic.net/free-photo/hiker-reading-guide_23-2147683142.jpg", - imageAlt: "Our arborist team", - }, + { imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-asian-young-woman-winter-costume-forest-with-copy-space-vacation-travel-concept_1150-61743.jpg", imageAlt: "Professional tree service at dusk" }, + { imageSrc: "http://img.b2bpic.net/free-photo/green-tractor-with-trailer-rural-road-power-innovation-agriculture_169016-69719.jpg", imageAlt: "Arborist equipment" }, + { imageSrc: "http://img.b2bpic.net/free-photo/single-palm-tree-middle-flat-field-island_181624-1454.jpg", imageAlt: "Residential property care" }, + { imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-working-with-weedwacker_329181-20603.jpg", imageAlt: "Emergency response vehicle" }, + { imageSrc: "http://img.b2bpic.net/free-photo/plastic-shovel-with-succulent-potted-plant-napkin-table_23-2147844377.jpg", imageAlt: "Stump grinding operation" }, + { imageSrc: "http://img.b2bpic.net/free-photo/hiker-reading-guide_23-2147683142.jpg", imageAlt: "Our arborist team" }, ]} />
@@ -233,14 +137,8 @@ export default function LandingPage() {