Merge version_2 into main #3

Merged
bender merged 1 commits from version_2 into main 2026-03-12 12:34:35 +00:00

View File

@@ -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() {
</div>
</ThemeProvider>
);
}
}