Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 977a360470 | |||
| 80144f278c | |||
| 91754e165c | |||
| 5ef9c0ca09 | |||
| 4dd41eb734 | |||
| 3d350b2f60 | |||
| 0955258a83 |
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user