From 17c128164f2e9a24f8ddcb7d0df979916b1b3d8a Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 12:34:30 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index de074d2..44d444d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,7 @@ import TeamCardOne from '@/components/sections/team/TeamCardOne'; import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen'; import ContactCTA from '@/components/sections/contact/ContactCTA'; import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; -import { Award, Mail, Scissors, Sparkles, Users, Zap } from 'lucide-react'; +import { Award, Mail, Scissors, Sparkles, Users, Zap, Phone } from 'lucide-react'; export default function LandingPage() { return ( @@ -54,7 +54,7 @@ export default function LandingPage() { avatarText="Trusted by 2000+ satisfied clients" buttons={[ { text: "Book Now", href: "contact" }, - { text: "Learn More", href: "services" } + { text: "Call: (555) 0123", href: "tel:+1-555-0123" } ]} buttonAnimation="slide-up" /> @@ -222,4 +222,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1