Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-07 21:38:10 +00:00

View File

@@ -18,7 +18,7 @@ export default function LandingPage() {
borderRadius="rounded"
contentWidth="compact"
sizing="mediumLargeSizeMediumTitles"
background="fluid"
background="circleGradient"
cardStyle="glass-depth"
primaryButtonStyle="flat"
secondaryButtonStyle="layered"
@@ -43,7 +43,7 @@ export default function LandingPage() {
<HeroBillboard
title="Frische Blumen & Pflanzen aus Wiesbaden"
description="Familienbetrieb mit hochwertigen Blumen, Pflanzen und individueller Floristik für jeden Anlass. Seit Jahren das Vertrauen unserer Kunden."
background={{ variant: "fluid" }}
background={{ variant: "sparkles-gradient" }}
imageSrc="http://img.b2bpic.net/free-photo/flower-composition-bucket-roses-chrysanthemum-side-view_141793-4420.jpg"
imageAlt="Frische Blumenarrangements und Blumensträuße"
buttons={[
@@ -115,10 +115,10 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
id: "1", name: "Sarah Weber", imageSrc: "http://img.b2bpic.net/free-photo/caucasian-brunette-male-portrait_158595-7921.jpg?_wi=1", imageAlt: "Sarah Weber Kundin"
id: "1", name: "Sarah Weber", imageSrc: "http://img.b2bpic.net/free-photo/caucasian-brunette-male-portrait_158595-7921.jpg", imageAlt: "Sarah Weber Kundin"
},
{
id: "2", name: "Michael Berger", imageSrc: "http://img.b2bpic.net/free-photo/attractive-young-woman-enjoying-her-time-outside-park-with-nature-park-background_1150-4777.jpg?_wi=1", imageAlt: "Michael Berger Kundin"
id: "2", name: "Michael Berger", imageSrc: "http://img.b2bpic.net/free-photo/attractive-young-woman-enjoying-her-time-outside-park-with-nature-park-background_1150-4777.jpg", imageAlt: "Michael Berger Kundin"
},
{
id: "3", name: "Emma Fischer", imageSrc: "http://img.b2bpic.net/free-photo/young-hispanic-man-smiling-happy-sitting-sofa-home_839833-15776.jpg", imageAlt: "Emma Fischer Kundin"
@@ -127,10 +127,10 @@ export default function LandingPage() {
id: "4", name: "Thomas Meyer", imageSrc: "http://img.b2bpic.net/free-photo/young-employee-enjoying-sunny-day_23-2147562347.jpg", imageAlt: "Thomas Meyer Kunde"
},
{
id: "5", name: "Lisa Schmidt", imageSrc: "http://img.b2bpic.net/free-photo/caucasian-brunette-male-portrait_158595-7921.jpg?_wi=2", imageAlt: "Lisa Schmidt Kundin"
id: "5", name: "Lisa Schmidt", imageSrc: "http://img.b2bpic.net/free-photo/caucasian-brunette-male-portrait_158595-7921.jpg", imageAlt: "Lisa Schmidt Kundin"
},
{
id: "6", name: "Klaus Hoffmann", imageSrc: "http://img.b2bpic.net/free-photo/attractive-young-woman-enjoying-her-time-outside-park-with-nature-park-background_1150-4777.jpg?_wi=2", imageAlt: "Klaus Hoffmann Kunde"
id: "6", name: "Klaus Hoffmann", imageSrc: "http://img.b2bpic.net/free-photo/attractive-young-woman-enjoying-her-time-outside-park-with-nature-park-background_1150-4777.jpg", imageAlt: "Klaus Hoffmann Kunde"
}
]}
/>