Merge version_1 into main #1
@@ -69,19 +69,19 @@ export default function LandingPage() {
|
||||
id: "m1",
|
||||
name: "Dr. Sarah",
|
||||
role: "Lead Dentist",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/two-positive-women-embracing-looking-camera_1262-16527.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/two-positive-women-embracing-looking-camera_1262-16527.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
name: "Dr. Mike",
|
||||
role: "Orthodontist",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-female-dentist-dental-clinic_107420-74193.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-female-dentist-dental-clinic_107420-74193.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
name: "Dr. Elena",
|
||||
role: "Implant Specialist",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/two-positive-women-embracing-looking-camera_1262-16527.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/two-positive-women-embracing-looking-camera_1262-16527.jpg?_wi=3",
|
||||
},
|
||||
]}
|
||||
title="Our Expert Team"
|
||||
|
||||
@@ -69,27 +69,27 @@ export default function LandingPage() {
|
||||
]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-futuristic-high-tech-classroom-students_23-2150906200.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-futuristic-high-tech-classroom-students_23-2150906200.jpg?_wi=1",
|
||||
imageAlt: "Modern dental office interior",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girl-dentist_1157-18599.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girl-dentist_1157-18599.jpg?_wi=1",
|
||||
imageAlt: "Patient comfort in chair",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-futuristic-high-tech-classroom-students_23-2150906200.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-futuristic-high-tech-classroom-students_23-2150906200.jpg?_wi=2",
|
||||
imageAlt: "Advanced dental technology",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girl-dentist_1157-18599.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girl-dentist_1157-18599.jpg?_wi=2",
|
||||
imageAlt: "Friendly dental care service",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-futuristic-high-tech-classroom-students_23-2150906200.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-futuristic-high-tech-classroom-students_23-2150906200.jpg?_wi=3",
|
||||
imageAlt: "Hygienic dental instruments",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girl-dentist_1157-18599.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girl-dentist_1157-18599.jpg?_wi=3",
|
||||
imageAlt: "Bright dental clinic atmosphere",
|
||||
},
|
||||
]}
|
||||
@@ -130,7 +130,7 @@ export default function LandingPage() {
|
||||
title: "Modern Equipment",
|
||||
description: "State-of-the-art dental technology ensuring high precision and efficiency.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-futuristic-high-tech-classroom-students_23-2150906200.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-futuristic-high-tech-classroom-students_23-2150906200.jpg?_wi=4",
|
||||
imageAlt: "Technology",
|
||||
},
|
||||
items: [
|
||||
@@ -144,7 +144,7 @@ export default function LandingPage() {
|
||||
},
|
||||
],
|
||||
reverse: false,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-futuristic-high-tech-classroom-students_23-2150906200.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-futuristic-high-tech-classroom-students_23-2150906200.jpg?_wi=5",
|
||||
imageAlt: "modern dental clinic interior",
|
||||
},
|
||||
{
|
||||
@@ -152,7 +152,7 @@ export default function LandingPage() {
|
||||
title: "Experienced Doctors",
|
||||
description: "Our team of specialized professionals puts your care first.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/two-positive-women-embracing-looking-camera_1262-16527.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/two-positive-women-embracing-looking-camera_1262-16527.jpg?_wi=1",
|
||||
imageAlt: "Doctors",
|
||||
},
|
||||
items: [
|
||||
@@ -166,7 +166,7 @@ export default function LandingPage() {
|
||||
},
|
||||
],
|
||||
reverse: true,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girl-dentist_1157-18599.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girl-dentist_1157-18599.jpg?_wi=4",
|
||||
imageAlt: "smiling patient dental chair",
|
||||
},
|
||||
{
|
||||
@@ -174,7 +174,7 @@ export default function LandingPage() {
|
||||
title: "Painless Treatment",
|
||||
description: "Focusing on patient comfort and minimal discomfort during every procedure.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/brunette-woman-standing-smiling_23-2147750871.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/brunette-woman-standing-smiling_23-2147750871.jpg?_wi=1",
|
||||
imageAlt: "Comfort",
|
||||
},
|
||||
items: [
|
||||
@@ -232,13 +232,13 @@ export default function LandingPage() {
|
||||
id: "p1",
|
||||
name: "Whitening Kit",
|
||||
price: "$49",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-futuristic-high-tech-classroom-students_23-2150906200.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-futuristic-high-tech-classroom-students_23-2150906200.jpg?_wi=6",
|
||||
},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Dental Floss Pack",
|
||||
price: "$15",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girl-dentist_1157-18599.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girl-dentist_1157-18599.jpg?_wi=5",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
|
||||
@@ -57,12 +57,12 @@ export default function LandingPage() {
|
||||
title: "Teeth Cleaning",
|
||||
description: "Professional hygiene for your smile.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-futuristic-high-tech-classroom-students_23-2150906200.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-futuristic-high-tech-classroom-students_23-2150906200.jpg?_wi=7",
|
||||
imageAlt: "Cleaning",
|
||||
},
|
||||
items: [],
|
||||
reverse: false,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/two-positive-women-embracing-looking-camera_1262-16527.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/two-positive-women-embracing-looking-camera_1262-16527.jpg?_wi=4",
|
||||
imageAlt: "professional dentist headshot",
|
||||
},
|
||||
{
|
||||
@@ -70,12 +70,12 @@ export default function LandingPage() {
|
||||
title: "Teeth Whitening",
|
||||
description: "Brighten your smile today.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girl-dentist_1157-18599.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girl-dentist_1157-18599.jpg?_wi=6",
|
||||
imageAlt: "Whitening",
|
||||
},
|
||||
items: [],
|
||||
reverse: true,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-female-dentist-dental-clinic_107420-74193.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-female-dentist-dental-clinic_107420-74193.jpg?_wi=2",
|
||||
imageAlt: "female dentist portrait",
|
||||
},
|
||||
{
|
||||
@@ -83,12 +83,12 @@ export default function LandingPage() {
|
||||
title: "Implants & Braces",
|
||||
description: "Advanced orthodontics care.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-futuristic-high-tech-classroom-students_23-2150906200.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-futuristic-high-tech-classroom-students_23-2150906200.jpg?_wi=8",
|
||||
imageAlt: "Implants",
|
||||
},
|
||||
items: [],
|
||||
reverse: false,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/brunette-woman-standing-smiling_23-2147750871.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/brunette-woman-standing-smiling_23-2147750871.jpg?_wi=2",
|
||||
imageAlt: "happy dental patient",
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user