From 2c0539120c042a5ee8739eeb4275f3cd621900bd Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 28 Apr 2026 03:35:21 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 277 +++++++++++------------------------------------ 1 file changed, 62 insertions(+), 215 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 0375077..3d9b1f1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,25 +32,15 @@ export default function LandingPage() { @@ -59,94 +49,53 @@ export default function LandingPage() {
@@ -156,9 +105,7 @@ export default function LandingPage() { useInvertedBackground={false} title="Our Passion for Excellence" description={[ - "With years of expertise in landscape architecture and plant care, RBRN Landscaping LLC serves the community with integrity and a focus on long-term sustainability.", - "We treat every yard as our own, ensuring that each blade of grass, stone path, and flower bed is placed with precision.", - ]} + "With years of expertise in landscape architecture and plant care, RBRN Landscaping LLC serves the community with integrity and a focus on long-term sustainability.", "We treat every yard as our own, ensuring that each blade of grass, stone path, and flower bed is placed with precision."]} /> @@ -168,26 +115,11 @@ export default function LandingPage() { useInvertedBackground={true} features={[ { - tag: "Essential", - title: "Precision Lawn Care", - subtitle: "Maintenance", - description: "Weekly mowing, edging, and seasonal aeration keep your lawn lush and healthy.", - imageSrc: "http://img.b2bpic.net/free-photo/man-cutting-grass-with-lawn-mover-back-yard-male-black-apron_1157-41438.jpg", - }, + tag: "Essential", title: "Precision Lawn Care", subtitle: "Maintenance", description: "Weekly mowing, edging, and seasonal aeration keep your lawn lush and healthy.", imageSrc: "http://img.b2bpic.net/free-photo/man-cutting-grass-with-lawn-mover-back-yard-male-black-apron_1157-41438.jpg"}, { - tag: "Design", - title: "Hardscape Construction", - subtitle: "Build", - description: "Custom patios, stone walkways, and retaining walls built to last for generations.", - imageSrc: "http://img.b2bpic.net/free-photo/stone-path-with-grass-growing-up_1137-86.jpg", - }, + tag: "Design", title: "Hardscape Construction", subtitle: "Build", description: "Custom patios, stone walkways, and retaining walls built to last for generations.", imageSrc: "http://img.b2bpic.net/free-photo/stone-path-with-grass-growing-up_1137-86.jpg"}, { - tag: "Botanical", - title: "Planting & Care", - subtitle: "Wellness", - description: "Strategic planting, shrub pruning, and seasonal care designed for your local climate.", - imageSrc: "http://img.b2bpic.net/free-photo/closeup-real-nature-plant-leaves_53876-30209.jpg", - }, + tag: "Botanical", title: "Planting & Care", subtitle: "Wellness", description: "Strategic planting, shrub pruning, and seasonal care designed for your local climate.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-real-nature-plant-leaves_53876-30209.jpg"}, ]} title="Comprehensive Landscape Solutions" description="From routine upkeep to full landscape makeovers, we handle every aspect of your outdoor living environment with care." @@ -202,41 +134,17 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "s1", - name: "Full Landscape Design", - price: "Custom", - imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-working-eco-friendly-wind-power-project-with-paper-plans_23-2148847790.jpg", - }, + id: "s1", name: "Full Landscape Design", price: "Custom", imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-working-eco-friendly-wind-power-project-with-paper-plans_23-2148847790.jpg"}, { - id: "s2", - name: "Irrigation Installation", - price: "Custom", - imageSrc: "http://img.b2bpic.net/free-photo/people-looking-after-plants_23-2147768454.jpg", - }, + id: "s2", name: "Irrigation Installation", price: "Custom", imageSrc: "http://img.b2bpic.net/free-photo/people-looking-after-plants_23-2147768454.jpg"}, { - id: "s3", - name: "Stone Masonry", - price: "Custom", - imageSrc: "http://img.b2bpic.net/free-photo/stone-wall-texture-background_1232-2838.jpg", - }, + id: "s3", name: "Stone Masonry", price: "Custom", imageSrc: "http://img.b2bpic.net/free-photo/stone-wall-texture-background_1232-2838.jpg"}, { - id: "s4", - name: "Tree & Shrub Care", - price: "Custom", - imageSrc: "http://img.b2bpic.net/free-photo/potted-plant-garden-outdoor_1373-578.jpg", - }, + id: "s4", name: "Tree & Shrub Care", price: "Custom", imageSrc: "http://img.b2bpic.net/free-photo/potted-plant-garden-outdoor_1373-578.jpg"}, { - id: "s5", - name: "Water Feature Build", - price: "Custom", - imageSrc: "http://img.b2bpic.net/free-photo/tranquil-pond-reflects-single-flower-nature-generated-by-ai_188544-14064.jpg", - }, + id: "s5", name: "Water Feature Build", price: "Custom", imageSrc: "http://img.b2bpic.net/free-photo/tranquil-pond-reflects-single-flower-nature-generated-by-ai_188544-14064.jpg"}, { - id: "s6", - name: "Lawn Fertilization", - price: "Custom", - imageSrc: "http://img.b2bpic.net/free-photo/people-helping-neighbors-with-grass-lawn_23-2149139745.jpg", - }, + id: "s6", name: "Lawn Fertilization", price: "Custom", imageSrc: "http://img.b2bpic.net/free-photo/people-helping-neighbors-with-grass-lawn_23-2149139745.jpg"}, ]} title="Our Specialized Services" description="We offer a curated list of landscape enhancement services tailored to your specific property goals." @@ -247,61 +155,31 @@ export default function LandingPage() { @@ -360,14 +222,11 @@ export default function LandingPage() { @@ -378,33 +237,21 @@ export default function LandingPage() { { items: [ { - label: "About Us", - href: "#about", - }, + label: "About Us", href: "#about"}, { - label: "Services", - href: "#products", - }, + label: "Services", href: "#products"}, { - label: "FAQ", - href: "#faq", - }, + label: "FAQ", href: "#faq"}, ], }, { items: [ { - label: "Contact", - href: "mailto:info@rbrnlandscaping.com", - }, + label: "Contact", href: "mailto:info@rbrnlandscaping.com"}, { - label: "Privacy Policy", - href: "#", - }, + label: "Privacy Policy", href: "#"}, { - label: "Terms of Service", - href: "#", - }, + label: "Terms of Service", href: "#"}, ], }, ]} -- 2.49.1