diff --git a/src/app/page.tsx b/src/app/page.tsx index c6a9a56..cb12118 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,21 +30,13 @@ export default function LandingPage() { @@ -53,77 +45,48 @@ export default function LandingPage() {
@@ -135,19 +98,13 @@ export default function LandingPage() { metrics={[ { icon: Award, - label: "Years Experience", - value: "10+", - }, + label: "Years Experience", value: "10+"}, { icon: CheckCircle, - label: "Projects Completed", - value: "500+", - }, + label: "Projects Completed", value: "500+"}, { icon: Smile, - label: "Happy Clients", - value: "400+", - }, + label: "Happy Clients", value: "400+"}, ]} metricsAnimation="slide-up" /> @@ -160,29 +117,14 @@ export default function LandingPage() { useInvertedBackground={true} features={[ { - bentoComponent: "reveal-icon", - icon: Leaf, - title: "Landscaping & Tree Care", - description: "Complete landscape design, sod installation, and professional tree maintenance services.", - imageSrc: "http://img.b2bpic.net/free-photo/expressive-senior-female-posing-indoor_344912-360.jpg", - imageAlt: "Expressive senior female posing indoor", - }, + bentoComponent: "reveal-icon", icon: Leaf, + title: "Landscaping & Tree Care", description: "Complete landscape design, sod installation, and professional tree maintenance services."}, { - bentoComponent: "reveal-icon", - icon: Building2, - title: "Fence & Hardscape", - description: "Expert fence repair, custom paver installations, and robust retaining walls.", - imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-florist-taking-care-flowers-focus-plant_176420-2078.jpg?_wi=2", - imageAlt: "Expressive senior female posing indoor", - }, + bentoComponent: "reveal-icon", icon: Building2, + title: "Fence & Hardscape", description: "Expert fence repair, custom paver installations, and robust retaining walls."}, { - bentoComponent: "reveal-icon", - icon: Wrench, - title: "Home Remodeling", - description: "Interior and exterior home improvements delivered with quality and attention to detail.", - imageSrc: "http://img.b2bpic.net/free-photo/expressive-senior-female-posing-indoor_344912-362.jpg?_wi=1", - imageAlt: "Expressive senior female posing indoor", - }, + bentoComponent: "reveal-icon", icon: Wrench, + title: "Home Remodeling", description: "Interior and exterior home improvements delivered with quality and attention to detail."}, ]} title="Professional Services" description="From landscaping to home remodeling, we bring expert craftsmanship to your property." @@ -195,45 +137,15 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "1", - title: "Excellent Service", - quote: "Professional, punctual, and high quality work on our fence repair.", - name: "Sarah Johnson", - role: "Homeowner", - imageSrc: "http://img.b2bpic.net/free-photo/expressive-senior-female-posing-indoor_344912-362.jpg?_wi=2", - }, + id: "1", title: "Excellent Service", quote: "Professional, punctual, and high quality work on our fence repair.", name: "Sarah Johnson", role: "Homeowner", imageSrc: "http://img.b2bpic.net/free-photo/expressive-senior-female-posing-indoor_344912-362.jpg"}, { - id: "2", - title: "Great Experience", - quote: "They transformed our backyard with beautiful pavers and landscaping.", - name: "Michael Chen", - role: "Homeowner", - imageSrc: "http://img.b2bpic.net/free-photo/confident-smiling-young-woman-standing-kitchen_23-2147916396.jpg", - }, + id: "2", title: "Great Experience", quote: "They transformed our backyard with beautiful pavers and landscaping.", name: "Michael Chen", role: "Homeowner", imageSrc: "http://img.b2bpic.net/free-photo/confident-smiling-young-woman-standing-kitchen_23-2147916396.jpg"}, { - id: "3", - title: "Top Notch Quality", - quote: "Quality craftsmanship on every project. Their tree work is impeccable.", - name: "Emily Rodriguez", - role: "Homeowner", - imageSrc: "http://img.b2bpic.net/free-photo/female-gardener-holding-handle_651396-1543.jpg", - }, + id: "3", title: "Top Notch Quality", quote: "Quality craftsmanship on every project. Their tree work is impeccable.", name: "Emily Rodriguez", role: "Homeowner", imageSrc: "http://img.b2bpic.net/free-photo/female-gardener-holding-handle_651396-1543.jpg"}, { - id: "4", - title: "Friendly Crew", - quote: "Hardworking crew that respects your time and property.", - name: "David Kim", - role: "Homeowner", - imageSrc: "http://img.b2bpic.net/free-photo/pretty-woman-cute-clothes-reaching-plants-greenhouse_197531-12328.jpg", - }, + id: "4", title: "Friendly Crew", quote: "Hardworking crew that respects your time and property.", name: "David Kim", role: "Homeowner", imageSrc: "http://img.b2bpic.net/free-photo/pretty-woman-cute-clothes-reaching-plants-greenhouse_197531-12328.jpg"}, { - id: "5", - title: "Reliable & Fair", - quote: "Always my first call for power washing or landscaping needs.", - name: "Amanda White", - role: "Homeowner", - imageSrc: "http://img.b2bpic.net/free-photo/man-sitting-near-house-looking-camera_259150-59313.jpg", - }, + id: "5", title: "Reliable & Fair", quote: "Always my first call for power washing or landscaping needs.", name: "Amanda White", role: "Homeowner", imageSrc: "http://img.b2bpic.net/free-photo/man-sitting-near-house-looking-camera_259150-59313.jpg"}, ]} title="What Our Neighbors Say" description="Trusted by homeowners across Anna, Texas for quality workmanship." @@ -244,16 +156,13 @@ export default function LandingPage() { @@ -264,33 +173,21 @@ export default function LandingPage() { { items: [ { - label: "Home", - href: "#hero", - }, + label: "Home", href: "#hero"}, { - label: "Services", - href: "#services", - }, + label: "Services", href: "#services"}, { - label: "Testimonials", - href: "#testimonials", - }, + label: "Testimonials", href: "#testimonials"}, { - label: "Contact", - href: "#contact", - }, + label: "Contact", href: "#contact"}, ], }, { items: [ { - label: "Privacy Policy", - href: "#", - }, + label: "Privacy Policy", href: "#"}, { - label: "Terms of Service", - href: "#", - }, + label: "Terms of Service", href: "#"}, ], }, ]}