From 3d350b2f60e14a45f2075e16f6e20220586446b4 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 15:38:09 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 36a512e..148d50c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,7 @@ import AboutMetric from '@/components/sections/about/AboutMetric'; import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; import FeatureCardMedia from '@/components/sections/feature/FeatureCardMedia'; import FooterMedia from '@/components/sections/footer/FooterMedia'; -import { Star, Scissors, Users, Clock, MapPin } from 'lucide-react'; +import { Star, Scissors, Users, Clock, MapPin, Phone } from 'lucide-react'; export default function LandingPage() { return ( @@ -60,7 +60,8 @@ export default function LandingPage() { imageAlt="Интерьер Бравого Барбершопа в центре Алматы" imagePosition="right" buttons={[ - { text: "📞 Позвонить: +7 (705) 409-00-11", href: "tel:+77054090011" }, + { text: "☎ Позвонить сейчас", onClick: () => window.location.href = "tel:+77054090011" }, + { text: "📞 +7 (705) 409-00-11", href: "tel:+77054090011" }, { text: "Записаться на приём", href: "#contact" } ]} buttonAnimation="slide-up" -- 2.49.1