Update src/app/page.tsx

This commit is contained in:
2026-05-30 04:50:47 +00:00
parent cab6ead88e
commit 42a96ad0ee

View File

@@ -10,7 +10,7 @@ import HeroBillboard from '@/components/sections/hero/HeroBillboard';
import MediaAbout from '@/components/sections/about/MediaAbout';
import MetricCardThree from '@/components/sections/metrics/MetricCardThree';
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
import ProductCardFour from '@/components/sections/product/ProductCardFour';
import ProductCardFour from '@/components/sections/product/Product/ProductCardFour';
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen';
import { Award, Sparkles, Users } from "lucide-react";
@@ -242,7 +242,7 @@ export default function LandingPage() {
text="Ready to Transform Your Landscape?"
buttons={[
{
text: "Call Us Today", href: "tel:+16306616168"},
text: "Call for a Free Consultation", href: "tel:630-661-6168"},
]}
/>
</div>