Merge version_1 into main #1
1367
src/app/layout.tsx
1367
src/app/layout.tsx
File diff suppressed because it is too large
Load Diff
@@ -55,15 +55,15 @@ export default function LandingPage() {
|
||||
testimonials={[
|
||||
{
|
||||
name: "Sarah Mitchell", handle: "Patient, 5-year client", testimonial: "The best dental experience I've ever had. Professional, friendly, and painless!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-looking-camera_1301-3387.jpg"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-looking-camera_1301-3387.jpg?_wi=1"
|
||||
},
|
||||
{
|
||||
name: "David Chen", handle: "Patient, New patient", testimonial: "Exceeded all my expectations. The team made me feel completely comfortable.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/doctor-shaking-hands-with-patient_107420-74004.jpg"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/doctor-shaking-hands-with-patient_107420-74004.jpg?_wi=1"
|
||||
},
|
||||
{
|
||||
name: "Jennifer Lopez", handle: "Patient, Regular", testimonial: "Clean facility, skilled dentists, and the best customer service. Highly recommend!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-with-white-short-hair_23-2148262831.jpg"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-with-white-short-hair_23-2148262831.jpg?_wi=1"
|
||||
}
|
||||
]}
|
||||
testimonialRotationInterval={5000}
|
||||
@@ -102,7 +102,7 @@ export default function LandingPage() {
|
||||
tagAnimation="slide-up"
|
||||
features={[
|
||||
{
|
||||
title: "Professional Cleaning", description: "Deep cleaning and plaque removal for optimal oral health", imageSrc: "http://img.b2bpic.net/free-photo/doctor-wearing-surgical-mask-with-female-patient_107420-74122.jpg", imageAlt: "Professional cleaning", buttonIcon: ArrowRight,
|
||||
title: "Professional Cleaning", description: "Deep cleaning and plaque removal for optimal oral health", imageSrc: "http://img.b2bpic.net/free-photo/doctor-wearing-surgical-mask-with-female-patient_107420-74122.jpg?_wi=1", imageAlt: "Professional cleaning", buttonIcon: ArrowRight,
|
||||
buttonHref: "contact"
|
||||
},
|
||||
{
|
||||
@@ -114,7 +114,7 @@ export default function LandingPage() {
|
||||
buttonHref: "contact"
|
||||
},
|
||||
{
|
||||
title: "Emergency Care", description: "Fast, reliable emergency dental services when you need us most", imageSrc: "http://img.b2bpic.net/free-photo/doctor-wearing-surgical-mask-with-female-patient_107420-74122.jpg", imageAlt: "Emergency dental care", buttonIcon: ArrowRight,
|
||||
title: "Emergency Care", description: "Fast, reliable emergency dental services when you need us most", imageSrc: "http://img.b2bpic.net/free-photo/doctor-wearing-surgical-mask-with-female-patient_107420-74122.jpg?_wi=2", imageAlt: "Emergency dental care", buttonIcon: ArrowRight,
|
||||
buttonHref: "contact"
|
||||
}
|
||||
]}
|
||||
@@ -160,15 +160,15 @@ export default function LandingPage() {
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Emma Johnson", role: "Patient", company: "5-year client", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-looking-camera_1301-3387.jpg"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-looking-camera_1301-3387.jpg?_wi=2"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Michael Ross", role: "Patient", company: "New patient", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/doctor-shaking-hands-with-patient_107420-74004.jpg"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/doctor-shaking-hands-with-patient_107420-74004.jpg?_wi=2"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Lisa Anderson", role: "Patient", company: "Regular visitor", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-with-white-short-hair_23-2148262831.jpg"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-with-white-short-hair_23-2148262831.jpg?_wi=2"
|
||||
},
|
||||
{
|
||||
id: "4", name: "James Wilson", role: "Patient", company: "Trusted provider", rating: 5,
|
||||
|
||||
Reference in New Issue
Block a user