diff --git a/src/app/page.tsx b/src/app/page.tsx index a539d06..9d49d2b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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." /> @@ -242,4 +242,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file