diff --git a/src/app/page.tsx b/src/app/page.tsx index b95c19a..3071ec4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,7 @@ import FeatureCardOne from '@/components/sections/feature/FeatureCardOne'; 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'; +import { Sparkles, Smile, Star, MessageCircle, Phone, MapPin } from 'lucide-react'; export default function LuxuryDentistPage() { return ( @@ -129,6 +129,7 @@ export default function LuxuryDentistPage() { showRating={true} textboxLayout="default" animationType="slide-up" + useInvertedBackground={true} testimonials={[ { id: "1", name: "Амина И.", handle: "@amina_dent", testimonial: "Лучшая стоматология в Грозном. Очень внимательный персонал и профессиональные врачи.", rating: 5 @@ -145,6 +146,8 @@ export default function LuxuryDentistPage() { tag="Свяжитесь с нами" title="Начните путь к идеальной улыбке" description="Запишитесь на консультацию прямо сейчас через WhatsApp." + background={{ variant: "plain" }} + useInvertedBackground={false} onSubmit={(email) => window.open(`https://wa.me/79999999999?text=Здравствуйте! Меня интересует консультация. Email: ${email}`, '_blank')} buttonText="Написать в WhatsApp" />