Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-06-08 10:07:34 +00:00

View File

@@ -12,7 +12,7 @@ import PricingCardNine from '@/components/sections/pricing/PricingCardNine';
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
import ContactSplit from '@/components/sections/contact/ContactSplit';
import FooterCard from '@/components/sections/footer/FooterCard';
import { Facebook, Instagram, Whatsapp } from 'lucide-react';
import { Facebook, Instagram, MessageSquare } from 'lucide-react';
import { Nunito } from "next/font/google";
const nunito = Nunito({
@@ -67,7 +67,6 @@ export default function Page() {
imageSrc="http://img.b2bpic.net/free-photo/happy-young-woman-sitting-dental-chair_23-2147862029.jpg"
imageAlt="Dentist examining a patient's teeth in a modern clinic"
mediaAnimation="slide-up"
useInvertedBackground={false}
/>
</div>
<div id="about" data-section="about" className={nunito.variable}>
@@ -78,9 +77,6 @@ export default function Page() {
buttons={[
{ text: "Learn More About Us", href: "#about" }
]}
useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-photo/doctors-nurse-walking-corridor_107420-84778.jpg"
imageAlt="Exterior view of a modern dental clinic building"
/>
</div>
<div id="services" data-section="services" className={nunito.variable}>
@@ -94,7 +90,6 @@ export default function Page() {
]}
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
/>
</div>
<div id="treatments" data-section="treatments" className={nunito.variable}>
@@ -113,7 +108,6 @@ export default function Page() {
gridVariant="three-columns-all-equal-width"
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
/>
</div>
<div id="team" data-section="team" className={nunito.variable}>
@@ -130,7 +124,6 @@ export default function Page() {
]}
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
/>
</div>
<div id="testimonials" data-section="testimonials" className={nunito.variable}>
@@ -144,9 +137,7 @@ export default function Page() {
{ id: "4", title: "Transparent and Honest", quote: "Finally, a clinic that offers transparent pricing and honest advice. No hidden fees, just excellent service and a comfortable experience.", name: "Daniyar M.", role: "Engineer", imageSrc: "http://img.b2bpic.net/free-photo/elderly-woman-walking-by-seaside_23-2149401706.jpg", imageAlt: "Portrait of Daniyar M." },
{ id: "5", title: "My Family's Go-To", quote: "OTA Dent is our family's trusted dental clinic. They cater to all our needs, from my children's check-ups to my cosmetic treatments. Fantastic service every time.", name: "Elena P.", role: "Business Owner", imageSrc: "http://img.b2bpic.net/free-photo/cute-girl-making-funny-face-front-her-happy-parents_23-2147878263.jpg", imageAlt: "Portrait of Elena P." }
]}
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
/>
</div>
<div id="pricing" data-section="pricing" className={nunito.variable}>
@@ -160,7 +151,6 @@ export default function Page() {
]}
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
/>
</div>
<div id="faq" data-section="faq" className={nunito.variable}>
@@ -179,7 +169,6 @@ export default function Page() {
description="Got questions? We've got answers. Find more information about our services, appointments, and payment options."
faqsAnimation="slide-up"
textboxLayout="default"
useInvertedBackground={false}
/>
</div>
<div id="contact" data-section="contact" className={nunito.variable}>
@@ -190,7 +179,6 @@ export default function Page() {
background={{
variant: "plain"
}}
useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-photo/pharmacist-work_23-2150600111.jpg"
imageAlt="Modern dental clinic reception area"
mediaAnimation="slide-up"
@@ -206,9 +194,8 @@ export default function Page() {
socialLinks={[
{ icon: Facebook, href: "https://facebook.com/otadent", ariaLabel: "Facebook page" },
{ icon: Instagram, href: "https://instagram.com/otadent", ariaLabel: "Instagram profile" },
{ icon: Whatsapp, href: "https://wa.me/1234567890", ariaLabel: "Whatsapp chat" }
{ icon: MessageSquare, href: "https://wa.me/1234567890", ariaLabel: "Whatsapp chat" }
]}
useInvertedBackground={false}
/>
</div>
</ThemeProvider>