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