Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #3.
This commit is contained in:
@@ -48,9 +48,9 @@ export default function LandingPage() {
|
||||
buttons={[{ text: "Schedule Your Private Consultation", href: "#contact" }]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-dentist-wearing-face-mask_23-2149164285.jpg", imageAlt: "Luxurious Dental Clinic"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-dentist-wearing-face-mask_23-2149164285.jpg?_wi=1", imageAlt: "Luxurious Dental Clinic"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-dentist-wearing-face-mask_23-2149164285.jpg", imageAlt: "Modern Dental Consultation"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-dentist-wearing-face-mask_23-2149164285.jpg?_wi=2", imageAlt: "Modern Dental Consultation"},
|
||||
]}
|
||||
mediaAnimation="blur-reveal"
|
||||
rating={5}
|
||||
@@ -96,11 +96,11 @@ export default function LandingPage() {
|
||||
<TestimonialCardTwelve
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{ id: "t1", name: "Elena Thorne", imageSrc: "http://img.b2bpic.net/free-photo/female-patient-smiling-while-talking-doctor_107420-65663.jpg" },
|
||||
{ id: "t1", name: "Elena Thorne", imageSrc: "http://img.b2bpic.net/free-photo/female-patient-smiling-while-talking-doctor_107420-65663.jpg?_wi=1" },
|
||||
{ id: "t2", name: "Marcus Chen", imageSrc: "http://img.b2bpic.net/free-photo/businessman-working-office-couch-putting-long-hours-work-businessperson-professional-environment_482257-32774.jpg" },
|
||||
{ id: "t3", name: "Sophia Valez", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-sitting-chair_23-2149093347.jpg" },
|
||||
{ id: "t4", name: "Julian Reed", imageSrc: "http://img.b2bpic.net/free-photo/old-man-smiling_1149-1117.jpg" },
|
||||
{ id: "t5", name: "Sarah Jenkins", imageSrc: "http://img.b2bpic.net/free-photo/female-patient-smiling-while-talking-doctor_107420-65663.jpg" },
|
||||
{ id: "t5", name: "Sarah Jenkins", imageSrc: "http://img.b2bpic.net/free-photo/female-patient-smiling-while-talking-doctor_107420-65663.jpg?_wi=2" },
|
||||
]}
|
||||
cardTitle="Patient Experiences"
|
||||
cardTag="Luxury Care"
|
||||
|
||||
Reference in New Issue
Block a user