Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 3d350b2f60 | |||
| 0955258a83 |
@@ -9,7 +9,7 @@ import AboutMetric from '@/components/sections/about/AboutMetric';
|
|||||||
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
|
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
|
||||||
import FeatureCardMedia from '@/components/sections/feature/FeatureCardMedia';
|
import FeatureCardMedia from '@/components/sections/feature/FeatureCardMedia';
|
||||||
import FooterMedia from '@/components/sections/footer/FooterMedia';
|
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() {
|
export default function LandingPage() {
|
||||||
return (
|
return (
|
||||||
@@ -60,7 +60,8 @@ export default function LandingPage() {
|
|||||||
imageAlt="Интерьер Бравого Барбершопа в центре Алматы"
|
imageAlt="Интерьер Бравого Барбершопа в центре Алматы"
|
||||||
imagePosition="right"
|
imagePosition="right"
|
||||||
buttons={[
|
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" }
|
{ text: "Записаться на приём", href: "#contact" }
|
||||||
]}
|
]}
|
||||||
buttonAnimation="slide-up"
|
buttonAnimation="slide-up"
|
||||||
|
|||||||
Reference in New Issue
Block a user