Merge version_2 into main #2

Merged
bender merged 1 commits from version_2 into main 2026-03-20 23:45:37 +00:00

View File

@@ -5,12 +5,11 @@ import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatin
import HeroBillboard from '@/components/sections/hero/HeroBillboard';
import SplitAbout from '@/components/sections/about/SplitAbout';
import FeatureCardOne from '@/components/sections/feature/FeatureCardOne';
import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven';
import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen';
import FaqDouble from '@/components/sections/faq/FaqDouble';
import ContactText from '@/components/sections/contact/ContactText';
import FooterBase from '@/components/sections/footer/FooterBase';
import { CheckCircle, HelpCircle, Leaf, MapPin, Scissors, Sprout, Star, TrendingUp, Wrench } from 'lucide-react';
import { CheckCircle, HelpCircle, Leaf, MapPin, Scissors, Sprout, Star, Wrench } from 'lucide-react';
export default function LandingPage() {
return (
@@ -32,7 +31,6 @@ export default function LandingPage() {
navItems={[
{ name: "Home", id: "home" },
{ name: "Services", id: "services" },
{ name: "Why Us", id: "why-us" },
{ name: "Contact", id: "contact" }
]}
button={{
@@ -128,30 +126,6 @@ export default function LandingPage() {
/>
</div>
<div id="why-us" data-section="why-us">
<MetricCardEleven
title="Why Choose Gus's Lawn Care"
description="Proven results and customer satisfaction are at the heart of everything we do. Here's what sets us apart."
tag="By The Numbers"
tagIcon={TrendingUp}
tagAnimation="slide-up"
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
metrics={[
{
id: "1", value: "500+", title: "Happy Customers", description: "Trusted by families and businesses throughout Greenfield for quality lawn care.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-handsome-cute-caucasian-man-park_181624-56266.jpg", imageAlt: "satisfied customer portrait happy"
},
{
id: "2", value: "10+", title: "Years Experience", description: "Decades of expertise in professional lawn maintenance and landscaping services.", imageSrc: "http://img.b2bpic.net/free-photo/smiley-girl-field-wearing-sunglasses_23-2148504809.jpg", imageAlt: "happy homeowner outdoor portrait"
},
{
id: "3", value: "100%", title: "Satisfaction Rate", description: "We stand behind our work with guaranteed quality and customer satisfaction.", imageSrc: "http://img.b2bpic.net/free-photo/funny-young-woman-with-bun-her-head-city-park_169016-21843.jpg", imageAlt: "local resident portrait happy"
}
]}
/>
</div>
<div id="testimonials" data-section="testimonials">
<TestimonialCardSixteen
title="What Our Customers Say"
@@ -259,7 +233,6 @@ export default function LandingPage() {
{
title: "Company", items: [
{ label: "About Us", href: "#about" },
{ label: "Why Choose Us", href: "#why-us" },
{ label: "Testimonials", href: "#testimonials" },
{ label: "Contact", href: "#contact" }
]