Merge version_2 into main #2
@@ -11,7 +11,7 @@ import TestimonialCardFifteen from "@/components/sections/testimonial/Testimonia
|
||||
import FaqSplitMedia from "@/components/sections/faq/FaqSplitMedia";
|
||||
import ContactCenter from "@/components/sections/contact/ContactCenter";
|
||||
import FooterCard from "@/components/sections/footer/FooterCard";
|
||||
import { Leaf, TreePine, Phone, Mail, MapPin } from "lucide-react";
|
||||
import { Phone, Mail, MapPin } from "lucide-react";
|
||||
|
||||
export default function LandscapingPage() {
|
||||
return (
|
||||
@@ -128,9 +128,11 @@ export default function LandscapingPage() {
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCenter
|
||||
tag="Contact"
|
||||
title="Ready for a better garden?"
|
||||
description="Get in touch with us today for a free estimate."
|
||||
background={{ variant: "downward-rays-animated" }}
|
||||
useInvertedBackground={false}
|
||||
onSubmit={(email) => console.log("Signing up", email)}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user