Merge version_1 into main #1

Merged
bender merged 5 commits from version_1 into main 2026-04-02 10:24:04 +00:00
5 changed files with 15 additions and 15 deletions

View File

@@ -59,7 +59,7 @@ export default function LandingPage() {
description="So kind and gentle."
subdescription="A very happy patient."
icon={Smile}
imageSrc="http://img.b2bpic.net/free-photo/front-view-woman-posing-with-flowers_23-2148618921.jpg"
imageSrc="http://img.b2bpic.net/free-photo/front-view-woman-posing-with-flowers_23-2148618921.jpg?_wi=4"
mediaAnimation="slide-up"
/>
</div>
@@ -75,13 +75,13 @@ export default function LandingPage() {
id: 1,
title: "Integrity",
description: "Honest care.",
imageSrc: "http://img.b2bpic.net/free-photo/happy-dentistiry-coworkers-smiling-standing-line-portrait-stomatology-team-dental-reception-with-arms-crossed-looking-camera-wearing-uniform_482257-11986.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/happy-dentistiry-coworkers-smiling-standing-line-portrait-stomatology-team-dental-reception-with-arms-crossed-looking-camera-wearing-uniform_482257-11986.jpg?_wi=5",
},
{
id: 2,
title: "Excellence",
description: "High standards.",
imageSrc: "http://img.b2bpic.net/free-photo/happy-dentistiry-coworkers-smiling-standing-line-portrait-stomatology-team-dental-reception-with-arms-crossed-looking-camera-wearing-uniform_482257-11986.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/happy-dentistiry-coworkers-smiling-standing-line-portrait-stomatology-team-dental-reception-with-arms-crossed-looking-camera-wearing-uniform_482257-11986.jpg?_wi=6",
},
]}
/>

View File

@@ -83,7 +83,7 @@ export default function LandingPage() {
{
id: "1",
name: "Dr AS Hartze",
imageSrc: "http://img.b2bpic.net/free-photo/happy-dentistiry-coworkers-smiling-standing-line-portrait-stomatology-team-dental-reception-with-arms-crossed-looking-camera-wearing-uniform_482257-11986.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/happy-dentistiry-coworkers-smiling-standing-line-portrait-stomatology-team-dental-reception-with-arms-crossed-looking-camera-wearing-uniform_482257-11986.jpg?_wi=10",
},
]}
/>

View File

