diff --git a/src/app/page.tsx b/src/app/page.tsx index 6cae541..c2f5a7c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,28 +30,14 @@ export default function LandingPage() { @@ -61,39 +47,23 @@ export default function LandingPage() { description="Transforming outdoor spaces into vibrant, functional works of art across the region." buttons={[ { - text: "Book Consultation", - href: "#contact", - }, + text: "Book Consultation", href: "#contact"}, { - text: "View Portfolio", - href: "#portfolio", - }, + text: "View Portfolio", href: "#portfolio"}, ]} slides={[ { - imageSrc: "http://img.b2bpic.net/free-photo/covered-lifestyle-garden-with-indoor-outdoor-living_1127-3426.jpg", - imageAlt: "Landscape design 1", - }, + imageSrc: "http://img.b2bpic.net/free-photo/covered-lifestyle-garden-with-indoor-outdoor-living_1127-3426.jpg", imageAlt: "Landscape design 1"}, { - imageSrc: "http://img.b2bpic.net/free-photo/grass-background_1127-3417.jpg", - imageAlt: "Landscape design 2", - }, + imageSrc: "http://img.b2bpic.net/free-photo/grass-background_1127-3417.jpg", imageAlt: "Landscape design 2"}, { - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-view-gardening-gloves-watering-can-near-fresh-flower-plants-greenhouse_23-2147948245.jpg", - imageAlt: "Landscape design 3", - }, + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-view-gardening-gloves-watering-can-near-fresh-flower-plants-greenhouse_23-2147948245.jpg", imageAlt: "Landscape design 3"}, { - imageSrc: "http://img.b2bpic.net/free-photo/skilful-male-landscaper-using-high-altitude-hedge-trimmer-topiary-park-side-view-focused_7502-10164.jpg", - imageAlt: "Landscape design 4", - }, + imageSrc: "http://img.b2bpic.net/free-photo/skilful-male-landscaper-using-high-altitude-hedge-trimmer-topiary-park-side-view-focused_7502-10164.jpg", imageAlt: "Landscape design 4"}, { - imageSrc: "http://img.b2bpic.net/free-photo/green-park-view_1417-1510.jpg", - imageAlt: "Landscape design 5", - }, + imageSrc: "http://img.b2bpic.net/free-photo/green-park-view_1417-1510.jpg", imageAlt: "Landscape design 5"}, { - imageSrc: "http://img.b2bpic.net/free-photo/gardening-nature-plant-agriculture-growth_53876-167078.jpg", - imageAlt: "Landscape design 6", - }, + imageSrc: "http://img.b2bpic.net/free-photo/gardening-nature-plant-agriculture-growth_53876-167078.jpg", imageAlt: "Landscape design 6"}, ]} /> @@ -115,26 +85,11 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - id: "1", - title: "Lawn Care", - description: "Weekly maintenance and fertilization.", - tag: "Essential", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-gardening-tools-wooden-floor_23-2148200391.jpg", - }, + id: "1", title: "Lawn Care", description: "Weekly maintenance and fertilization.", tag: "Essential", imageSrc: "http://img.b2bpic.net/free-photo/top-view-gardening-tools-wooden-floor_23-2148200391.jpg"}, { - id: "2", - title: "Hardscaping", - description: "Custom patios and walkways.", - tag: "Structural", - imageSrc: "http://img.b2bpic.net/free-photo/stepping-stone-garden-path_1252-1028.jpg", - }, + id: "2", title: "Hardscaping", description: "Custom patios and walkways.", tag: "Structural", imageSrc: "http://img.b2bpic.net/free-photo/stepping-stone-garden-path_1252-1028.jpg"}, { - id: "3", - title: "Irrigation", - description: "Water-saving automated systems.", - tag: "Maintenance", - imageSrc: "http://img.b2bpic.net/free-photo/electrician-builder-work-servicing-fuselage-industrial-switchboard-professional-overalls-with-electrician-s-tool_169016-8634.jpg", - }, + id: "3", title: "Irrigation", description: "Water-saving automated systems.", tag: "Maintenance", imageSrc: "http://img.b2bpic.net/free-photo/electrician-builder-work-servicing-fuselage-industrial-switchboard-professional-overalls-with-electrician-s-tool_169016-8634.jpg"}, ]} title="Professional Services" description="Full-service landscaping to elevate your exterior property." @@ -143,64 +98,29 @@ export default function LandingPage() {
@@ -310,14 +192,8 @@ export default function LandingPage() {