Merge version_1 into main #3

Merged
bender merged 1 commits from version_1 into main 2026-03-11 03:17:08 +00:00

View File

@@ -60,7 +60,7 @@ export default function LandingPage() {
{ text: "View Services", href: "#product" }
]}
buttonAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/dentist-utensils-ready-use_23-2149195869.jpg"
imageSrc="http://img.b2bpic.net/free-photo/dentist-utensils-ready-use_23-2149195869.jpg?_wi=1"
imageAlt="Luxury dental practice interior"
mediaAnimation="blur-reveal"
imagePosition="right"
@@ -72,7 +72,7 @@ export default function LandingPage() {
products={[
{
id: "1", brand: "Cosmetic Excellence", name: "Smile Design & Veneers", price: "Premium", rating: 5,
reviewCount: "847", imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-woman-making-frame-gesture_1262-1764.jpg", imageAlt: "Cosmetic dental veneers service"
reviewCount: "847", imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-woman-making-frame-gesture_1262-1764.jpg?_wi=1", imageAlt: "Cosmetic dental veneers service"
},
{
id: "2", brand: "Advanced Restoration", name: "Dental Implants", price: "Premium", rating: 5,
@@ -80,7 +80,7 @@ export default function LandingPage() {
},
{
id: "3", brand: "Preventive Care", name: "Professional Cleaning", price: "Essential", rating: 5,
reviewCount: "1.2k", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girl-sitting-dentist-s-office_1157-28573.jpg", imageAlt: "Professional teeth cleaning service"
reviewCount: "1.2k", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girl-sitting-dentist-s-office_1157-28573.jpg?_wi=1", imageAlt: "Professional teeth cleaning service"
},
{
id: "4", brand: "Alignment Solutions", name: "Invisible Orthodontics", price: "Premium", rating: 5,
@@ -121,16 +121,16 @@ export default function LandingPage() {
<FeatureCardOne
features={[
{
title: "Latest Technology", description: "Advanced digital imaging, laser treatments, and CAD-CAM milling for precision restorations.", imageSrc: "http://img.b2bpic.net/free-photo/dentist-utensils-ready-use_23-2149195869.jpg", imageAlt: "Latest dental technology"
title: "Latest Technology", description: "Advanced digital imaging, laser treatments, and CAD-CAM milling for precision restorations.", imageSrc: "http://img.b2bpic.net/free-photo/dentist-utensils-ready-use_23-2149195869.jpg?_wi=2", imageAlt: "Latest dental technology"
},
{
title: "Expert Team", description: "Board-certified specialists with extensive training in cosmetic and restorative dentistry.", imageSrc: "http://img.b2bpic.net/free-photo/doctor-performing-medical-research-lab_23-2149335689.jpg", imageAlt: "Expert dental team"
},
{
title: "Patient Comfort", description: "Sedation options, privacy-focused treatment rooms, and personalized pain management.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girl-sitting-dentist-s-office_1157-28573.jpg", imageAlt: "Comfortable patient care"
title: "Patient Comfort", description: "Sedation options, privacy-focused treatment rooms, and personalized pain management.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girl-sitting-dentist-s-office_1157-28573.jpg?_wi=2", imageAlt: "Comfortable patient care"
},
{
title: "Results Driven", description: "Our meticulous approach ensures beautiful, natural-looking results that exceed expectations.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-woman-making-frame-gesture_1262-1764.jpg", imageAlt: "Beautiful dental results"
title: "Results Driven", description: "Our meticulous approach ensures beautiful, natural-looking results that exceed expectations.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-woman-making-frame-gesture_1262-1764.jpg?_wi=2", imageAlt: "Beautiful dental results"
}
]}
title="Why Choose Luminous Dental"
@@ -188,7 +188,7 @@ export default function LandingPage() {
tagAnimation="slide-up"
background={{ variant: "radial-gradient" }}
useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-photo/dentist-utensils-ready-use_23-2149195869.jpg"
imageSrc="http://img.b2bpic.net/free-photo/dentist-utensils-ready-use_23-2149195869.jpg?_wi=3"
imageAlt="Dental practice contact"
mediaAnimation="blur-reveal"
mediaPosition="right"