@@ -68,7 +68,7 @@ export default function LandingPage() {
handle: "@patient",
testimonial: "Ive never felt more comfortable at a dentist. Truly amazing service!",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-posing-with-flowers_23-2148618921.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-posing-with-flowers_23-2148618921.jpg?_wi=1",
},
{
name: "Michelle K.",
@@ -96,7 +96,7 @@ export default function LandingPage() {
handle: "@patient",
testimonial: "The best dental experience I have ever had. Gentle and kind.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-posing-with-flowers_23-2148618921.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-posing-with-flowers_23-2148618921.jpg?_wi=2",
},
]}
buttons={[
@@ -109,7 +109,7 @@ export default function LandingPage() {
href: "tel:0233422532",
},
]}
imageSrc="http://img.b2bpic.net/free-photo/happy-dentistiry-coworkers-smiling-standing-line-portrait-stomatology-team-dental-reception-with-arms-crossed-looking-camera-wearing-uniform_482257-11986.jpg"
imageSrc="http://img.b2bpic.net/free-photo/happy-dentistiry-coworkers-smiling-standing-line-portrait-stomatology-team-dental-reception-with-arms-crossed-looking-camera-wearing-uniform_482257-11986.jpg?_wi=1"
mediaAnimation="slide-up"
avatars={[
{
@@ -179,7 +179,7 @@ export default function LandingPage() {
},
]}
mediaAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/happy-dentistiry-coworkers-smiling-standing-line-portrait-stomatology-team-dental-reception-with-arms-crossed-looking-camera-wearing-uniform_482257-11986.jpg"
imageSrc="http://img.b2bpic.net/free-photo/happy-dentistiry-coworkers-smiling-standing-line-portrait-stomatology-team-dental-reception-with-arms-crossed-looking-camera-wearing-uniform_482257-11986.jpg?_wi=2"
imageAlt="Dr AS Hartze"
/>
</div>
@@ -207,7 +207,7 @@ export default function LandingPage() {
},
]}
mediaAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/happy-dentistiry-coworkers-smiling-standing-line-portrait-stomatology-team-dental-reception-with-arms-crossed-looking-camera-wearing-uniform_482257-11986.jpg"
imageSrc="http://img.b2bpic.net/free-photo/happy-dentistiry-coworkers-smiling-standing-line-portrait-stomatology-team-dental-reception-with-arms-crossed-looking-camera-wearing-uniform_482257-11986.jpg?_wi=3"
/>
</div>
@@ -222,12 +222,12 @@ export default function LandingPage() {
{
id: "1",
name: "Dr AS Hartze",
imageSrc: "http://img.b2bpic.net/free-photo/happy-dentistiry-coworkers-smiling-standing-line-portrait-stomatology-team-dental-reception-with-arms-crossed-looking-camera-wearing-uniform_482257-11986.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/happy-dentistiry-coworkers-smiling-standing-line-portrait-stomatology-team-dental-reception-with-arms-crossed-looking-camera-wearing-uniform_482257-11986.jpg?_wi=4",
},
{
id: "2",
name: "Receptionist Name",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-posing-with-flowers_23-2148618921.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-posing-with-flowers_23-2148618921.jpg?_wi=3",
},
]}
/>

View File

@@ -72,7 +72,7 @@ export default function LandingPage() {
description="Highly recommend."
subdescription="The team is wonderful."
icon={Heart}
imageSrc="http://img.b2bpic.net/free-photo/front-view-woman-posing-with-flowers_23-2148618921.jpg"
imageSrc="http://img.b2bpic.net/free-photo/front-view-woman-posing-with-flowers_23-2148618921.jpg?_wi=5"
mediaAnimation="slide-up"
/>
</div>

View File

@@ -61,13 +61,13 @@ export default function LandingPage() {
id: 1,
title: "Cleaning",
description: "Deep clean.",
imageSrc: "http://img.b2bpic.net/free-photo/happy-dentistiry-coworkers-smiling-standing-line-portrait-stomatology-team-dental-reception-with-arms-crossed-looking-camera-wearing-uniform_482257-11986.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/happy-dentistiry-coworkers-smiling-standing-line-portrait-stomatology-team-dental-reception-with-arms-crossed-looking-camera-wearing-uniform_482257-11986.jpg?_wi=7",
},
{
id: 2,
title: "Fillings",
description: "Cavity care.",
imageSrc: "http://img.b2bpic.net/free-photo/happy-dentistiry-coworkers-smiling-standing-line-portrait-stomatology-team-dental-reception-with-arms-crossed-looking-camera-wearing-uniform_482257-11986.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/happy-dentistiry-coworkers-smiling-standing-line-portrait-stomatology-team-dental-reception-with-arms-crossed-looking-camera-wearing-uniform_482257-11986.jpg?_wi=8",
},
]}
/>
@@ -84,7 +84,7 @@ export default function LandingPage() {
{
id: "1",
name: "Expert A",
imageSrc: "http://img.b2bpic.net/free-photo/happy-dentistiry-coworkers-smiling-standing-line-portrait-stomatology-team-dental-reception-with-arms-crossed-looking-camera-wearing-uniform_482257-11986.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/happy-dentistiry-coworkers-smiling-standing-line-portrait-stomatology-team-dental-reception-with-arms-crossed-looking-camera-wearing-uniform_482257-11986.jpg?_wi=9",
},
]}
/>