4 Commits

Author SHA1 Message Date
5d875f3068 Update src/app/page.tsx 2026-03-28 08:06:59 +00:00
ce8040ff4b Merge version_9 into main
Merge version_9 into main
2026-03-28 08:02:45 +00:00
14edf5e553 Merge version_9 into main
Merge version_9 into main
2026-03-28 08:02:13 +00:00
6f19d96a3d Merge version_9 into main
Merge version_9 into main
2026-03-28 08:01:41 +00:00

View File

@@ -9,7 +9,7 @@ import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard';
import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen'; import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen';
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen'; import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen';
import { Phone } from "lucide-react"; import { Phone, Mail } from "lucide-react";
export default function LandingPage() { export default function LandingPage() {
return ( return (
@@ -35,7 +35,7 @@ export default function LandingPage() {
{ name: "Reviews", id: "reviews" }, { name: "Reviews", id: "reviews" },
]} ]}
brandName="Ryan Brothers" brandName="Ryan Brothers"
button={{ text: "Contact Us", href: "#contact" }} button={{ text: "Get A Quote", href: "#contact" }}
/> />
</div> </div>
@@ -110,8 +110,8 @@ export default function LandingPage() {
]} ]}
ctaTitle="Ready for a perfect lawn?" ctaTitle="Ready for a perfect lawn?"
ctaDescription="Let Ryan Brothers handle the work—so your yard always looks its best. Contact us at 480-327-9024 or email ryanbrothersaz@gmail.com." ctaDescription="Let Ryan Brothers handle the work—so your yard always looks its best. Contact us at 480-327-9024 or email ryanbrothersaz@gmail.com."
ctaButton={{ text: "Call Now", href: "tel:4803279024" }} ctaButton={{ text: "Get A Quote", href: "mailto:ryanbrothersaz@gmail.com" }}
ctaIcon={Phone} ctaIcon={Mail}
/> />
</div> </div>