Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
@@ -66,7 +66,7 @@ export default function LandingPage() {
|
||||
handle: "@johndoe",
|
||||
testimonial: "Best experience ever, very gentle and professional.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-tooth-made-sugar-blue-background_169016-24279.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-tooth-made-sugar-blue-background_169016-24279.jpg?_wi=1",
|
||||
imageAlt: "dentist clinic smile",
|
||||
},
|
||||
{
|
||||
@@ -74,7 +74,7 @@ export default function LandingPage() {
|
||||
handle: "@janesmith",
|
||||
testimonial: "I finally found a dentist I trust!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-dentist-s-appointment_1321-4345.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-dentist-s-appointment_1321-4345.jpg?_wi=1",
|
||||
imageAlt: "dentist clinic smile",
|
||||
},
|
||||
{
|
||||
@@ -82,7 +82,7 @@ export default function LandingPage() {
|
||||
handle: "@mikeross",
|
||||
testimonial: "Excellent care and friendly staff.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/natural-beauty-young-woman_329181-1207.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/natural-beauty-young-woman_329181-1207.jpg?_wi=1",
|
||||
imageAlt: "dentist clinic smile",
|
||||
},
|
||||
{
|
||||
@@ -90,7 +90,7 @@ export default function LandingPage() {
|
||||
handle: "@rachelz",
|
||||
testimonial: "My teeth look great, thanks to Dr. Smith.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-female-patient-having-dental-procedure-orthodontist_23-2148985752.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-female-patient-having-dental-procedure-orthodontist_23-2148985752.jpg?_wi=1",
|
||||
imageAlt: "dentist clinic smile",
|
||||
},
|
||||
{
|
||||
@@ -98,11 +98,11 @@ export default function LandingPage() {
|
||||
handle: "@harveys",
|
||||
testimonial: "Professional and high-tech equipment.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-curly-young-woman-brushes-teeth-with-tooth-floss-cares-about-oral-hygiene-surrounded-with-toothpaste-electric-toothbrush-tongue-cleaner_273609-38924.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-curly-young-woman-brushes-teeth-with-tooth-floss-cares-about-oral-hygiene-surrounded-with-toothpaste-electric-toothbrush-tongue-cleaner_273609-38924.jpg?_wi=1",
|
||||
imageAlt: "dentist clinic smile",
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/flat-lay-tooth-made-sugar-blue-background_169016-24279.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/flat-lay-tooth-made-sugar-blue-background_169016-24279.jpg?_wi=2"
|
||||
imageAlt="dentist clinic smile"
|
||||
avatars={[
|
||||
{
|
||||
@@ -157,7 +157,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
title="Our Passion is Healthy Smiles"
|
||||
description="We blend precision technology with a personalized touch to ensure you receive the highest standard of dental health. Your comfort is our priority."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/man-dentist-s-appointment_1321-4345.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/man-dentist-s-appointment_1321-4345.jpg?_wi=2"
|
||||
imageAlt="dental office interior"
|
||||
/>
|
||||
</div>
|
||||
@@ -230,7 +230,7 @@ export default function LandingPage() {
|
||||
role: "Patient",
|
||||
company: "Local Resident",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/natural-beauty-young-woman_329181-1207.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/natural-beauty-young-woman_329181-1207.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "t2",
|
||||
@@ -238,7 +238,7 @@ export default function LandingPage() {
|
||||
role: "Patient",
|
||||
company: "Local Resident",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-female-patient-having-dental-procedure-orthodontist_23-2148985752.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-female-patient-having-dental-procedure-orthodontist_23-2148985752.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "t3",
|
||||
@@ -246,7 +246,7 @@ export default function LandingPage() {
|
||||
role: "Patient",
|
||||
company: "Local Resident",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-curly-young-woman-brushes-teeth-with-tooth-floss-cares-about-oral-hygiene-surrounded-with-toothpaste-electric-toothbrush-tongue-cleaner_273609-38924.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-curly-young-woman-brushes-teeth-with-tooth-floss-cares-about-oral-hygiene-surrounded-with-toothpaste-electric-toothbrush-tongue-cleaner_273609-38924.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "t4",
|
||||
|
||||
Reference in New Issue
Block a user