Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #2.
This commit is contained in:
174
src/app/page.tsx
174
src/app/page.tsx
@@ -28,20 +28,12 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Shop",
|
||||
id: "#shop",
|
||||
},
|
||||
{
|
||||
name: "Über Uns",
|
||||
id: "#about",
|
||||
},
|
||||
{
|
||||
name: "Kontakt",
|
||||
id: "#contact",
|
||||
},
|
||||
{ name: "Shop", id: "#shop" },
|
||||
{ name: "Über Uns", id: "#about" },
|
||||
{ name: "Kontakt", id: "#contact" },
|
||||
]}
|
||||
brandName="Josef's Bio"
|
||||
button={{ text: "Bestellen", href: "#shop" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -51,11 +43,9 @@ export default function LandingPage() {
|
||||
description="Frankfurts erste Adresse für kompromisslose Bio-Qualität auf dem Rost. Eigene Schlachtung, 100% Bio-zertifiziert."
|
||||
buttons={[
|
||||
{
|
||||
text: "Jetzt Grill-Cuts shoppen",
|
||||
href: "#shop",
|
||||
},
|
||||
text: "Jetzt Grill-Cuts shoppen", href: "#shop"},
|
||||
]}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BcIcCKPKqE6IOIPwpAVVA2Doin/a-high-end-mouth-watering-close-up-of-a--1774791528662-0f60b1e0.png?_wi=1"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BcIcCKPKqE6IOIPwpAVVA2Doin/a-high-end-mouth-watering-close-up-of-a--1774791528662-0f60b1e0.png"
|
||||
imageAlt="Saftiges Bio-Fleisch auf dem Grill"
|
||||
/>
|
||||
</div>
|
||||
@@ -66,60 +56,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sven Emmler",
|
||||
date: "2025-05-10",
|
||||
title: "Bester Döner",
|
||||
quote: "Meines Erachtens den besten Döner, den ich jemals gegessen habe. Man spürt quasi bei jedem Bissen die Qualität.",
|
||||
tag: "Fan",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/confident-handsome-man-looking-into-distance_1262-3510.jpg",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BcIcCKPKqE6IOIPwpAVVA2Doin/a-high-end-mouth-watering-close-up-of-a--1774791528662-0f60b1e0.png?_wi=2",
|
||||
imageAlt: "A high-end, mouth-watering close-up of a premium marbled Bio-meat steak searing on a hot charcoal gr",
|
||||
},
|
||||
id: "1", name: "Sven Emmler", date: "2025-05-10", title: "Bester Döner", quote: "Meines Erachtens den besten Döner, den ich jemals gegessen habe. Man spürt quasi bei jedem Bissen die Qualität.", tag: "Fan", avatarSrc: "http://img.b2bpic.net/free-photo/confident-handsome-man-looking-into-distance_1262-3510.jpg", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BcIcCKPKqE6IOIPwpAVVA2Doin/a-high-end-mouth-watering-close-up-of-a--1774791528662-0f60b1e0.png", imageAlt: "A high-end, mouth-watering close-up of a premium marbled Bio-meat steak searing on a hot charcoal gr"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Abdulkadir Koç",
|
||||
date: "2025-05-12",
|
||||
title: "Geschmackserlebnis",
|
||||
quote: "Ein sehr leckerer Döner, an dem es wirklich nichts auszusetzen gibt. Ein echtes Geschmackserlebnis.",
|
||||
tag: "Fan",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-young-man-standing-against-wall_23-2148130272.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/confident-handsome-man-looking-into-distance_1262-3510.jpg",
|
||||
imageAlt: "professional man portrait",
|
||||
},
|
||||
id: "2", name: "Abdulkadir Koç", date: "2025-05-12", title: "Geschmackserlebnis", quote: "Ein sehr leckerer Döner, an dem es wirklich nichts auszusetzen gibt. Ein echtes Geschmackserlebnis.", tag: "Fan", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-young-man-standing-against-wall_23-2148130272.jpg", imageSrc: "http://img.b2bpic.net/free-photo/confident-handsome-man-looking-into-distance_1262-3510.jpg", imageAlt: "professional man portrait"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Maria Weber",
|
||||
date: "2025-05-15",
|
||||
title: "Top Qualität",
|
||||
quote: "Die Dry Aged Steaks sind der Wahnsinn, so zart und würzig habe ich noch nie gegessen.",
|
||||
tag: "Kunde",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/headshot-beautiful-dark-skinned-female-with-happy-expression-has-afro-hairstyle-demonstrates-perfect-white-even-teeth-has-pleased-smile-stylish-young-african-american-woman-rests-indoor_273609-2384.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-young-man-standing-against-wall_23-2148130272.jpg",
|
||||
imageAlt: "happy customer portrait",
|
||||
},
|
||||
id: "3", name: "Maria Weber", date: "2025-05-15", title: "Top Qualität", quote: "Die Dry Aged Steaks sind der Wahnsinn, so zart und würzig habe ich noch nie gegessen.", tag: "Kunde", avatarSrc: "http://img.b2bpic.net/free-photo/headshot-beautiful-dark-skinned-female-with-happy-expression-has-afro-hairstyle-demonstrates-perfect-white-even-teeth-has-pleased-smile-stylish-young-african-american-woman-rests-indoor_273609-2384.jpg", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-young-man-standing-against-wall_23-2148130272.jpg", imageAlt: "happy customer portrait"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Thomas Müller",
|
||||
date: "2025-05-18",
|
||||
title: "Handwerk pur",
|
||||
quote: "Man merkt, dass es eigene Schlachtung ist. Kein Vergleich zur Supermarktware.",
|
||||
tag: "Kunde",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/close-up-shot-adorable-african-american-woman-has-broad-smile-wears-striped-t-shirt-being-good-mood-rests-cafeteria-with-best-friends-smiling-dark-skinned-young-female-poses-indoor_273609-2872.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/headshot-beautiful-dark-skinned-female-with-happy-expression-has-afro-hairstyle-demonstrates-perfect-white-even-teeth-has-pleased-smile-stylish-young-african-american-woman-rests-indoor_273609-2384.jpg",
|
||||
imageAlt: "female portrait professional",
|
||||
},
|
||||
id: "4", name: "Thomas Müller", date: "2025-05-18", title: "Handwerk pur", quote: "Man merkt, dass es eigene Schlachtung ist. Kein Vergleich zur Supermarktware.", tag: "Kunde", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-shot-adorable-african-american-woman-has-broad-smile-wears-striped-t-shirt-being-good-mood-rests-cafeteria-with-best-friends-smiling-dark-skinned-young-female-poses-indoor_273609-2872.jpg", imageSrc: "http://img.b2bpic.net/free-photo/headshot-beautiful-dark-skinned-female-with-happy-expression-has-afro-hairstyle-demonstrates-perfect-white-even-teeth-has-pleased-smile-stylish-young-african-american-woman-rests-indoor_273609-2384.jpg", imageAlt: "female portrait professional"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Lisa Schmidt",
|
||||
date: "2025-05-20",
|
||||
title: "Außergewöhnlich",
|
||||
quote: "Einfach erstklassig. Man merkt den Unterschied zwischen Massenware und echter Handwerkskunst bei jedem Stück.",
|
||||
tag: "Kunde",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/confident-handsome-man-looking-into-distance_1262-3510.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-shot-adorable-african-american-woman-has-broad-smile-wears-striped-t-shirt-being-good-mood-rests-cafeteria-with-best-friends-smiling-dark-skinned-young-female-poses-indoor_273609-2872.jpg",
|
||||
imageAlt: "man smiling portrait",
|
||||
},
|
||||
id: "5", name: "Lisa Schmidt", date: "2025-05-20", title: "Außergewöhnlich", quote: "Einfach erstklassig. Man merkt den Unterschied zwischen Massenware und echter Handwerkskunst bei jedem Stück.", tag: "Kunde", avatarSrc: "http://img.b2bpic.net/free-photo/confident-handsome-man-looking-into-distance_1262-3510.jpg", imageSrc: "http://img.b2bpic.net/free-photo/close-up-shot-adorable-african-american-woman-has-broad-smile-wears-striped-t-shirt-being-good-mood-rests-cafeteria-with-best-friends-smiling-dark-skinned-young-female-poses-indoor_273609-2872.jpg", imageAlt: "man smiling portrait"},
|
||||
]}
|
||||
title="1.639 Kunden lügen nicht."
|
||||
description="Erfahre, warum Feinschmecker auf Josef's Bio schwören."
|
||||
@@ -134,41 +79,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
brand: "Josef's Bio",
|
||||
name: "Bio Dry Aged Steak",
|
||||
price: "24,90€",
|
||||
rating: 5,
|
||||
reviewCount: "120",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BcIcCKPKqE6IOIPwpAVVA2Doin/a-beautifully-plated-raw-highly-marbled--1774791528287-3adf7841.png?_wi=1",
|
||||
},
|
||||
id: "p1", brand: "Josef's Bio", name: "Bio Dry Aged Steak", price: "24,90€", rating: 5,
|
||||
reviewCount: "120", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BcIcCKPKqE6IOIPwpAVVA2Doin/a-beautifully-plated-raw-highly-marbled--1774791528287-3adf7841.png"},
|
||||
{
|
||||
id: "p2",
|
||||
brand: "Josef's Bio",
|
||||
name: "Bio-Lammkotelett",
|
||||
price: "19,50€",
|
||||
rating: 5,
|
||||
reviewCount: "85",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BcIcCKPKqE6IOIPwpAVVA2Doin/fresh-premium-raw-bio-lamb-chops-artisti-1774791531509-80ac2570.jpg",
|
||||
},
|
||||
id: "p2", brand: "Josef's Bio", name: "Bio-Lammkotelett", price: "19,50€", rating: 5,
|
||||
reviewCount: "85", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BcIcCKPKqE6IOIPwpAVVA2Doin/fresh-premium-raw-bio-lamb-chops-artisti-1774791531509-80ac2570.jpg"},
|
||||
{
|
||||
id: "p3",
|
||||
brand: "Josef's Bio",
|
||||
name: "Original Bio-Döner",
|
||||
price: "14,90€",
|
||||
rating: 5,
|
||||
reviewCount: "210",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BcIcCKPKqE6IOIPwpAVVA2Doin/a-delicious-freshly-sliced-premium-doner-1774791528952-488b883d.png",
|
||||
},
|
||||
id: "p3", brand: "Josef's Bio", name: "Original Bio-Döner", price: "14,90€", rating: 5,
|
||||
reviewCount: "210", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BcIcCKPKqE6IOIPwpAVVA2Doin/a-delicious-freshly-sliced-premium-doner-1774791528952-488b883d.png"},
|
||||
{
|
||||
id: "p4",
|
||||
brand: "Josef's Bio",
|
||||
name: "Hausmacher Bio-Wurst",
|
||||
price: "8,50€",
|
||||
rating: 4,
|
||||
reviewCount: "95",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BcIcCKPKqE6IOIPwpAVVA2Doin/handcrafted-traditional-artisanal-sausag-1774791529105-74e227b8.png?_wi=1",
|
||||
},
|
||||
id: "p4", brand: "Josef's Bio", name: "Hausmacher Bio-Wurst", price: "8,50€", rating: 4,
|
||||
reviewCount: "95", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BcIcCKPKqE6IOIPwpAVVA2Doin/handcrafted-traditional-artisanal-sausag-1774791529105-74e227b8.png"},
|
||||
]}
|
||||
title="Grill-Saison Highlights"
|
||||
description="Die erlesensten Stücke direkt aus unserer Metzgerei."
|
||||
@@ -182,15 +103,9 @@ export default function LandingPage() {
|
||||
description="Wir schenken dir 20€ Rabatt auf deine nächste Bestellung ab 200€ Einkaufswert. Nutze Code: JB20"
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Dein Name",
|
||||
},
|
||||
name: "name", type: "text", placeholder: "Dein Name"},
|
||||
{
|
||||
name: "email",
|
||||
type: "email",
|
||||
placeholder: "Deine E-Mail",
|
||||
},
|
||||
name: "email", type: "email", placeholder: "Deine E-Mail"},
|
||||
]}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BcIcCKPKqE6IOIPwpAVVA2Doin/a-conceptual-elegant-summer-bbq-setting--1774791531465-5f80025d.png"
|
||||
mediaPosition="left"
|
||||
@@ -207,20 +122,10 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
tag: "Regional",
|
||||
title: "Eigene Schlachtung",
|
||||
subtitle: "Direkt vom Erzeuger",
|
||||
description: "Wir garantieren kurze Wege und volles Vertrauen durch unsere eigene Schlachtung.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BcIcCKPKqE6IOIPwpAVVA2Doin/a-beautifully-plated-raw-highly-marbled--1774791528287-3adf7841.png?_wi=2",
|
||||
},
|
||||
tag: "Regional", title: "Eigene Schlachtung", subtitle: "Direkt vom Erzeuger", description: "Wir garantieren kurze Wege und volles Vertrauen durch unsere eigene Schlachtung.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BcIcCKPKqE6IOIPwpAVVA2Doin/a-beautifully-plated-raw-highly-marbled--1774791528287-3adf7841.png"},
|
||||
{
|
||||
id: 2,
|
||||
tag: "Qualität",
|
||||
title: "100% Bio",
|
||||
subtitle: "Ohne Kompromisse",
|
||||
description: "Alle unsere Produkte sind strikt ökologisch zertifiziert und von höchster Güte.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BcIcCKPKqE6IOIPwpAVVA2Doin/handcrafted-traditional-artisanal-sausag-1774791529105-74e227b8.png?_wi=2",
|
||||
},
|
||||
tag: "Qualität", title: "100% Bio", subtitle: "Ohne Kompromisse", description: "Alle unsere Produkte sind strikt ökologisch zertifiziert und von höchster Güte.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BcIcCKPKqE6IOIPwpAVVA2Doin/handcrafted-traditional-artisanal-sausag-1774791529105-74e227b8.png"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -230,42 +135,27 @@ export default function LandingPage() {
|
||||
logoText="Josef's Bio"
|
||||
columns={[
|
||||
{
|
||||
title: "Service",
|
||||
items: [
|
||||
title: "Service", items: [
|
||||
{
|
||||
label: "Shop",
|
||||
href: "#shop",
|
||||
},
|
||||
label: "Shop", href: "#shop"},
|
||||
{
|
||||
label: "Über Uns",
|
||||
href: "#about",
|
||||
},
|
||||
label: "Über Uns", href: "#about"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Kontakt",
|
||||
items: [
|
||||
title: "Kontakt", items: [
|
||||
{
|
||||
label: "Berger Str. 222, Frankfurt",
|
||||
href: "#",
|
||||
},
|
||||
label: "Berger Str. 222, Frankfurt", href: "#"},
|
||||
{
|
||||
label: "069 41674940",
|
||||
href: "tel:06941674940",
|
||||
},
|
||||
label: "069 41674940", href: "tel:06941674940"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Zeiten",
|
||||
items: [
|
||||
title: "Zeiten", items: [
|
||||
{
|
||||
label: "Mo-Do: 10-22 Uhr",
|
||||
href: "#",
|
||||
},
|
||||
label: "Mo-Do: 10-22 Uhr", href: "#"},
|
||||
{
|
||||
label: "Fr: 10-23 Uhr",
|
||||
href: "#",
|
||||
},
|
||||
label: "Fr: 10-23 Uhr", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user