Update src/app/page.tsx
This commit is contained in:
@@ -52,7 +52,7 @@ export default function LandingPage() {
|
||||
{ value: "99.8%", label: "Patient Satisfaction" }
|
||||
]}
|
||||
enableKpiAnimation={true}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/close-up-dentist-instruments_23-2151053264.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/close-up-dentist-instruments_23-2151053264.jpg?_wi=1"
|
||||
imageAlt="Luxury dental office interior"
|
||||
mediaAnimation="slide-up"
|
||||
imagePosition="right"
|
||||
@@ -83,7 +83,7 @@ export default function LandingPage() {
|
||||
},
|
||||
{
|
||||
id: "2", brand: "Advanced Restoration", name: "Dental Implants", price: "From $2,500", rating: 5,
|
||||
reviewCount: "312", imageSrc: "http://img.b2bpic.net/free-photo/young-female-dentist-showing-patient-dental-xray-dentistry-concept_169016-67117.jpg", imageAlt: "Advanced dental implant surgery"
|
||||
reviewCount: "312", imageSrc: "http://img.b2bpic.net/free-photo/young-female-dentist-showing-patient-dental-xray-dentistry-concept_169016-67117.jpg?_wi=1", imageAlt: "Advanced dental implant surgery"
|
||||
},
|
||||
{
|
||||
id: "3", brand: "Precision Alignment", name: "Orthodontics", price: "From $1,200", rating: 5,
|
||||
@@ -121,10 +121,10 @@ export default function LandingPage() {
|
||||
gridVariant="two-columns-alternating-heights"
|
||||
features={[
|
||||
{
|
||||
title: "Advanced Technology", description: "State-of-the-art digital imaging, 3D scanning, and laser treatments for precise, efficient care", imageSrc: "http://img.b2bpic.net/free-photo/young-female-dentist-showing-patient-dental-xray-dentistry-concept_169016-67117.jpg", imageAlt: "Advanced dental technology"
|
||||
title: "Advanced Technology", description: "State-of-the-art digital imaging, 3D scanning, and laser treatments for precise, efficient care", imageSrc: "http://img.b2bpic.net/free-photo/young-female-dentist-showing-patient-dental-xray-dentistry-concept_169016-67117.jpg?_wi=2", imageAlt: "Advanced dental technology"
|
||||
},
|
||||
{
|
||||
title: "Luxury Comfort", description: "Relaxation rooms, premium amenities, and gentle sedation options for your complete comfort", imageSrc: "http://img.b2bpic.net/free-photo/close-up-dentist-instruments_23-2151053264.jpg", imageAlt: "Luxury dental office ambiance"
|
||||
title: "Luxury Comfort", description: "Relaxation rooms, premium amenities, and gentle sedation options for your complete comfort", imageSrc: "http://img.b2bpic.net/free-photo/close-up-dentist-instruments_23-2151053264.jpg?_wi=2", imageAlt: "Luxury dental office ambiance"
|
||||
},
|
||||
{
|
||||
title: "Expert Team", description: "Highly trained specialists with years of experience in all areas of cosmetic and restorative dentistry", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-looking-camera_1301-6572.jpg", imageAlt: "Professional dental team"
|
||||
@@ -177,7 +177,7 @@ export default function LandingPage() {
|
||||
description="Join hundreds of satisfied patients who have discovered the Luminous Smile difference. Our team is ready to help you achieve the smile you deserve."
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
useInvertedBackground={false}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/close-up-dentist-instruments_23-2151053264.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/close-up-dentist-instruments_23-2151053264.jpg?_wi=3"
|
||||
imageAlt="Welcoming dental office"
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="right"
|
||||
|
||||
Reference in New Issue
Block a user