Merge version_2 into main #2

Merged
bender merged 1 commits from version_2 into main 2026-04-26 07:26:44 +00:00

View File

@@ -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"
}}
/>
</div>
@@ -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() {
<InlineImageSplitTextAbout
heading={[{ type: "text", content: "Committed to Human Values and Painless Procedures" }]}
buttons={[{ text: "Learn More", href: "#contact" }]}
useInvertedBackground={false}
/>
</div>
@@ -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" }