Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-20 05:42:30 +00:00

View File

@@ -4,7 +4,6 @@ import Link from "next/link";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline";
import ProductCardFour from "@/components/sections/product/ProductCardFour";
import ProductCardFour as GalleryComponent from "@/components/sections/product/ProductCardFour";
import FooterBase from "@/components/sections/footer/FooterBase";
import { Smile, Camera } from "lucide-react";
@@ -97,7 +96,7 @@ export default function ServicesPage() {
name: "Root Canal Treatment",
price: "Painless Relief",
variant: "Expert Care",
imageSrc: "http://img.b2bpic.net/free-photo/dentist-work-young-woman-dentist-treating-kid-tooth-dentistry-concept_169016-67119.jpg?_wi=2",
imageSrc: "http://img.b2bpic.net/free-photo/dentist-work-young-woman-dentist-treating-kid-tooth-dentistry-concept_169016-67119.jpg",
imageAlt: "Root canal treatment",
},
{
@@ -105,7 +104,7 @@ export default function ServicesPage() {
name: "Teeth Whitening",
price: "Bright Smile",
variant: "Cosmetic Excellence",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-brunette-girl-posing-with-coat_23-2148135983.jpg?_wi=2",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-brunette-girl-posing-with-coat_23-2148135983.jpg",
imageAlt: "Professional teeth whitening",
},
{
@@ -113,7 +112,7 @@ export default function ServicesPage() {
name: "Braces & Aligners",
price: "Smile Correction",
variant: "Orthodontic Precision",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-teenage-girl_23-2149085889.jpg?_wi=2",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-teenage-girl_23-2149085889.jpg",
imageAlt: "Dental braces treatment",
},
{
@@ -121,7 +120,7 @@ export default function ServicesPage() {
name: "Dental Implants",
price: "Permanent Solution",
variant: "Modern Restoration",
imageSrc: "http://img.b2bpic.net/free-photo/dentist-showing-model-teeth-patient_107420-74173.jpg?_wi=2",
imageSrc: "http://img.b2bpic.net/free-photo/dentist-showing-model-teeth-patient_107420-74173.jpg",
imageAlt: "Dental implant restoration",
},
{
@@ -129,7 +128,7 @@ export default function ServicesPage() {
name: "Pediatric Dentistry",
price: "Kids Dental Care",
variant: "Family Friendly",
imageSrc: "http://img.b2bpic.net/free-photo/young-female-dentist-dental-office-dentist-work-dental-treatment-concept_169016-66991.jpg?_wi=2",
imageSrc: "http://img.b2bpic.net/free-photo/young-female-dentist-dental-office-dentist-work-dental-treatment-concept_169016-66991.jpg",
imageAlt: "Children's dental care",
},
]}
@@ -153,7 +152,7 @@ export default function ServicesPage() {
name: "Smile Transformation",
price: "Complete Makeover",
variant: "Cosmetic Excellence",
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-looking-camera-smiling_58466-11307.jpg?_wi=3",
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-looking-camera-smiling_58466-11307.jpg",
imageAlt: "Before and after smile transformation",
},
{
@@ -161,7 +160,7 @@ export default function ServicesPage() {
name: "Teeth Whitening",
price: "Professional Brightening",
variant: "Cosmetic Excellence",
imageSrc: "http://img.b2bpic.net/free-photo/doctor-examining-female-patients-face-clinic_107420-73982.jpg?_wi=3",
imageSrc: "http://img.b2bpic.net/free-photo/doctor-examining-female-patients-face-clinic_107420-73982.jpg",
imageAlt: "Teeth whitening before after",
},
{
@@ -169,7 +168,7 @@ export default function ServicesPage() {
name: "Orthodontic Success",
price: "Alignment & Correction",
variant: "Precision Results",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-cute-young-brunette-woman-shows-kawaii-finger-hearts-smiling-likes-smth-stands_1258-197383.jpg?_wi=2",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-cute-young-brunette-woman-shows-kawaii-finger-hearts-smiling-likes-smth-stands_1258-197383.jpg",
imageAlt: "Orthodontic treatment results",
},
{
@@ -177,7 +176,7 @@ export default function ServicesPage() {
name: "Implant Restoration",
price: "Tooth Replacement",
variant: "Modern Restoration",
imageSrc: "http://img.b2bpic.net/free-photo/dentist-examining-female-patient-with-teeth-shades_107420-74153.jpg?_wi=2",
imageSrc: "http://img.b2bpic.net/free-photo/dentist-examining-female-patient-with-teeth-shades_107420-74153.jpg",
imageAlt: "Dental implant restoration",
},
{
@@ -185,7 +184,7 @@ export default function ServicesPage() {
name: "Full Restoration",
price: "Comprehensive Smile Makeover",
variant: "Complete Transformation",
imageSrc: "http://img.b2bpic.net/free-photo/dentist-showing-dental-jaw-female-patient-clinic_23-2147862036.jpg?_wi=2",
imageSrc: "http://img.b2bpic.net/free-photo/dentist-showing-dental-jaw-female-patient-clinic_23-2147862036.jpg",
imageAlt: "Complete smile restoration",
},
{
@@ -193,7 +192,7 @@ export default function ServicesPage() {
name: "Cosmetic Bonding",
price: "Aesthetic Enhancement",
variant: "Cosmetic Excellence",
imageSrc: "http://img.b2bpic.net/free-photo/woman-smiling-while-male-dentist-keeping-teeth-color-range_651396-1397.jpg?_wi=2",
imageSrc: "http://img.b2bpic.net/free-photo/woman-smiling-while-male-dentist-keeping-teeth-color-range_651396-1397.jpg",
imageAlt: "Cosmetic dental bonding",
},
]}