Update src/app/ueber-uns/page.tsx
This commit is contained in:
@@ -87,7 +87,7 @@ export default function AboutPage() {
|
||||
]}
|
||||
useInvertedBackground={false}
|
||||
tag="Authentizität seit Generationen"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/breakfast-set-table-with-black-tea_140725-2350.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/breakfast-set-table-with-black-tea_140725-2350.jpg?_wi=2"
|
||||
imageAlt="Kitzmann Bräuschänke Innenraum"
|
||||
mediaAnimation="blur-reveal"
|
||||
/>
|
||||
@@ -101,7 +101,7 @@ export default function AboutPage() {
|
||||
{
|
||||
title: "Frisch gezapftes Bier",
|
||||
description: "Hochwertige lokale und regionale Biere direkt vom Fass. Perfekt temperiert und mit unvergleichlichem Geschmack.",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/oktoberfest-two-banners_23-2147665978.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/oktoberfest-two-banners_23-2147665978.jpg?_wi=3",
|
||||
imageAlt: "Traditionelle bayerische Bierkrüge",
|
||||
buttonIcon: Home,
|
||||
buttonHref: "/kontakt",
|
||||
@@ -109,7 +109,7 @@ export default function AboutPage() {
|
||||
{
|
||||
title: "Gemütliche Gaststube",
|
||||
description: "Rustikal eingerichtete Räume mit Holztischen und traditionellem Flair laden zum Verweilen ein. Der perfekte Ort für Freunde, Familie und Geschäftsessen.",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/indoor-view-wild-west-saloon-room-with-bartender-pianist_1284-32460.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/indoor-view-wild-west-saloon-room-with-bartender-pianist_1284-32460.jpg?_wi=3",
|
||||
imageAlt: "Traditionelle fränkische Gaststube Innenraum",
|
||||
buttonIcon: Home,
|
||||
buttonHref: "/kontakt",
|
||||
@@ -117,7 +117,7 @@ export default function AboutPage() {
|
||||
{
|
||||
title: "Sommerlicher Biergarten",
|
||||
description: "Unter freiem Himmel genießen: Unser Biergarten ist der ideale Ort für Sommerabende mit Freunden und Familie.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/celebration-oktoberfest-with-lots-beer_23-2151646781.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/celebration-oktoberfest-with-lots-beer_23-2151646781.jpg?_wi=3",
|
||||
imageAlt: "Traditioneller bayerischer Biergarten",
|
||||
buttonIcon: Users,
|
||||
buttonHref: "/biergarten",
|
||||
@@ -132,12 +132,12 @@ export default function AboutPage() {
|
||||
<div id="reviews" data-section="reviews">
|
||||
<TestimonialCardTwelve
|
||||
testimonials={[
|
||||
{ id: "1", name: "Christina Bauer", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport-terminal_107420-85070.jpg", imageAlt: "happy customer portrait satisfied smile" },
|
||||
{ id: "2", name: "Robert Schäfer", imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-man-posing_23-2148563424.jpg", imageAlt: "customer smiling testimonial portrait photo" },
|
||||
{ id: "3", name: "Lisa Krämer", imageSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-counter_1170-668.jpg", imageAlt: "happy customer smiling restaurant portrait" },
|
||||
{ id: "4", name: "Michael Richter", imageSrc: "http://img.b2bpic.net/free-photo/friends-eating-pizza-medium-shot_23-2149872407.jpg", imageAlt: "customer portrait smiling enjoying food" },
|
||||
{ id: "5", name: "Sandra Zimmer", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-thinking_23-2147611625.jpg", imageAlt: "happy diner portrait restaurant testimonial" },
|
||||
{ id: "6", name: "Wolfgang Baur", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-young-man-toasting-drinks-with-his-friends_23-2147859664.jpg", imageAlt: "customer portrait smiling satisfied face" },
|
||||
{ id: "1", name: "Christina Bauer", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport-terminal_107420-85070.jpg?_wi=2", imageAlt: "happy customer portrait satisfied smile" },
|
||||
{ id: "2", name: "Robert Schäfer", imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-man-posing_23-2148563424.jpg?_wi=2", imageAlt: "customer smiling testimonial portrait photo" },
|
||||
{ id: "3", name: "Lisa Krämer", imageSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-counter_1170-668.jpg?_wi=3", imageAlt: "happy customer smiling restaurant portrait" },
|
||||
{ id: "4", name: "Michael Richter", imageSrc: "http://img.b2bpic.net/free-photo/friends-eating-pizza-medium-shot_23-2149872407.jpg?_wi=3", imageAlt: "customer portrait smiling enjoying food" },
|
||||
{ id: "5", name: "Sandra Zimmer", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-thinking_23-2147611625.jpg?_wi=3", imageAlt: "happy diner portrait restaurant testimonial" },
|
||||
{ id: "6", name: "Wolfgang Baur", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-young-man-toasting-drinks-with-his-friends_23-2147859664.jpg?_wi=3", imageAlt: "customer portrait smiling satisfied face" },
|
||||
]}
|
||||
cardTitle="Was unsere Gäste sagen"
|
||||
cardTag="Bewertungen"
|
||||
|
||||
Reference in New Issue
Block a user