Merge version_2 into main #2

Merged
bender merged 1 commits from version_2 into main 2026-03-05 15:38:20 +00:00

View File

@@ -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"