From 35e8ad94143be9b40e5085159ab6e5ca9fc59827 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 8 Jun 2026 10:07:31 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 17 ++--------------- 1 file changed, 2 insertions(+), 15 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b26d482..ca693da 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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} />
@@ -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" />
@@ -94,7 +90,6 @@ export default function Page() { ]} animationType="slide-up" textboxLayout="default" - useInvertedBackground={false} />
@@ -113,7 +108,6 @@ export default function Page() { gridVariant="three-columns-all-equal-width" animationType="slide-up" textboxLayout="default" - useInvertedBackground={false} />
@@ -130,7 +124,6 @@ export default function Page() { ]} animationType="slide-up" textboxLayout="default" - useInvertedBackground={false} />
@@ -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} />
@@ -160,7 +151,6 @@ export default function Page() { ]} animationType="slide-up" textboxLayout="default" - useInvertedBackground={false} />
@@ -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} />
@@ -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} />
-- 2.49.1