From c737b70dccd68e80466e3eb0ea1e84e77f4a5beb Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 22 Mar 2026 09:16:37 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 3c9a29d..0334e50 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,7 @@ import MetricCardThree from '@/components/sections/metrics/MetricCardThree'; import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive'; import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; -import { Award, Building2, Chef, DollarSign, Heart, MapPin, Smile, Star, Utensils, Users } from 'lucide-react'; +import { Award, Building2, DollarSign, Heart, MapPin, Smile, Star, Utensils, Users } from 'lucide-react'; export default function LandingPage() { return ( @@ -70,7 +70,7 @@ export default function LandingPage() { } ]} testimonialRotationInterval={5000} - background={{ variant: "aurora" }} + background={{ variant: "plain" }} mediaAnimation="blur-reveal" imageSrc="http://img.b2bpic.net/free-photo/friends-eating-conversating-restaurant_23-2148006718.jpg" imageAlt="cozy traditional german restaurant interior" @@ -86,7 +86,7 @@ export default function LandingPage() { title="Ihre neue Lieblingsadresse in Freudenberg" description="Pommeswerk ist mehr als nur ein Restaurant—es ist ein Ort, an dem Tradition auf Qualität trifft und jeder Gast wie Familie behandelt wird." subdescription="Mit unserem Engagement für frische Zutaten, authentische Rezepte und fairen Preisen schaffen wir Momente voller Geschmack und Wärme." - icon={Chef} + icon={Star} imageSrc="http://img.b2bpic.net/free-photo/bar-still-life-with-cakes-table_23-2147821330.jpg" imageAlt="rustic german restaurant interior decor" mediaAnimation="slide-up" -- 2.49.1