From 0ebe1331ba25c553b3b50ea297a47a6959f549b7 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 26 Apr 2026 07:26:41 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 3cf2536..d87f6dc 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -8,7 +8,7 @@ import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSp import FeatureCardOne from '@/components/sections/feature/FeatureCardOne'; import ContactSplit from '@/components/sections/contact/ContactSplit'; import FooterBase from '@/components/sections/footer/FooterBase'; -import { Sparkles, Smile, Star, Mail, MapPin, Phone } from 'lucide-react'; +import { Sparkles, Smile, MapPin } from 'lucide-react'; export default function DentistClinicPage() { return ( @@ -33,9 +33,6 @@ export default function DentistClinicPage() { { name: "About", id: "about" }, { name: "Contact", id: "contact" } ]} - button={{ - text: "Book Appointment", href: "#contact" - }} /> @@ -49,6 +46,7 @@ export default function DentistClinicPage() { imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/dentist/hero/hero1.avif" imageAlt="Modern professional dental clinic setup" imagePosition="right" + enableKpiAnimation={true} kpis={[ { value: "100%", label: "Patient Focused" }, { value: "Modern", label: "Technology" }, @@ -83,6 +81,7 @@ export default function DentistClinicPage() { @@ -93,6 +92,7 @@ export default function DentistClinicPage() { textboxLayout="default" animationType="slide-up" gridVariant="uniform-all-items-equal" + useInvertedBackground={false} features={[ { title: "Advanced Technology", description: "High precision imaging and treatment equipment for accurate outcomes.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/dentist/about/about1.avif" }, { title: "Comfort Environment", description: "Clean, modern, and soothing clinic design to reduce anxiety.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/dentist/about/about2.avif" } -- 2.49.1