diff --git a/src/app/page.tsx b/src/app/page.tsx index 70d64bc..640a24d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -20,7 +20,7 @@ export default function LandingPage() { borderRadius="rounded" contentWidth="medium" sizing="mediumLargeSizeLargeTitles" - background="floatingGradient" + background="circleGradient" cardStyle="soft-shadow" primaryButtonStyle="radial-glow" secondaryButtonStyle="radial-glow" @@ -46,7 +46,7 @@ export default function LandingPage() { @@ -150,8 +150,8 @@ export default function LandingPage() { buttons={[{ text: "Jetzt reservieren", href: "#contact" }]} buttonAnimation="slide-up" className="py-20" - titleClassName="text-3xl md:text-5xl font-bold text-[var(--foreground)]" - descriptionClassName="text-base md:text-lg text-[var(--foreground)] opacity-75" + textBoxTitleClassName="text-3xl md:text-5xl font-bold text-[var(--foreground)]" + textBoxDescriptionClassName="text-base md:text-lg text-[var(--foreground)] opacity-75" itemClassName="flex items-center gap-3 py-2" itemIconClassName="text-[var(--primary-cta)]" itemTextClassName="text-[var(--foreground)]" @@ -191,8 +191,8 @@ export default function LandingPage() { buttons={[{ text: "Alle Bewertungen", href: "#contact" }]} buttonAnimation="slide-up" className="py-20" - titleClassName="text-3xl md:text-5xl font-bold text-[var(--foreground)]" - descriptionClassName="text-base md:text-lg text-[var(--foreground)] opacity-75" + textBoxTitleClassName="text-3xl md:text-5xl font-bold text-[var(--foreground)]" + textBoxDescriptionClassName="text-base md:text-lg text-[var(--foreground)] opacity-75" cardClassName="bg-white rounded-xl p-6 shadow-md" nameClassName="font-bold text-[var(--foreground)]" roleClassName="text-sm text-[var(--foreground)] opacity-60" @@ -224,8 +224,8 @@ export default function LandingPage() { buttons={[{ text: "Unsere Geschichte erfahren", href: "#contact" }]} buttonAnimation="slide-up" className="py-20" - titleClassName="text-3xl md:text-5xl font-bold text-[var(--foreground)]" - descriptionClassName="text-base md:text-lg text-[var(--foreground)] opacity-75" + textBoxTitleClassName="text-3xl md:text-5xl font-bold text-[var(--foreground)]" + textBoxDescriptionClassName="text-base md:text-lg text-[var(--foreground)] opacity-75" valueClassName="text-4xl font-bold text-[var(--primary-cta)]" metricTitleClassName="text-xl font-semibold text-[var(--foreground)]" featureItemClassName="text-sm text-[var(--foreground)] opacity-70" @@ -245,7 +245,7 @@ export default function LandingPage() { useInvertedBackground={true} products={[ { - id: "gallery-1", name: "Pizza-Zubereitung", price: "Handwerk", variant: "Kunstform", imageSrc: "http://img.b2bpic.net/free-photo/woman-kneading-dough-table_23-2148613507.jpg?_wi=2", imageAlt: "Chef bereitet Pizza mit traditioneller Methode zu" + id: "gallery-1", name: "Pizza-Zubereitung", price: "Handwerk", variant: "Kunstform", imageSrc: "http://img.b2bpic.net/free-photo/woman-kneading-dough-table_23-2148613507.jpg", imageAlt: "Chef bereitet Pizza mit traditioneller Methode zu" }, { id: "gallery-2", name: "Warme Atmosphäre", price: "Gemütlich", variant: "Einladend", imageSrc: "http://img.b2bpic.net/free-photo/burning-candles-transparent-glass-candlestick-floor_8353-10969.jpg", imageAlt: "Warmes Licht und einladendes Restaurantambiente" @@ -258,8 +258,8 @@ export default function LandingPage() { } ]} className="py-20" - titleClassName="text-3xl md:text-5xl font-bold text-[var(--foreground)]" - descriptionClassName="text-base md:text-lg text-[var(--foreground)] opacity-75" + textBoxTitleClassName="text-3xl md:text-5xl font-bold text-[var(--foreground)]" + textBoxDescriptionClassName="text-base md:text-lg text-[var(--foreground)] opacity-75" cardClassName="rounded-xl overflow-hidden shadow-md hover:shadow-lg transition" containerClassName="max-w-6xl mx-auto" /> @@ -272,7 +272,7 @@ export default function LandingPage() { description="Reservieren Sie einen Tisch, rufen Sie uns an oder besuchen Sie uns. Wir freuen uns auf Ihren Besuch!" tagIcon={Phone} tagAnimation="blur-reveal" - background={{ variant: "floatingGradient" }} + background={{ variant: "plain" }} useInvertedBackground={false} imageSrc="http://img.b2bpic.net/free-vector/flat-landing-page-template-traditional-italian-food-restaurant_23-2150195775.jpg" imageAlt="Restaurantstandort auf der Karte"