From 0ff5a99641d1add2b2955f9215de6b6c3f999056 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 23 Apr 2026 13:54:13 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 42 +++++++++++++++++++++--------------------- 1 file changed, 21 insertions(+), 21 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 716ad5e..49daa8c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,7 @@ import FooterCard from '@/components/sections/footer/FooterCard'; import HeroBillboardRotatedCarousel from '@/components/sections/hero/HeroBillboardRotatedCarousel'; import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo'; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; -import ProductCardOne from '@/components/sections/product/ProductCardOne'; +import ProductCardFour from '@/components/sections/product/ProductCardFour'; import SplitAbout from '@/components/sections/about/SplitAbout'; import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne'; import { Building2, Facebook, Instagram, Leaf } from "lucide-react"; @@ -47,12 +47,12 @@ export default function LandingPage() { title="Altes Brauhaus Bielefeld" description="Erleben Sie echte westfälische Braukunst und herzhafte Hausmannskost in gemütlichem Ambiente." carouselItems={[ - { id: "1", imageSrc: "http://img.b2bpic.net/free-photo/empty-wood-chair-restaurant_1339-5950.jpg", imageAlt: "Rustikale Einrichtung" }, - { id: "2", imageSrc: "http://img.b2bpic.net/free-photo/positive-brewer-holding-beer-glass-with-foam_651396-1309.jpg", imageAlt: "Gemütlicher Gastraum" }, - { id: "3", imageSrc: "http://img.b2bpic.net/free-photo/woman-working-beer-factory_107420-94856.jpg", imageAlt: "Frisch gezapftes Bier" }, - { id: "4", imageSrc: "http://img.b2bpic.net/free-photo/mexican-food-concept-with-clipboard_23-2147812102.jpg", imageAlt: "Herzhaftes Essen" }, - { id: "5", imageSrc: "http://img.b2bpic.net/free-photo/top-view-crackers-pattern-with-copy-space-dark-horizontal_176474-4425.jpg", imageAlt: "Gesellige Runde" }, - { id: "6", imageSrc: "http://img.b2bpic.net/free-photo/oktoberfest-arrangement-with-delicious-glass-beer_23-2149051975.jpg", imageAlt: "Biergenuss" }, + { id: "1", imageSrc: "http://img.b2bpic.net/free-photo/empty-wood-chair-restaurant_1339-5950.jpg?w=800&h=600", imageAlt: "Rustikale Einrichtung" }, + { id: "2", imageSrc: "http://img.b2bpic.net/free-photo/positive-brewer-holding-beer-glass-with-foam_651396-1309.jpg?w=800&h=600", imageAlt: "Gemütlicher Gastraum" }, + { id: "3", imageSrc: "http://img.b2bpic.net/free-photo/woman-working-beer-factory_107420-94856.jpg?w=800&h=600", imageAlt: "Frisch gezapftes Bier" }, + { id: "4", imageSrc: "http://img.b2bpic.net/free-photo/mexican-food-concept-with-clipboard_23-2147812102.jpg?w=800&h=600", imageAlt: "Herzhaftes Essen" }, + { id: "5", imageSrc: "http://img.b2bpic.net/free-photo/top-view-crackers-pattern-with-copy-space-dark-horizontal_176474-4425.jpg?w=800&h=600", imageAlt: "Gesellige Runde" }, + { id: "6", imageSrc: "http://img.b2bpic.net/free-photo/oktoberfest-arrangement-with-delicious-glass-beer_23-2149051975.jpg?w=800&h=600", imageAlt: "Biergenuss" }, ]} /> @@ -68,24 +68,24 @@ export default function LandingPage() { { title: "Regionale Küche", description: "Saisonale Produkte aus der Umgebung." }, { title: "Gemütliches Ambiente", description: "Der perfekte Ort für gesellige Stunden." }, ]} - imageSrc="http://img.b2bpic.net/free-photo/modern-building-with-glass-windows-silently-witnessing-life-big-city_181624-6713.jpg" + imageSrc="http://img.b2bpic.net/free-photo/modern-building-with-glass-windows-silently-witnessing-life-big-city_181624-6713.jpg?w=800&h=600" mediaAnimation="slide-up" />