diff --git a/src/app/page.tsx b/src/app/page.tsx index be13642..c230aad 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -38,7 +38,6 @@ export default function LandingPage() { { name: "Kontakt", id: "contact" }, ]} brandName="Bäckerei Rüdiger Pfaff" - className="w-full z-50" /> @@ -54,7 +53,6 @@ export default function LandingPage() { { imageSrc: "http://img.b2bpic.net/free-photo/leaves-book-near-desserts-drink_23-2147885996.jpg?_wi=1", imageAlt: "Feine Torten aus der Konditorei" } ]} mediaAnimation="slide-up" - titleClassName="leading-tight break-words max-w-full" /> @@ -68,7 +66,6 @@ export default function LandingPage() { { icon: MapPin, label: "Lokal", value: "Ihr Bäcker vor Ort" }, ]} metricsAnimation="slide-up" - metricLabelClassName="break-words" /> @@ -77,6 +74,7 @@ export default function LandingPage() { animationType="slide-up" textboxLayout="split-description" gridVariant="asymmetric-60-wide-40-narrow" + useInvertedBackground={false} products={[ { id: "p1", name: "Rustikales Vollkornbrot", price: "4,50 €", imageSrc: "http://img.b2bpic.net/free-photo/fresh-delicious-bread-table_169016-3152.jpg?_wi=1", imageAlt: "Vollkornbrot" }, { id: "p2", name: "Knusprige Brötchen", price: "0,60 €", imageSrc: "http://img.b2bpic.net/free-photo/glass-jar-milk-dried-dates-basket-gogals-marble-table_114579-29993.jpg?_wi=1", imageAlt: "Brötchen" }, @@ -108,6 +106,7 @@ export default function LandingPage() { ]} sideTitle="Häufige Fragen" faqsAnimation="slide-up" + useInvertedBackground={false} /> @@ -119,6 +118,7 @@ export default function LandingPage() { { id: "t1", name: "Sabine M.", date: "12.05.2024", title: "Tolle Qualität", quote: "Die Brötchen sind jeden Morgen wunderbar frisch.", tag: "Stammkundin", avatarSrc: "http://img.b2bpic.net/free-photo/parisian-woman-stylish-yellow-shirt-holding-appetizing-croissant-lady-beret-with-smile-red-wall_197531-14344.jpg" } ]} title="Kundenstimmen" + description="Was unsere Kunden sagen" /> @@ -128,6 +128,8 @@ export default function LandingPage() { title="Kontakt & Öffnungszeiten" description="Bäckerei Rüdiger Pfaff, Niedersteinbach, Mömbris." imageSrc="http://img.b2bpic.net/free-photo/young-women-arranging-their-cake-shop_23-2149210448.jpg" + useInvertedBackground={true} + background={{ variant: "plain" }} />