Merge version_2 into main #3

Merged
bender merged 1 commits from version_2 into main 2026-04-09 02:16:13 +00:00

View File

@@ -9,7 +9,7 @@ import HeroSplitDoubleCarousel from '@/components/sections/hero/HeroSplitDoubleC
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard';
import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen';
import { Leaf, Award, MapPin, Phone } from "lucide-react";
import { Award } from "lucide-react";
export default function LandingPage() {
return (
@@ -64,6 +64,7 @@ export default function LandingPage() {
<div id="services" data-section="services">
<FeatureCardSix
textboxLayout="default"
useInvertedBackground={false}
title="Our Core Services"
description="Comprehensive maintenance programs designed to keep your property beautiful throughout the seasons."
features={[
@@ -76,6 +77,8 @@ export default function LandingPage() {
<div id="testimonials" data-section="testimonials">
<TestimonialCardTen
textboxLayout="default"
useInvertedBackground={false}
title="Local Praise"
description="Hear from our neighbors in Central Massachusetts about why they trust us."
testimonials={[
@@ -88,6 +91,7 @@ export default function LandingPage() {
<div id="contact" data-section="contact">
<ContactText
background={{ variant: "rotated-rays-static" }}
useInvertedBackground={false}
text="Ready for a better lawn? Call us at (774) 285-4720 or send us a message to schedule your free estimate."
buttons={[{ text: "Call (774) 285-4720", href: "tel:7742854720" }]}
/>
@@ -96,6 +100,7 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterMedia
logoText="Cifuentes Landscape"
videoSrc="https://www.w3schools.com/howto/rain.mp4"
columns={[
{ title: "Service Area", items: [{ label: "Dudley", href: "#" }, { label: "Oxford", href: "#" }, { label: "Webster", href: "#" }, { label: "Charlton", href: "#" }, { label: "Southbridge", href: "#" }] },
{ title: "Quick Links", items: [{ label: "Services", href: "#services" }, { label: "Contact", href: "#contact" }] }