Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-08 12:16:25 +00:00

View File

@@ -11,7 +11,6 @@ import ContactSplitForm from "@/components/sections/contact/ContactSplitForm";
import FooterCard from "@/components/sections/footer/FooterCard";
import {
Smile,
Tooth,
Sparkles,
Shield,
Zap,
@@ -66,7 +65,7 @@ export default function LandingPage() {
"http://img.b2bpic.net/free-photo/close-up-revealing-shot-medical-dental-tools-ready-stomatology-teeth-surgery_482257-15350.jpg", imageAlt: "Modern dental office reception"},
{
imageSrc:
"http://img.b2bpic.net/free-photo/senior-woman-technician-checking-teeth-examining-sick-patient_482257-6339.jpg?_wi=1", imageAlt: "Professional dental team"},
"http://img.b2bpic.net/free-photo/senior-woman-technician-checking-teeth-examining-sick-patient_482257-6339.jpg", imageAlt: "Professional dental team"},
]}
mediaAnimation="slide-up"
rating={5}
@@ -84,7 +83,7 @@ export default function LandingPage() {
title="Our Comprehensive Services"
description="From routine care to advanced treatments, we offer a full range of dental services to keep your smile healthy and beautiful."
tag="Services"
tagIcon={Tooth}
tagIcon={Sparkles}
tagAnimation="slide-up"
features={[
{
@@ -125,7 +124,7 @@ export default function LandingPage() {
tag="About Us"
tagIcon={Heart}
tagAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/senior-woman-technician-checking-teeth-examining-sick-patient_482257-6339.jpg?_wi=2"
imageSrc="http://img.b2bpic.net/free-photo/senior-woman-technician-checking-teeth-examining-sick-patient_482257-6339.jpg"
imageAlt="SmileCare Dental practice"
useInvertedBackground={false}
buttons={[{ text: "Meet Our Team", href: "#team" }]}