diff --git a/src/app/page.tsx b/src/app/page.tsx index 19b465f..c4158ab 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,29 +32,17 @@ export default function LandingPage() { @@ -80,28 +68,13 @@ export default function LandingPage() { features={[ { id: 1, - tag: "Maintenance", - title: "Precision Lawn Care", - subtitle: "Always perfectly manicured.", - description: "Weekly mowing, edging, and seasonal aeration to keep your lawn thriving and vibrant year-round.", - imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-male-gardener-wearing-gardening-hat-holds-rake-hoe-rake-isolated-orange-background-with-copy-space_141793-67713.jpg", - }, + tag: "Maintenance", title: "Precision Lawn Care", subtitle: "Always perfectly manicured.", description: "Weekly mowing, edging, and seasonal aeration to keep your lawn thriving and vibrant year-round.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-male-gardener-wearing-gardening-hat-holds-rake-hoe-rake-isolated-orange-background-with-copy-space_141793-67713.jpg"}, { id: 2, - tag: "Hardscaping", - title: "Custom Patio Design", - subtitle: "Outdoor living spaces.", - description: "From natural stone paving to custom retaining walls, we build functional spaces that last decades.", - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-summer-modern-home-interior-design_181624-60483.jpg", - }, + tag: "Hardscaping", title: "Custom Patio Design", subtitle: "Outdoor living spaces.", description: "From natural stone paving to custom retaining walls, we build functional spaces that last decades.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-summer-modern-home-interior-design_181624-60483.jpg"}, { id: 3, - tag: "Planting", - title: "Landscape Installation", - subtitle: "Rich, healthy gardens.", - description: "Curated selection of native plants, perennials, and shrubbery for a low-maintenance, high-impact landscape.", - imageSrc: "http://img.b2bpic.net/free-photo/australian-shrub-smoke-tree_1372-185.jpg", - }, + tag: "Planting", title: "Landscape Installation", subtitle: "Rich, healthy gardens.", description: "Curated selection of native plants, perennials, and shrubbery for a low-maintenance, high-impact landscape.", imageSrc: "http://img.b2bpic.net/free-photo/australian-shrub-smoke-tree_1372-185.jpg"}, ]} title="Services Offered" description="Complete landscape solutions tailored for modern residential properties." @@ -116,29 +89,13 @@ export default function LandingPage() { useInvertedBackground={false} members={[ { - id: "1", - name: "Sarah Miller", - role: "Lead Architect", - imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-florist-taking-care-flowers_176420-2075.jpg?_wi=1", - }, + id: "1", name: "Sarah Miller", role: "Lead Architect", imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-florist-taking-care-flowers_176420-2075.jpg"}, { - id: "2", - name: "John Doe", - role: "Head Groundskeeper", - imageSrc: "http://img.b2bpic.net/free-photo/boy-together-beautiful-college-smiling_1150-1659.jpg?_wi=1", - }, + id: "2", name: "John Doe", role: "Head Groundskeeper", imageSrc: "http://img.b2bpic.net/free-photo/boy-together-beautiful-college-smiling_1150-1659.jpg"}, { - id: "3", - name: "Emily Chen", - role: "Horticulturalist", - imageSrc: "http://img.b2bpic.net/free-photo/reforestation-done-by-voluntary-group_23-2149500842.jpg?_wi=1", - }, + id: "3", name: "Emily Chen", role: "Horticulturalist", imageSrc: "http://img.b2bpic.net/free-photo/reforestation-done-by-voluntary-group_23-2149500842.jpg"}, { - id: "4", - name: "Mark Roberts", - role: "Project Manager", - imageSrc: "http://img.b2bpic.net/free-photo/winter-concept-guy-brown-coat-salesman-christmas-tree_1157-48583.jpg?_wi=1", - }, + id: "4", name: "Mark Roberts", role: "Project Manager", imageSrc: "http://img.b2bpic.net/free-photo/winter-concept-guy-brown-coat-salesman-christmas-tree_1157-48583.jpg"}, ]} title="Meet Our Experts" description="Our team of certified horticulturalists and landscape architects are dedicated to bringing your vision to life." @@ -147,40 +104,21 @@ export default function LandingPage() {