Merge version_2 into main #4
115
src/app/page.tsx
115
src/app/page.tsx
@@ -28,14 +28,11 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "Über uns", id: "about"},
|
||||
{
|
||||
name: "Speisekarte", id: "features"},
|
||||
{
|
||||
name: "Kontakt", id: "contact"},
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "Über uns", id: "about" },
|
||||
{ name: "Speisekarte", id: "features" },
|
||||
{ name: "Menü/Shop", id: "shop" },
|
||||
{ name: "Kontakt", id: "contact" },
|
||||
]}
|
||||
brandName="BIG BUN"
|
||||
/>
|
||||
@@ -44,57 +41,19 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardTestimonial
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "gradient-bars"}}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
title="BIG BUN Halal - Neueröffnung!"
|
||||
description="Wir eröffnen neu! Mit großer Freude laden wir euch zur Neueröffnung unseres Burger Restaurants am 18. April 2025 ein. Kommt vorbei, entdeckt unser Angebot und feiert mit uns!"
|
||||
testimonials={[
|
||||
{
|
||||
name: "Sarah Müller", handle: "@sarah_m", testimonial: "Beste Burger in Bergheim!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hipster-with-stylish-haircut-beard-sits-table-decided-dine-roadside-cafe-eating-hamburger_613910-19629.jpg"},
|
||||
{
|
||||
name: "Ali Khan", handle: "@alikhan", testimonial: "Endlich halal Burger, sehr lecker.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-female-office-workers-thumbing-up-smiling-two-cheerful-professional-businesswomen-standing-together-posing-meeting-room-teamwork-business-success-cooperation-concept_74855-7378.jpg"},
|
||||
{
|
||||
name: "Julia Schmidt", handle: "@jschmidt", testimonial: "Toller Service und sehr frisch.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-people-eating-outdoors_23-2149525606.jpg"},
|
||||
{
|
||||
name: "Markus Weber", handle: "@mweber", testimonial: "Komme definitiv wieder!", rating: 4,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-smiling_1187-3196.jpg"},
|
||||
{
|
||||
name: "Lisa Berg", handle: "@lisab", testimonial: "Super Atmosphäre und sehr kinderfreundlich.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-man-with-food-phone_23-2149155151.jpg"},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Reservieren", href: "#contact"},
|
||||
{ name: "Sarah Müller", handle: "@sarah_m", testimonial: "Beste Burger in Bergheim!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/hipster-with-stylish-haircut-beard-sits-table-decided-dine-roadside-cafe-eating-hamburger_613910-19629.jpg" },
|
||||
{ name: "Ali Khan", handle: "@alikhan", testimonial: "Endlich halal Burger, sehr lecker.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-female-office-workers-thumbing-up-smiling-two-cheerful-professional-businesswomen-standing-together-posing-meeting-room-teamwork-business-success-cooperation-concept_74855-7378.jpg" },
|
||||
{ name: "Julia Schmidt", handle: "@jschmidt", testimonial: "Toller Service und sehr frisch.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/side-view-people-eating-outdoors_23-2149525606.jpg" },
|
||||
{ name: "Markus Weber", handle: "@mweber", testimonial: "Komme definitiv wieder!", rating: 4, imageSrc: "http://img.b2bpic.net/free-photo/woman-smiling_1187-3196.jpg" },
|
||||
{ name: "Lisa Berg", handle: "@lisab", testimonial: "Super Atmosphäre und sehr kinderfreundlich.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-man-with-food-phone_23-2149155151.jpg" },
|
||||
]}
|
||||
buttons={[{ text: "Reservieren", href: "#contact" }]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/close-up-burgers-with-pickles_23-2148784498.jpg"
|
||||
imageAlt="Leckerer Halal Burger"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/hipster-with-stylish-haircut-beard-sits-table-decided-dine-roadside-cafe-eating-hamburger_613910-19629.jpg", alt: "Sarah"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/happy-female-office-workers-thumbing-up-smiling-two-cheerful-professional-businesswomen-standing-together-posing-meeting-room-teamwork-business-success-cooperation-concept_74855-7378.jpg", alt: "Ali"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/side-view-people-eating-outdoors_23-2149525606.jpg", alt: "Julia"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/woman-smiling_1187-3196.jpg", alt: "Markus"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-smiley-man-with-food-phone_23-2149155151.jpg", alt: "Lisa"},
|
||||
]}
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text", text: "100% HALAL"},
|
||||
{
|
||||
type: "text", text: "NEUERÖFFNUNG"},
|
||||
{
|
||||
type: "text", text: "FRISCHE ZUTATEN"},
|
||||
{
|
||||
type: "text", text: "BERGHEIM"},
|
||||
{
|
||||
type: "text", text: "BURGER LIEBE"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -102,8 +61,7 @@ export default function LandingPage() {
|
||||
<TextSplitAbout
|
||||
useInvertedBackground={false}
|
||||
title="Über BIG BUN Halal"
|
||||
description={[
|
||||
"Wir sind ein modernes Burgerrestaurant in Bergheim-Thorr. Unser Ziel ist es, frische, hochwertige Zutaten mit einzigartigen Rezepten zu kombinieren.", "Genießt unsere Auswahl in einer gemütlichen und einladenden Atmosphäre, die perfekt für Familien und Freunde ist."]}
|
||||
description={["Wir sind ein modernes Burgerrestaurant in Bergheim-Thorr. Unser Ziel ist es, frische, hochwertige Zutaten mit einzigartigen Rezepten zu kombinieren.", "Genießt unsere Auswahl in einer gemütlichen und einladenden Atmosphäre, die perfekt für Familien und Freunde ist."]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -113,18 +71,9 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Halal-Speisen", description: "100% zertifizierte Halal-Zutaten für ein unbeschwertes Genusserlebnis.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/composition-with-delicious-vegan-burger_23-2149039335.jpg?_wi=1", imageAlt: "delicious halal burger gourmet photography" },
|
||||
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/composition-with-delicious-vegan-burger_23-2149039335.jpg?_wi=2", imageAlt: "delicious halal burger gourmet photography" }
|
||||
},
|
||||
{
|
||||
title: "Lieferservice", description: "Frische Burger direkt zu dir nach Hause in der Region Bergheim.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/i-m-hungry-hands-man-looking-food-delivery-app-his-smartphone-ordering-dinner-online_662251-2108.jpg?_wi=1", imageAlt: "restaurant interior warm lighting" },
|
||||
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/i-m-hungry-hands-man-looking-food-delivery-app-his-smartphone-ordering-dinner-online_662251-2108.jpg?_wi=2", imageAlt: "restaurant interior warm lighting" }
|
||||
},
|
||||
{
|
||||
title: "Kinderfreundlich", description: "Wir freuen uns auf kleine Gäste mit Kindermenüs und Hochstühlen.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/composition-with-delicious-vegan-burger_23-2149039335.jpg?_wi=3", imageAlt: "halal certified food burger sign" },
|
||||
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/composition-with-delicious-vegan-burger_23-2149039335.jpg?_wi=4", imageAlt: "halal certified food burger sign" }
|
||||
},
|
||||
{ title: "Halal-Speisen", description: "100% zertifizierte Halal-Zutaten für ein unbeschwertes Genusserlebnis.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/composition-with-delicious-vegan-burger_23-2149039335.jpg?_wi=1" }, phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/composition-with-delicious-vegan-burger_23-2149039335.jpg?_wi=2" } },
|
||||
{ title: "Lieferservice", description: "Frische Burger direkt zu dir nach Hause in der Region Bergheim.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/i-m-hungry-hands-man-looking-food-delivery-app-his-smartphone-ordering-dinner-online_662251-2108.jpg?_wi=1" }, phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/i-m-hungry-hands-man-looking-food-delivery-app-his-smartphone-ordering-dinner-online_662251-2108.jpg?_wi=2" } },
|
||||
{ title: "Kinderfreundlich", description: "Wir freuen uns auf kleine Gäste mit Kindermenüs und Hochstühlen.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/composition-with-delicious-vegan-burger_23-2149039335.jpg?_wi=3" }, phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/composition-with-delicious-vegan-burger_23-2149039335.jpg?_wi=4" } },
|
||||
]}
|
||||
showStepNumbers={false}
|
||||
title="Was wir bieten"
|
||||
@@ -137,12 +86,9 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1", title: "Wo findet ihr uns?", content: "Talstraße 41, 50126 Bergheim."},
|
||||
{
|
||||
id: "q2", title: "Habt ihr vegetarische Gerichte?", content: "Ja, wir bieten auch vegetarische Optionen an."},
|
||||
{
|
||||
id: "q3", title: "Kann man reservieren?", content: "Reservierungen sind möglich, ruft uns einfach an."},
|
||||
{ id: "q1", title: "Wo findet ihr uns?", content: "Talstraße 41, 50126 Bergheim." },
|
||||
{ id: "q2", title: "Habt ihr vegetarische Gerichte?", content: "Ja, wir bieten auch vegetarische Optionen an." },
|
||||
{ id: "q3", title: "Kann man reservieren?", content: "Reservierungen sind möglich, ruft uns einfach an." },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/order-businessman_1098-15610.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
@@ -156,8 +102,7 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "gradient-bars"}}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
text="Kontaktiert uns unter 02271 5689777 oder besucht uns in der Talstraße 41! Wir freuen uns auf euch."
|
||||
/>
|
||||
</div>
|
||||
@@ -166,26 +111,12 @@ export default function LandingPage() {
|
||||
<FooterBaseCard
|
||||
logoText="BIG BUN"
|
||||
columns={[
|
||||
{
|
||||
title: "Kontakt", items: [
|
||||
{
|
||||
label: "Talstraße 41, 50126 Bergheim", href: "#"},
|
||||
{
|
||||
label: "Tel: 02271 5689777", href: "tel:022715689777"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Öffnungszeiten", items: [
|
||||
{
|
||||
label: "Di-Sa: 16:00-22:00", href: "#"},
|
||||
{
|
||||
label: "So: 16:00-22:00", href: "#"},
|
||||
],
|
||||
},
|
||||
{ title: "Kontakt", items: [{ label: "Talstraße 41, 50126 Bergheim", href: "#" }, { label: "Tel: 02271 5689777", href: "tel:022715689777" }] },
|
||||
{ title: "Kundenbereich", items: [{ label: "Bestellverlauf", href: "#" }, { label: "Zahlungseinstellungen", href: "#" }] },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user