diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 412dc08..41191d4 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -8,18 +8,20 @@ import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis' export default function AboutPage() { return ( - + - + + - +

Our Clinic in Tashkent

@@ -32,6 +34,8 @@ export default function ContactPage() { title="Book Your Appointment" description="We look forward to providing you with the best dental care in Tashkent." buttons={[{ text: "Call Now", href: "tel:+998334790666" }]} + background={{ variant: "plain" }} + useInvertedBackground={false} />
+ - +

Patient Reviews

@@ -30,6 +32,7 @@ export default function ReviewsPage() { avatars={[]} ratingAnimation="blur-reveal" avatarsAnimation="blur-reveal" + useInvertedBackground={false} />
diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index 04297b0..ed4fc52 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -9,18 +9,20 @@ import { ShieldCheck, Sparkles, Stethoscope, Smile } from "lucide-react"; export default function ServicesPage() { return ( - + - +