diff --git a/src/app/page.tsx b/src/app/page.tsx index 72b39fe..b95c19a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -6,10 +6,10 @@ import HeroSplitKpi from '@/components/sections/hero/HeroSplitKpi'; import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout'; import FeatureCardOne from '@/components/sections/feature/FeatureCardOne'; -import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; -import ContactSplit from '@/components/sections/contact/ContactSplit'; -import FooterBase from '@/components/sections/footer/FooterBase'; -import { Sparkles, Smile, Star, Mail } from 'lucide-react'; +import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen'; +import ContactCenter from '@/components/sections/contact/ContactCenter'; +import FooterCard from '@/components/sections/footer/FooterCard'; +import { Sparkles, Smile, Star, Mail, MessageCircle, Phone, MapPin } from 'lucide-react'; export default function LuxuryDentistPage() { return ( @@ -35,7 +35,7 @@ export default function LuxuryDentistPage() { { name: "Контакты", id: "contact" } ]} button={{ - text: "Записаться", href: "#contact" + text: "Записаться", onClick: () => window.open('https://wa.me/79999999999', '_blank') }} /> @@ -58,7 +58,7 @@ export default function LuxuryDentistPage() { enableKpiAnimation={true} buttons={[ { text: "Наши услуги", href: "#services" }, - { text: "Записаться на прием", href: "#contact" } + { text: "Записаться на прием", onClick: () => window.open('https://wa.me/79999999999', '_blank') } ]} mediaAnimation="slide-up" /> @@ -88,9 +88,6 @@ export default function LuxuryDentistPage() { reviewCount: "200", imageSrc: "https://pixabay.com/get/g1d3ff68a2658a258820fec4c35bd2d41aa96142470bf1eb492524fdb68eca93729eac47b58d487bf8ffe8655ffad31e45344ba6aad8b77a68d27c92c2edb1fee_1280.jpg", imageAlt: "Отбеливание зубов" } ]} - buttons={[ - { text: "Посмотреть все услуги", href: "#contact" } - ]} /> @@ -101,8 +98,7 @@ export default function LuxuryDentistPage() { ]} useInvertedBackground={false} buttons={[ - { text: "Наши врачи", href: "#features" }, - { text: "Записаться", href: "#contact" } + { text: "Узнать больше", href: "#features" } ]} /> @@ -127,73 +123,44 @@ export default function LuxuryDentistPage() {
-
- window.open(`https://wa.me/79999999999?text=Здравствуйте! Меня интересует консультация. Email: ${email}`, '_blank')} + buttonText="Написать в WhatsApp" />
); -} +} \ No newline at end of file