Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 7f751fed7d | |||
| 14b0a7a234 | |||
| 0d299097ac | |||
| 35fc09d743 | |||
| 35de68e856 | |||
| 8560966db0 | |||
| e762c82ee1 |
@@ -67,18 +67,8 @@ export default function LandingPage() {
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoEmphasis
|
||||
columns={[
|
||||
{
|
||||
items: [
|
||||
{ label: "Startseite", href: "/" },
|
||||
{ label: "Menü", href: "/menu" },
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{ label: "Impressum", href: "#" },
|
||||
{ label: "Datenschutz", href: "#" },
|
||||
],
|
||||
},
|
||||
{ items: [{ label: "Startseite", href: "/" }, { label: "Menü", href: "/menu" }] },
|
||||
{ items: [{ label: "Impressum", href: "#" }, { label: "Datenschutz", href: "#" }] },
|
||||
]}
|
||||
logoText="Konya Grill"
|
||||
/>
|
||||
@@ -86,4 +76,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -25,22 +25,10 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "/",
|
||||
},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "/menu",
|
||||
},
|
||||
{
|
||||
name: "Über uns",
|
||||
id: "/about",
|
||||
},
|
||||
{
|
||||
name: "Kontakt",
|
||||
id: "/contact",
|
||||
},
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "Menu", id: "/menu" },
|
||||
{ name: "Über uns", id: "/about" },
|
||||
{ name: "Kontakt", id: "/contact" },
|
||||
]}
|
||||
brandName="Konya Grill"
|
||||
/>
|
||||
@@ -50,21 +38,9 @@ export default function LandingPage() {
|
||||
<FaqSplitText
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "Öffnungszeiten",
|
||||
content: "Mo-So: 11:00 - 23:00 Uhr",
|
||||
},
|
||||
{
|
||||
id: "q2",
|
||||
title: "Adresse",
|
||||
content: "Herderstraße 9, 44147 Dortmund",
|
||||
},
|
||||
{
|
||||
id: "q3",
|
||||
title: "Telefon",
|
||||
content: "0231 823770",
|
||||
},
|
||||
{ id: "q1", title: "Öffnungszeiten", content: "Mo-So: 11:00 - 23:00 Uhr" },
|
||||
{ id: "q2", title: "Adresse", content: "Herderstraße 9, 44147 Dortmund" },
|
||||
{ id: "q3", title: "Telefon", content: "0231 823770" },
|
||||
]}
|
||||
sideTitle="Öffnungszeiten & Kontakt"
|
||||
faqsAnimation="blur-reveal"
|
||||
@@ -77,21 +53,10 @@ export default function LandingPage() {
|
||||
title="Schreib uns eine Nachricht"
|
||||
description="Wir freuen uns auf dein Feedback."
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Dein Name",
|
||||
},
|
||||
{
|
||||
name: "email",
|
||||
type: "email",
|
||||
placeholder: "Deine E-Mail",
|
||||
},
|
||||
{ name: "name", type: "text", placeholder: "Dein Name" },
|
||||
{ name: "email", type: "email", placeholder: "Deine E-Mail" },
|
||||
]}
|
||||
textarea={{
|
||||
name: "message",
|
||||
placeholder: "Deine Nachricht",
|
||||
}}
|
||||
textarea={{ name: "message", placeholder: "Deine Nachricht" }}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/caucasian-food-sac-ici-with-mixed-ingredients_114579-2459.jpg?_wi=2"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
@@ -100,30 +65,8 @@ export default function LandingPage() {
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoEmphasis
|
||||
columns={[
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Startseite",
|
||||
href: "/",
|
||||
},
|
||||
{
|
||||
label: "Menü",
|
||||
href: "/menu",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Impressum",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Datenschutz",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{ items: [{ label: "Startseite", href: "/" }, { label: "Menü", href: "/menu" }] },
|
||||
{ items: [{ label: "Impressum", href: "#" }, { label: "Datenschutz", href: "#" }] },
|
||||
]}
|
||||
logoText="Konya Grill"
|
||||
/>
|
||||
@@ -131,4 +74,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -25,22 +25,10 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "/",
|
||||
},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "/menu",
|
||||
},
|
||||
{
|
||||
name: "Über uns",
|
||||
id: "/about",
|
||||
},
|
||||
{
|
||||
name: "Kontakt",
|
||||
id: "/contact",
|
||||
},
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "Menu", id: "/menu" },
|
||||
{ name: "Über uns", id: "/about" },
|
||||
{ name: "Kontakt", id: "/contact" },
|
||||
]}
|
||||
brandName="Konya Grill"
|
||||
/>
|
||||
@@ -53,30 +41,10 @@ export default function LandingPage() {
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "m1",
|
||||
name: "Döner Kebab",
|
||||
price: "6,50 €",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/plov-ustu-doner-table_140725-9249.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
name: "Dürüm",
|
||||
price: "7,00 €",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beef-burrito-with-tomato-cucumber-lettuce-jalapeno-served-with-fries-sauces-vertical_141793-1862.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
name: "Pommes Mayonnaise",
|
||||
price: "3,50 €",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/arrangement-delicious-potato-fries-with-white-dressing_23-2148501598.jpg",
|
||||
},
|
||||
{
|
||||
id: "m4",
|
||||
name: "Grillfleisch Teller",
|
||||
price: "9,50 €",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/caucasian-food-sac-ici-with-mixed-ingredients_114579-2459.jpg?_wi=1",
|
||||
},
|
||||
{ id: "m1", name: "Döner Kebab", price: "6,50 €", imageSrc: "http://img.b2bpic.net/free-photo/plov-ustu-doner-table_140725-9249.jpg?_wi=2" },
|
||||
{ id: "m2", name: "Dürüm", price: "7,00 €", imageSrc: "http://img.b2bpic.net/free-photo/beef-burrito-with-tomato-cucumber-lettuce-jalapeno-served-with-fries-sauces-vertical_141793-1862.jpg?_wi=2" },
|
||||
{ id: "m3", name: "Pommes Mayonnaise", price: "3,50 €", imageSrc: "http://img.b2bpic.net/free-photo/arrangement-delicious-potato-fries-with-white-dressing_23-2148501598.jpg" },
|
||||
{ id: "m4", name: "Grillfleisch Teller", price: "9,50 €", imageSrc: "http://img.b2bpic.net/free-photo/caucasian-food-sac-ici-with-mixed-ingredients_114579-2459.jpg?_wi=1" },
|
||||
]}
|
||||
title="Unser Menü"
|
||||
description="Entdecke unsere frisch gegrillten Spezialitäten."
|
||||
@@ -92,36 +60,12 @@ export default function LandingPage() {
|
||||
description="Wähle das perfekte Menü für dich."
|
||||
plans={[
|
||||
{
|
||||
id: "s1",
|
||||
price: "9,90 €",
|
||||
name: "Döner Menü",
|
||||
features: [
|
||||
"Döner",
|
||||
"Pommes",
|
||||
"Getränk",
|
||||
],
|
||||
buttons: [
|
||||
{
|
||||
text: "Wählen",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
id: "s1", price: "9,90 €", name: "Döner Menü", features: ["Döner", "Pommes", "Getränk"],
|
||||
buttons: [{ text: "Wählen", href: "#" }],
|
||||
},
|
||||
{
|
||||
id: "s2",
|
||||
price: "11,90 €",
|
||||
name: "Grill Menü",
|
||||
features: [
|
||||
"Grillteller",
|
||||
"Salat",
|
||||
"Brot",
|
||||
],
|
||||
buttons: [
|
||||
{
|
||||
text: "Wählen",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
id: "s2", price: "11,90 €", name: "Grill Menü", features: ["Grillteller", "Salat", "Brot"],
|
||||
buttons: [{ text: "Wählen", href: "#" }],
|
||||
},
|
||||
]}
|
||||
/>
|
||||
@@ -130,30 +74,8 @@ export default function LandingPage() {
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoEmphasis
|
||||
columns={[
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Startseite",
|
||||
href: "/",
|
||||
},
|
||||
{
|
||||
label: "Menü",
|
||||
href: "/menu",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Impressum",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Datenschutz",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{ items: [{ label: "Startseite", href: "/" }, { label: "Menü", href: "/menu" }] },
|
||||
{ items: [{ label: "Impressum", href: "#" }, { label: "Datenschutz", href: "#" }] },
|
||||
]}
|
||||
logoText="Konya Grill"
|
||||
/>
|
||||
@@ -161,4 +83,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
193
src/app/page.tsx
193
src/app/page.tsx
@@ -28,22 +28,10 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "/",
|
||||
},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "/menu",
|
||||
},
|
||||
{
|
||||
name: "Über uns",
|
||||
id: "/about",
|
||||
},
|
||||
{
|
||||
name: "Kontakt",
|
||||
id: "/contact",
|
||||
},
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "Menu", id: "/menu" },
|
||||
{ name: "Über uns", id: "/about" },
|
||||
{ name: "Kontakt", id: "/contact" },
|
||||
]}
|
||||
brandName="Konya Grill"
|
||||
/>
|
||||
@@ -51,82 +39,35 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitKpi
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
title="Konya Grill – Frischer Döner in Dortmund"
|
||||
description="Authentischer Geschmack, frische Zutaten und erstklassiger Grill-Genuss im Herzen von Dortmund."
|
||||
kpis={[
|
||||
{
|
||||
value: "1000+",
|
||||
label: "Bewertungen",
|
||||
},
|
||||
{
|
||||
value: "4.7",
|
||||
label: "Sterne-Rating",
|
||||
},
|
||||
{
|
||||
value: "€",
|
||||
label: "Preisniveau",
|
||||
},
|
||||
{ value: "1000+", label: "Bewertungen" },
|
||||
{ value: "4.7", label: "Sterne-Rating" },
|
||||
{ value: "€", label: "Preisniveau" },
|
||||
]}
|
||||
enableKpiAnimation={true}
|
||||
buttons={[
|
||||
{
|
||||
text: "Jetzt anrufen",
|
||||
href: "tel:0231823770",
|
||||
},
|
||||
{
|
||||
text: "Route starten",
|
||||
href: "https://maps.app.goo.gl/",
|
||||
},
|
||||
{ text: "Jetzt anrufen", href: "tel:0231823770" },
|
||||
{ text: "Route starten", href: "https://maps.app.goo.gl/" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/side-view-stuffed-vegetables-with-meat-cream-sauce-white-plate_141793-3844.jpg?_wi=1"
|
||||
mediaAnimation="slide-up"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/happy-beautiful-blonde-woman-wearing-white-shirt-standing-co-working-space-leaning-desk_74855-15151.jpg",
|
||||
alt: "Kunde 1",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-cute-cheerful-africanamerican-girl-showing-thumbsup-support-like-agree-with-y_1258-138554.jpg",
|
||||
alt: "Kunde 2",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/beautiful-african-american-woman-cafe_273609-5064.jpg",
|
||||
alt: "Kunde 3",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/restaurant-chilling-out-classy-lifestyle-reserved-concept_53876-46898.jpg",
|
||||
alt: "Kunde 4",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/happy-beautiful-blonde-woman-wearing-white-shirt-standing-co-working-space-leaning-desk_74855-15151.jpg",
|
||||
alt: "Kunde 5",
|
||||
},
|
||||
{ src: "http://img.b2bpic.net/free-photo/happy-beautiful-blonde-woman-wearing-white-shirt-standing-co-working-space-leaning-desk_74855-15151.jpg", alt: "Kunde 1" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/portrait-cute-cheerful-africanamerican-girl-showing-thumbsup-support-like-agree-with-y_1258-138554.jpg", alt: "Kunde 2" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/beautiful-african-american-woman-cafe_273609-5064.jpg", alt: "Kunde 3" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/restaurant-chilling-out-classy-lifestyle-reserved-concept_53876-46898.jpg", alt: "Kunde 4" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/happy-beautiful-blonde-woman-wearing-white-shirt-standing-co-working-space-leaning-desk_74855-15151.jpg", alt: "Kunde 5" },
|
||||
]}
|
||||
avatarText="Über 1000 zufriedene Gäste"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "100% Halal",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Frisch vom Spieß",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Hausgemachte Saucen",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Seit 2005",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Dortmunder Tradition",
|
||||
},
|
||||
{ type: "text", text: "100% Halal" },
|
||||
{ type: "text", text: "Frisch vom Spieß" },
|
||||
{ type: "text", text: "Hausgemachte Saucen" },
|
||||
{ type: "text", text: "Seit 2005" },
|
||||
{ type: "text", text: "Dortmunder Tradition" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -138,26 +79,11 @@ export default function LandingPage() {
|
||||
rating={5}
|
||||
author="Max Mustermann"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/happy-beautiful-blonde-woman-wearing-white-shirt-standing-co-working-space-leaning-desk_74855-15151.jpg",
|
||||
alt: "Customer",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-cute-cheerful-africanamerican-girl-showing-thumbsup-support-like-agree-with-y_1258-138554.jpg",
|
||||
alt: "Customer",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/beautiful-african-american-woman-cafe_273609-5064.jpg",
|
||||
alt: "Customer",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/restaurant-chilling-out-classy-lifestyle-reserved-concept_53876-46898.jpg",
|
||||
alt: "Customer",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-cute-cheerful-africanamerican-girl-showing-thumbsup-support-like-agree-with-y_1258-138554.jpg",
|
||||
alt: "Customer",
|
||||
},
|
||||
{ src: "http://img.b2bpic.net/free-photo/happy-beautiful-blonde-woman-wearing-white-shirt-standing-co-working-space-leaning-desk_74855-15151.jpg", alt: "Customer" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/portrait-cute-cheerful-africanamerican-girl-showing-thumbsup-support-like-agree-with-y_1258-138554.jpg", alt: "Customer" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/beautiful-african-american-woman-cafe_273609-5064.jpg", alt: "Customer" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/restaurant-chilling-out-classy-lifestyle-reserved-concept_53876-46898.jpg", alt: "Customer" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/portrait-cute-cheerful-africanamerican-girl-showing-thumbsup-support-like-agree-with-y_1258-138554.jpg", alt: "Customer" },
|
||||
]}
|
||||
ratingAnimation="slide-up"
|
||||
avatarsAnimation="slide-up"
|
||||
@@ -173,20 +99,8 @@ export default function LandingPage() {
|
||||
title="Unsere Favoriten"
|
||||
description="Beliebte Gerichte bei unseren Gästen."
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Gemüse Döner",
|
||||
price: "5,50 €",
|
||||
variant: "Veggie",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/plov-ustu-doner-table_140725-9249.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Lahmacun",
|
||||
price: "4,50 €",
|
||||
variant: "Klassiker",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beef-burrito-with-tomato-cucumber-lettuce-jalapeno-served-with-fries-sauces-vertical_141793-1862.jpg?_wi=1",
|
||||
},
|
||||
{ id: "p1", name: "Gemüse Döner", price: "5,50 €", variant: "Veggie", imageSrc: "http://img.b2bpic.net/free-photo/plov-ustu-doner-table_140725-9249.jpg?_wi=1" },
|
||||
{ id: "p2", name: "Lahmacun", price: "4,50 €", variant: "Klassiker", imageSrc: "http://img.b2bpic.net/free-photo/beef-burrito-with-tomato-cucumber-lettuce-jalapeno-served-with-fries-sauces-vertical_141793-1862.jpg?_wi=1" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -198,12 +112,7 @@ export default function LandingPage() {
|
||||
title="Was die Presse sagt"
|
||||
description="Konya Grill in den Medien."
|
||||
names={[
|
||||
"Dortmund Gazette",
|
||||
"Street Food Guide",
|
||||
"Ruhrgebiet News",
|
||||
"Stadtmagazin DO",
|
||||
"Döner Experten",
|
||||
]}
|
||||
"Dortmund Gazette", "Street Food Guide", "Ruhrgebiet News", "Stadtmagazin DO", "Döner Experten"]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -213,21 +122,9 @@ export default function LandingPage() {
|
||||
title="Erfolge"
|
||||
tag="Auszeichnungen"
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "15",
|
||||
description: "Jahre Erfahrung",
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "500k+",
|
||||
description: "Servierte Gerichte",
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "24/7",
|
||||
description: "Leidenschaft",
|
||||
},
|
||||
{ id: "m1", value: "15", description: "Jahre Erfahrung" },
|
||||
{ id: "m2", value: "500k+", description: "Servierte Gerichte" },
|
||||
{ id: "m3", value: "24/7", description: "Leidenschaft" },
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -236,30 +133,8 @@ export default function LandingPage() {
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoEmphasis
|
||||
columns={[
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Startseite",
|
||||
href: "/",
|
||||
},
|
||||
{
|
||||
label: "Menü",
|
||||
href: "/menu",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Impressum",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Datenschutz",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{ items: [{ label: "Startseite", href: "/" }, { label: "Menü", href: "/menu" }] },
|
||||
{ items: [{ label: "Impressum", href: "#" }, { label: "Datenschutz", href: "#" }] },
|
||||
]}
|
||||
logoText="Konya Grill"
|
||||
/>
|
||||
@@ -267,4 +142,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user