Merge version_1 into main #3
@@ -7,6 +7,8 @@ import MediaAbout from "@/components/sections/about/MediaAbout";
|
||||
import FeatureCardSix from "@/components/sections/feature/FeatureCardSix";
|
||||
import SocialProofOne from "@/components/sections/socialProof/SocialProofOne";
|
||||
import ProductCardFour from "@/components/sections/product/ProductCardFour";
|
||||
import TestimonialCardSixteen from "@/components/sections/testimonial/TestimonialCardSixteen";
|
||||
import ContactCenter from "@/components/sections/contact/ContactCenter";
|
||||
import FooterCard from "@/components/sections/footer/FooterCard";
|
||||
import Link from "next/link";
|
||||
import { Facebook, Phone, Mail, MapPin, Sprout, Leaf, Image, Star } from "lucide-react";
|
||||
@@ -184,17 +186,13 @@ export default function HomePage() {
|
||||
animationType="slide-up"
|
||||
testimonials={[
|
||||
{
|
||||
id: "review-1", name: "Jennifer Davis", role: "Homeowner", company: "Menasha, WI", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=281xtn", imageAlt: "Jennifer Davis testimonial"},
|
||||
id: "review-1", name: "Jennifer Davis", role: "Homeowner", company: "Menasha, WI", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=281xtn", imageAlt: "Jennifer Davis testimonial"},
|
||||
{
|
||||
id: "review-2", name: "Robert Chen", role: "Property Manager", company: "Fox Crossing Properties", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=kby5yq", imageAlt: "Robert Chen testimonial"},
|
||||
id: "review-2", name: "Robert Chen", role: "Property Manager", company: "Fox Crossing Properties", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=kby5yq", imageAlt: "Robert Chen testimonial"},
|
||||
{
|
||||
id: "review-3", name: "Amanda Wilson", role: "Homeowner", company: "Appleton, WI", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=lk8qtl", imageAlt: "Amanda Wilson testimonial"},
|
||||
id: "review-3", name: "Amanda Wilson", role: "Homeowner", company: "Appleton, WI", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=lk8qtl", imageAlt: "Amanda Wilson testimonial"},
|
||||
{
|
||||
id: "review-4", name: "David Martinez", role: "HOA Manager", company: "Meadow Ridge Community", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=2n4rof", imageAlt: "David Martinez testimonial"},
|
||||
id: "review-4", name: "David Martinez", role: "HOA Manager", company: "Meadow Ridge Community", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=2n4rof", imageAlt: "David Martinez testimonial"},
|
||||
]}
|
||||
kpiItems={[
|
||||
{ value: "500+", label: "Happy Customers Served" },
|
||||
@@ -204,6 +202,20 @@ export default function HomePage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCenter
|
||||
tag="Get Started"
|
||||
title="Get Your Free Landscaping Quote"
|
||||
description="Contact Joe's Landscaping today for a free estimate on lawn care, landscaping design, or any of our services. We're ready to transform your outdoor space."
|
||||
tagIcon={Phone}
|
||||
background={{ variant: "radial-gradient" }}
|
||||
useInvertedBackground={false}
|
||||
inputPlaceholder="Enter your email"
|
||||
buttonText="Get Quote"
|
||||
termsText="We'll contact you within 24 hours. We respect your privacy and will never share your information."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterCard
|
||||
logoText="Joe's Landscaping"
|
||||
|
||||
Reference in New Issue
Block a user