2 Commits

Author SHA1 Message Date
f82db78007 Update src/app/page.tsx 2026-05-12 23:23:29 +00:00
54bf922954 Merge version_1 into main
Merge version_1 into main
2026-05-12 23:20:30 +00:00

View File

@@ -12,7 +12,7 @@ import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/Nav
import PricingCardFive from '@/components/sections/pricing/PricingCardFive';
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne';
import { Award, CheckCircle, ShieldCheck, Zap, AlertTriangle, Circle } from "lucide-react";
import { Award, CheckCircle, ShieldCheck, Zap, AlertTriangle, Circle, Phone } from "lucide-react";
export default function LandingPage() {
return (
@@ -50,7 +50,7 @@ export default function LandingPage() {
background={{
variant: "downward-rays-static"}}
logoText="Ray Tree Service"
description="Professional tree care and removal services to keep your landscape healthy, safe, and beautiful. Expert certified arborists serving the community with care."
description="Professional tree care and removal services to keep your landscape healthy, safe, and beautiful. Call us today: +1 (951) 425-2355."
buttons={[
{
text: "Get a Free Quote", href: "#contact"},
@@ -198,7 +198,7 @@ export default function LandingPage() {
variant: "downward-rays-static"}}
tag="Let's Connect"
title="Ready for a Free Consultation?"
description="Reach out today to discuss your tree care needs. We offer free, on-site evaluations for all projects."
description="Reach out today to discuss your tree care needs. We offer free, on-site evaluations for all projects. Call us at +1 (951) 425-2355."
/>
</div>
@@ -242,4 +242,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}