Merge version_2 into main #2

Merged
bender merged 1 commits from version_2 into main 2026-05-19 15:44:25 +00:00

View File

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