Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
@@ -78,7 +78,7 @@ export default function AboutPage() {
|
|||||||
{ value: "24/7/365", title: "Notfall-Verfügbarkeit" },
|
{ value: "24/7/365", title: "Notfall-Verfügbarkeit" },
|
||||||
{ value: "~30min", title: "Durchschnittliche Ankunftszeit" },
|
{ value: "~30min", title: "Durchschnittliche Ankunftszeit" },
|
||||||
]}
|
]}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/faces-close-up-smiling-executives_1098-1829.jpg"
|
imageSrc="http://img.b2bpic.net/free-photo/faces-close-up-smiling-executives_1098-1829.jpg?_wi=2"
|
||||||
imageAlt="Unser professionelles Team"
|
imageAlt="Unser professionelles Team"
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
mediaAnimation="slide-up"
|
mediaAnimation="slide-up"
|
||||||
|
|||||||
@@ -119,7 +119,7 @@ export default function HomePage() {
|
|||||||
{ value: "24/7/365", title: "Notfall-Verfügbarkeit" },
|
{ value: "24/7/365", title: "Notfall-Verfügbarkeit" },
|
||||||
{ value: "~30min", title: "Durchschnittliche Ankunftszeit" },
|
{ value: "~30min", title: "Durchschnittliche Ankunftszeit" },
|
||||||
]}
|
]}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/faces-close-up-smiling-executives_1098-1829.jpg"
|
imageSrc="http://img.b2bpic.net/free-photo/faces-close-up-smiling-executives_1098-1829.jpg?_wi=1"
|
||||||
imageAlt="Unser professionelles Team"
|
imageAlt="Unser professionelles Team"
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
mediaAnimation="slide-up"
|
mediaAnimation="slide-up"
|
||||||
@@ -149,12 +149,12 @@ export default function HomePage() {
|
|||||||
description="Echte Bewertungen von zufriedenen Kunden aus der ganzen Schweiz"
|
description="Echte Bewertungen von zufriedenen Kunden aus der ganzen Schweiz"
|
||||||
tag="Testimonials"
|
tag="Testimonials"
|
||||||
testimonials={[
|
testimonials={[
|
||||||
{ id: "1", name: "Maria Keller", role: "Hausbesitzerin", company: "Zürich", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "Maria Keller" },
|
{ id: "1", name: "Maria Keller", role: "Hausbesitzerin", company: "Zürich", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=1", imageAlt: "Maria Keller" },
|
||||||
{ id: "2", name: "Thomas Müller", role: "Geschäftsführer", company: "Bern", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "Thomas Müller" },
|
{ id: "2", name: "Thomas Müller", role: "Geschäftsführer", company: "Bern", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=2", imageAlt: "Thomas Müller" },
|
||||||
{ id: "3", name: "Sandra Weber", role: "Privatkundin", company: "Basel", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "Sandra Weber" },
|
{ id: "3", name: "Sandra Weber", role: "Privatkundin", company: "Basel", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=3", imageAlt: "Sandra Weber" },
|
||||||
{ id: "4", name: "Peter Schmid", role: "Büro-Administrator", company: "Luzern", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "Peter Schmid" },
|
{ id: "4", name: "Peter Schmid", role: "Büro-Administrator", company: "Luzern", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=4", imageAlt: "Peter Schmid" },
|
||||||
{ id: "5", name: "Claudia Bruni", role: "Immobilien-Verwalterin", company: "Winterthur", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "Claudia Bruni" },
|
{ id: "5", name: "Claudia Bruni", role: "Immobilien-Verwalterin", company: "Winterthur", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=5", imageAlt: "Claudia Bruni" },
|
||||||
{ id: "6", name: "Johannes Schneider", role: "Restaurant-Betreiber", company: "St. Gallen", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "Johannes Schneider" },
|
{ id: "6", name: "Johannes Schneider", role: "Restaurant-Betreiber", company: "St. Gallen", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=6", imageAlt: "Johannes Schneider" },
|
||||||
]}
|
]}
|
||||||
gridVariant="uniform-all-items-equal"
|
gridVariant="uniform-all-items-equal"
|
||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
|
|||||||
Reference in New Issue
Block a user