Merge version_1 into main #1
218
src/app/page.tsx
218
src/app/page.tsx
@@ -31,21 +31,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Start",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Start", id: "hero"},
|
||||
{
|
||||
name: "Über uns",
|
||||
id: "about",
|
||||
},
|
||||
name: "Über uns", id: "about"},
|
||||
{
|
||||
name: "Angebote",
|
||||
id: "products",
|
||||
},
|
||||
name: "Angebote", id: "products"},
|
||||
{
|
||||
name: "Kontakt",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Kontakt", id: "contact"},
|
||||
]}
|
||||
brandName="Blumen Strötzel"
|
||||
/>
|
||||
@@ -54,41 +46,22 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardRotatedCarousel
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
variant: "sparkles-gradient"}}
|
||||
title="Blumen für jeden Anlass"
|
||||
description="Erleben Sie die Frische und Vielfalt unserer handgefertigten Sträuße. Wir bringen Natur direkt zu Ihnen in Bremen."
|
||||
carouselItems={[
|
||||
{
|
||||
id: "1",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stylish-male-florist-create-flower-bouquet-table-shop_23-2148075290.jpg",
|
||||
imageAlt: "luxurious flower bouquet fresh colorful",
|
||||
},
|
||||
id: "1", imageSrc: "http://img.b2bpic.net/free-photo/stylish-male-florist-create-flower-bouquet-table-shop_23-2148075290.jpg", imageAlt: "luxurious flower bouquet fresh colorful"},
|
||||
{
|
||||
id: "2",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-delicate-rose-bouquet_23-2148380903.jpg",
|
||||
imageAlt: "elegant roses composition natural light",
|
||||
},
|
||||
id: "2", imageSrc: "http://img.b2bpic.net/free-photo/close-up-delicate-rose-bouquet_23-2148380903.jpg", imageAlt: "elegant roses composition natural light"},
|
||||
{
|
||||
id: "3",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flowers-floral-shop-different-types_1303-15615.jpg",
|
||||
imageAlt: "summer wildflowers bouquet natural style",
|
||||
},
|
||||
id: "3", imageSrc: "http://img.b2bpic.net/free-photo/flowers-floral-shop-different-types_1303-15615.jpg", imageAlt: "summer wildflowers bouquet natural style"},
|
||||
{
|
||||
id: "4",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/decorative-dreamy-arrangement-with-dried-flowers_23-2151363326.jpg",
|
||||
imageAlt: "wedding floral centerpiece elegant design",
|
||||
},
|
||||
id: "4", imageSrc: "http://img.b2bpic.net/free-photo/decorative-dreamy-arrangement-with-dried-flowers_23-2151363326.jpg", imageAlt: "wedding floral centerpiece elegant design"},
|
||||
{
|
||||
id: "5",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-bouquet-with-tulips-flowers_23-2148488464.jpg",
|
||||
imageAlt: "vibrant tulips bunch natural daylight",
|
||||
},
|
||||
id: "5", imageSrc: "http://img.b2bpic.net/free-photo/close-up-bouquet-with-tulips-flowers_23-2148488464.jpg", imageAlt: "vibrant tulips bunch natural daylight"},
|
||||
{
|
||||
id: "6",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/gardening-concept-with-hat_23-2149008015.jpg",
|
||||
imageAlt: "floral interior design fresh plants",
|
||||
},
|
||||
id: "6", imageSrc: "http://img.b2bpic.net/free-photo/gardening-concept-with-hat_23-2149008015.jpg", imageAlt: "floral interior design fresh plants"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -98,9 +71,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
title="Über unser Blumengeschäft"
|
||||
description={[
|
||||
"Seit Jahren widmen wir uns der Kunst des Floristik-Handwerks. In unserem Geschäft am Schafgegend 2c finden Sie Liebe zum Detail.",
|
||||
"Jedes Arrangement ist ein Unikat, sorgfältig gebunden mit den frischesten Blumen der Saison.",
|
||||
]}
|
||||
"Seit Jahren widmen wir uns der Kunst des Floristik-Handwerks. In unserem Geschäft am Schafgegend 2c finden Sie Liebe zum Detail.", "Jedes Arrangement ist ein Unikat, sorgfältig gebunden mit den frischesten Blumen der Saison."]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -112,59 +83,23 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
brand: "Klassiker",
|
||||
name: "Rosenstrauß Rot",
|
||||
price: "29,90 €",
|
||||
rating: 5,
|
||||
reviewCount: "12",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/valentines-day-womens-mothers-day-red-rose-with-ribbon-gift-surprise_114579-427.jpg",
|
||||
},
|
||||
id: "p1", brand: "Klassiker", name: "Rosenstrauß Rot", price: "29,90 €", rating: 5,
|
||||
reviewCount: "12", imageSrc: "http://img.b2bpic.net/free-photo/valentines-day-womens-mothers-day-red-rose-with-ribbon-gift-surprise_114579-427.jpg"},
|
||||
{
|
||||
id: "p2",
|
||||
brand: "Saisonal",
|
||||
name: "Frühlingszauber",
|
||||
price: "24,90 €",
|
||||
rating: 5,
|
||||
reviewCount: "8",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bouquet-flowers-with-cornet_23-2148134216.jpg",
|
||||
},
|
||||
id: "p2", brand: "Saisonal", name: "Frühlingszauber", price: "24,90 €", rating: 5,
|
||||
reviewCount: "8", imageSrc: "http://img.b2bpic.net/free-photo/bouquet-flowers-with-cornet_23-2148134216.jpg"},
|
||||
{
|
||||
id: "p3",
|
||||
brand: "Exklusiv",
|
||||
name: "Lilien Eleganz",
|
||||
price: "34,90 €",
|
||||
rating: 4,
|
||||
reviewCount: "5",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-still-life-bouquet-with-calla-lily_23-2148029172.jpg",
|
||||
},
|
||||
id: "p3", brand: "Exklusiv", name: "Lilien Eleganz", price: "34,90 €", rating: 4,
|
||||
reviewCount: "5", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-still-life-bouquet-with-calla-lily_23-2148029172.jpg"},
|
||||
{
|
||||
id: "p4",
|
||||
brand: "Sonne",
|
||||
name: "Sonnenblumenstrauß",
|
||||
price: "19,90 €",
|
||||
rating: 5,
|
||||
reviewCount: "10",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-sunflowers-frame-with-copy-space_23-2150250817.jpg",
|
||||
},
|
||||
id: "p4", brand: "Sonne", name: "Sonnenblumenstrauß", price: "19,90 €", rating: 5,
|
||||
reviewCount: "10", imageSrc: "http://img.b2bpic.net/free-photo/top-view-sunflowers-frame-with-copy-space_23-2150250817.jpg"},
|
||||
{
|
||||
id: "p5",
|
||||
brand: "Wiese",
|
||||
name: "Wildblumen-Mix",
|
||||
price: "22,90 €",
|
||||
rating: 5,
|
||||
reviewCount: "6",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-beautiful-boho-flowers-bouquet_23-2149526051.jpg",
|
||||
},
|
||||
id: "p5", brand: "Wiese", name: "Wildblumen-Mix", price: "22,90 €", rating: 5,
|
||||
reviewCount: "6", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-beautiful-boho-flowers-bouquet_23-2149526051.jpg"},
|
||||
{
|
||||
id: "p6",
|
||||
brand: "Hortensien",
|
||||
name: "Hortensien Pracht",
|
||||
price: "39,90 €",
|
||||
rating: 4,
|
||||
reviewCount: "4",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mothers-day-background-with-flower-box_23-2147776548.jpg",
|
||||
},
|
||||
id: "p6", brand: "Hortensien", name: "Hortensien Pracht", price: "39,90 €", rating: 4,
|
||||
reviewCount: "4", imageSrc: "http://img.b2bpic.net/free-photo/mothers-day-background-with-flower-box_23-2147776548.jpg"},
|
||||
]}
|
||||
title="Unsere Blumen-Angebote"
|
||||
description="Wählen Sie aus unserem frischen Sortiment für Ihr Zuhause oder als Geschenk."
|
||||
@@ -173,25 +108,17 @@ export default function LandingPage() {
|
||||
|
||||
<div id="features" data-section="features">
|
||||
<FeatureCardOne
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
title: "Lieferservice",
|
||||
description: "Wir liefern Ihre Blumen pünktlich an jede Adresse in Bremen.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-hand-with-holiday-card-bouquet-flowers_23-2148109126.jpg",
|
||||
},
|
||||
title: "Lieferservice", description: "Wir liefern Ihre Blumen pünktlich an jede Adresse in Bremen.", imageSrc: "http://img.b2bpic.net/free-photo/female-hand-with-holiday-card-bouquet-flowers_23-2148109126.jpg"},
|
||||
{
|
||||
title: "Fachberatung",
|
||||
description: "Unser Floristenteam berät Sie gerne bei der Auswahl.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/florist-with-bouquet-sitting-table_23-2147761007.jpg",
|
||||
},
|
||||
title: "Fachberatung", description: "Unser Floristenteam berät Sie gerne bei der Auswahl.", imageSrc: "http://img.b2bpic.net/free-photo/florist-with-bouquet-sitting-table_23-2147761007.jpg"},
|
||||
{
|
||||
title: "Nachhaltigkeit",
|
||||
description: "Wir beziehen Blumen aus nachhaltigem Anbau.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-holding-basket-with-flowers_23-2147742915.jpg",
|
||||
},
|
||||
title: "Nachhaltigkeit", description: "Wir beziehen Blumen aus nachhaltigem Anbau.", imageSrc: "http://img.b2bpic.net/free-photo/woman-holding-basket-with-flowers_23-2147742915.jpg"},
|
||||
]}
|
||||
title="Unser Service für Sie"
|
||||
description="Wir stehen für Frische und Kundenzufriedenheit."
|
||||
@@ -206,45 +133,20 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Maria S.",
|
||||
role: "Kundin",
|
||||
company: "Bremen",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-beautiful-blond-hair-gentle-smile-dressed-green-robe-with-belt-is-working-greenhouse_197531-12317.jpg",
|
||||
},
|
||||
id: "t1", name: "Maria S.", role: "Kundin", company: "Bremen", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-beautiful-blond-hair-gentle-smile-dressed-green-robe-with-belt-is-working-greenhouse_197531-12317.jpg"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Thomas K.",
|
||||
role: "Kunde",
|
||||
company: "Bremen",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-beautiful-florist-woman_23-2149215309.jpg",
|
||||
},
|
||||
id: "t2", name: "Thomas K.", role: "Kunde", company: "Bremen", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-beautiful-florist-woman_23-2149215309.jpg"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Julia M.",
|
||||
role: "Kundin",
|
||||
company: "Bremen",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-young-female-florist-offering-flowers_23-2148049441.jpg",
|
||||
},
|
||||
id: "t3", name: "Julia M.", role: "Kundin", company: "Bremen", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-young-female-florist-offering-flowers_23-2148049441.jpg"},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Peter H.",
|
||||
role: "Kunde",
|
||||
company: "Bremen",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-male-holding-red-rose-flower-hand-looking-camera_23-2148075463.jpg",
|
||||
},
|
||||
id: "t4", name: "Peter H.", role: "Kunde", company: "Bremen", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-male-holding-red-rose-flower-hand-looking-camera_23-2148075463.jpg"},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Sabine L.",
|
||||
role: "Kundin",
|
||||
company: "Bremen",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-casual-peach-sweater-isolated-green-olive-wall-hold-orange-white-flower-box-composition-cotton-flowers-gypsophila-wheat-lagurus-gift-happy-amazed-surprised_343596-5107.jpg",
|
||||
},
|
||||
id: "t5", name: "Sabine L.", role: "Kundin", company: "Bremen", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-casual-peach-sweater-isolated-green-olive-wall-hold-orange-white-flower-box-composition-cotton-flowers-gypsophila-wheat-lagurus-gift-happy-amazed-surprised_343596-5107.jpg"},
|
||||
]}
|
||||
title="Was Kunden sagen"
|
||||
description="Erfahrungen unserer zufriedenen Kunden."
|
||||
@@ -257,20 +159,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "Liefern Sie auch am Wochenende?",
|
||||
content: "Ja, wir liefern Blumen von Montag bis Samstag aus.",
|
||||
},
|
||||
id: "q1", title: "Liefern Sie auch am Wochenende?", content: "Ja, wir liefern Blumen von Montag bis Samstag aus."},
|
||||
{
|
||||
id: "q2",
|
||||
title: "Wie kann ich bestellen?",
|
||||
content: "Rufen Sie uns einfach unter 0421 623404 an oder kommen Sie vorbei.",
|
||||
},
|
||||
id: "q2", title: "Wie kann ich bestellen?", content: "Rufen Sie uns einfach unter 0421 623404 an oder kommen Sie vorbei."},
|
||||
{
|
||||
id: "q3",
|
||||
title: "Bieten Sie Abo-Services an?",
|
||||
content: "Sehr gerne! Wir bieten wöchentliche Blumenabos für Firmen und Privathaushalte.",
|
||||
},
|
||||
id: "q3", title: "Bieten Sie Abo-Services an?", content: "Sehr gerne! Wir bieten wöchentliche Blumenabos für Firmen und Privathaushalte."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/summer-portrait-brunette-girl-pink-glasses-hat-against-flowers-shop_627829-7753.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
@@ -284,8 +177,7 @@ export default function LandingPage() {
|
||||
<ContactSplit
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Kontakt"
|
||||
title="Besuchen Sie uns"
|
||||
description="Schafgegend 2 c, 28757 Bremen | Tel: 0421 623404"
|
||||
@@ -298,33 +190,21 @@ export default function LandingPage() {
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Navigation",
|
||||
items: [
|
||||
title: "Navigation", items: [
|
||||
{
|
||||
label: "Start",
|
||||
href: "#hero",
|
||||
},
|
||||
label: "Start", href: "#hero"},
|
||||
{
|
||||
label: "Über uns",
|
||||
href: "#about",
|
||||
},
|
||||
label: "Über uns", href: "#about"},
|
||||
{
|
||||
label: "Produkte",
|
||||
href: "#products",
|
||||
},
|
||||
label: "Produkte", href: "#products"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Rechtliches",
|
||||
items: [
|
||||
title: "Rechtliches", items: [
|
||||
{
|
||||
label: "Impressum",
|
||||
href: "#",
|
||||
},
|
||||
label: "Impressum", href: "#"},
|
||||
{
|
||||
label: "Datenschutz",
|
||||
href: "#",
|
||||
},
|
||||
label: "Datenschutz", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user