Merge version_1 into main #2
259
src/app/page.tsx
259
src/app/page.tsx
@@ -31,26 +31,11 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Menu",
|
||||
id: "#menu",
|
||||
},
|
||||
{
|
||||
name: "O Nas",
|
||||
id: "#about",
|
||||
},
|
||||
{
|
||||
name: "Przyjęcia",
|
||||
id: "#events",
|
||||
},
|
||||
{
|
||||
name: "Opinie",
|
||||
id: "#testimonials",
|
||||
},
|
||||
{
|
||||
name: "Kontakt",
|
||||
id: "#contact",
|
||||
},
|
||||
{ name: "Menu", id: "#menu" },
|
||||
{ name: "O Nas", id: "#about" },
|
||||
{ name: "Przyjęcia", id: "#events" },
|
||||
{ name: "Opinie", id: "#testimonials" },
|
||||
{ name: "Kontakt", id: "#contact" },
|
||||
]}
|
||||
brandName="DESKA"
|
||||
/>
|
||||
@@ -58,43 +43,17 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDualMedia
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
title="RESTAURACJA DESKA"
|
||||
description="Śniadania, lunche, kolacje i przyjęcia w sercu Gorzowa Wielkopolskiego. Poczuj naszą gościnność."
|
||||
tag="GORZÓW WIELKOPOLSKI · RESTAURACJA"
|
||||
buttons={[
|
||||
{
|
||||
text: "Zarezerwuj stolik",
|
||||
href: "#contact",
|
||||
},
|
||||
{
|
||||
text: "Zobacz menu",
|
||||
href: "#menu",
|
||||
},
|
||||
{ text: "Zarezerwuj stolik", href: "#contact" },
|
||||
{ text: "Zobacz menu", href: "#menu" },
|
||||
]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fresh-healthy-food-snack-lunch-ideas-homemade-bread-with-cheese-avocado_8353-8785.jpg?_wi=1",
|
||||
imageAlt: "Wyśmienite danie na drewnianej desce",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fresh-healthy-food-snack-lunch-ideas-homemade-bread-with-cheese-avocado_8353-8785.jpg?_wi=2",
|
||||
imageAlt: "Przytulny wystrój naszej restauracji",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fresh-healthy-food-snack-lunch-ideas-homemade-bread-with-cheese-avocado_8353-8785.jpg?_wi=3",
|
||||
imageAlt: "Szeroki wybór win i napojów",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fresh-healthy-food-snack-lunch-ideas-homemade-bread-with-cheese-avocado_8353-8785.jpg?_wi=4",
|
||||
imageAlt: "Nasza słynna deska serów",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fresh-healthy-food-snack-lunch-ideas-homemade-bread-with-cheese-avocado_8353-8785.jpg?_wi=5",
|
||||
imageAlt: "Śniadanie serwowane z pasją",
|
||||
},
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/fresh-healthy-food-snack-lunch-ideas-homemade-bread-with-cheese-avocado_8353-8785.jpg", imageAlt: "Wyśmienite danie" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/fresh-healthy-food-snack-lunch-ideas-homemade-bread-with-cheese-avocado_8353-8785.jpg", imageAlt: "Przytulny wystrój" }
|
||||
]}
|
||||
mediaAnimation="blur-reveal"
|
||||
rating={4.5}
|
||||
@@ -108,21 +67,9 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
icon: Flame,
|
||||
title: "Obfitość smaku",
|
||||
description: "Porcje, które zaskakują. Gotujemy z pasją i uczciwością.",
|
||||
},
|
||||
{
|
||||
icon: User,
|
||||
title: "Obsługa z duszą",
|
||||
description: "Jesteśmy tu dla Ciebie, by każda chwila była wyjątkowa.",
|
||||
},
|
||||
{
|
||||
icon: Leaf,
|
||||
title: "Sezonowa świeżość",
|
||||
description: "Menu oparte na świeżych produktach, bez kompromisów.",
|
||||
},
|
||||
{ icon: Flame, title: "Obfitość smaku", description: "Porcje, które zaskakują. Gotujemy z pasją i uczciwością." },
|
||||
{ icon: User, title: "Obsługa z duszą", description: "Jesteśmy tu dla Ciebie, by każda chwila była wyjątkowa." },
|
||||
{ icon: Leaf, title: "Sezonowa świeżość", description: "Menu oparte na świeżych produktach, bez kompromisów." },
|
||||
]}
|
||||
title="DLACZEGO DESKA?"
|
||||
description="Miejsce tworzone z pasją, sercem i dbałością o każdy smak."
|
||||
@@ -131,64 +78,14 @@ export default function LandingPage() {
|
||||
|
||||
<div id="menu" data-section="menu">
|
||||
<ProductCardTwo
|
||||
animationType="blur-reveal"
|
||||
textboxLayout="split"
|
||||
gridVariant="two-columns-alternating-heights"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
brand: "Śniadania",
|
||||
name: "Jajecznica z boczkiem",
|
||||
price: "28 zł",
|
||||
rating: 5,
|
||||
reviewCount: "12",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fresh-healthy-food-snack-lunch-ideas-homemade-bread-with-cheese-avocado_8353-8785.jpg?_wi=6",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
brand: "Lunche",
|
||||
name: "Domowy Makaron",
|
||||
price: "35 zł",
|
||||
rating: 5,
|
||||
reviewCount: "8",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fresh-healthy-food-snack-lunch-ideas-homemade-bread-with-cheese-avocado_8353-8785.jpg?_wi=7",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
brand: "Kolacje",
|
||||
name: "Deska serów",
|
||||
price: "45 zł",
|
||||
rating: 5,
|
||||
reviewCount: "15",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fresh-healthy-food-snack-lunch-ideas-homemade-bread-with-cheese-avocado_8353-8785.jpg?_wi=8",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
brand: "Przyjęcia",
|
||||
name: "Catering",
|
||||
price: "od 60 zł",
|
||||
rating: 5,
|
||||
reviewCount: "20",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fresh-healthy-food-snack-lunch-ideas-homemade-bread-with-cheese-avocado_8353-8785.jpg?_wi=9",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
brand: "Desery",
|
||||
name: "Domowe ciasto",
|
||||
price: "18 zł",
|
||||
rating: 5,
|
||||
reviewCount: "10",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fresh-healthy-food-snack-lunch-ideas-homemade-bread-with-cheese-avocado_8353-8785.jpg?_wi=10",
|
||||
},
|
||||
{
|
||||
id: "6",
|
||||
brand: "Napoje",
|
||||
name: "Wina selekcjonowane",
|
||||
price: "22 zł",
|
||||
rating: 5,
|
||||
reviewCount: "5",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fresh-healthy-food-snack-lunch-ideas-homemade-bread-with-cheese-avocado_8353-8785.jpg?_wi=11",
|
||||
},
|
||||
{ id: "1", brand: "Śniadania", name: "Jajecznica z boczkiem", price: "28 zł", rating: 5, reviewCount: "12", imageSrc: "http://img.b2bpic.net/free-photo/fresh-healthy-food-snack-lunch-ideas-homemade-bread-with-cheese-avocado_8353-8785.jpg" },
|
||||
{ id: "2", brand: "Lunche", name: "Domowy Makaron", price: "35 zł", rating: 5, reviewCount: "8", imageSrc: "http://img.b2bpic.net/free-photo/fresh-healthy-food-snack-lunch-ideas-homemade-bread-with-cheese-avocado_8353-8785.jpg" },
|
||||
{ id: "3", brand: "Kolacje", name: "Deska serów", price: "45 zł", rating: 5, reviewCount: "15", imageSrc: "http://img.b2bpic.net/free-photo/fresh-healthy-food-snack-lunch-ideas-homemade-bread-with-cheese-avocado_8353-8785.jpg" }
|
||||
]}
|
||||
title="NASZE MENU"
|
||||
description="Smaki, które wracają w najlepszym wydaniu."
|
||||
@@ -202,53 +99,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
plans={[
|
||||
{
|
||||
id: "wedding",
|
||||
tag: "Kameralne",
|
||||
price: "Indywidualnie",
|
||||
period: "wesele",
|
||||
description: "Intymne przyjęcie w gronie najbliższych.",
|
||||
button: {
|
||||
text: "Zapytaj o termin",
|
||||
},
|
||||
featuresTitle: "Co oferujemy:",
|
||||
features: [
|
||||
"Sala na 30 osób",
|
||||
"Indywidualne menu",
|
||||
"Profesjonalna obsługa",
|
||||
],
|
||||
id: "wedding", tag: "Kameralne", price: "Indywidualnie", period: "wesele", description: "Intymne przyjęcie w gronie najbliższych.", button: { text: "Zapytaj o termin" },
|
||||
featuresTitle: "Co oferujemy:", features: ["Sala na 30 osób", "Indywidualne menu", "Profesjonalna obsługa"]
|
||||
},
|
||||
{
|
||||
id: "birthday",
|
||||
tag: "Urodziny",
|
||||
price: "Indywidualnie",
|
||||
period: "jubileusz",
|
||||
description: "Świętuj wyjątkowo z bliskimi.",
|
||||
button: {
|
||||
text: "Zapytaj o termin",
|
||||
},
|
||||
featuresTitle: "Co oferujemy:",
|
||||
features: [
|
||||
"Dekoracje stołu",
|
||||
"Specjalne menu",
|
||||
"Tort na życzenie",
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "corporate",
|
||||
tag: "Firmowe",
|
||||
price: "Indywidualnie",
|
||||
period: "spotkanie",
|
||||
description: "Idealne na integrację zespołu.",
|
||||
button: {
|
||||
text: "Zapytaj o termin",
|
||||
},
|
||||
featuresTitle: "Co oferujemy:",
|
||||
features: [
|
||||
"Catering",
|
||||
"Szybka obsługa",
|
||||
"Elastyczna przestrzeń",
|
||||
],
|
||||
},
|
||||
id: "birthday", tag: "Urodziny", price: "Indywidualnie", period: "jubileusz", description: "Świętuj wyjątkowo z bliskimi.", button: { text: "Zapytaj o termin" },
|
||||
featuresTitle: "Co oferujemy:", features: ["Dekoracje stołu", "Specjalne menu", "Tort na życzenie"]
|
||||
}
|
||||
]}
|
||||
title="PRZYJĘCIA OKOLICZNOŚCIOWE"
|
||||
description="Zorganizujemy Twój wyjątkowy dzień — od chrztów po spotkania firmowe."
|
||||
@@ -260,46 +117,8 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Piotr z Pola",
|
||||
quote: "Byliśmy tu pierwszy raz, ale nie żałujemy. Obsługa przesympatyczna!",
|
||||
name: "Piotr",
|
||||
role: "Stały Gość",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fresh-healthy-food-snack-lunch-ideas-homemade-bread-with-cheese-avocado_8353-8785.jpg?_wi=12",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "Julia Dworak",
|
||||
quote: "Jedzenia na talerzu bardzo dużo. Super klimat.",
|
||||
name: "Julia",
|
||||
role: "Gość",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fresh-healthy-food-snack-lunch-ideas-homemade-bread-with-cheese-avocado_8353-8785.jpg?_wi=13",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
title: "Marcin Blady",
|
||||
quote: "Jeśli jesteś mieszkańcem Gorzowa, musisz tutaj zajechać.",
|
||||
name: "Marcin",
|
||||
role: "Lokalny Klient",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fresh-healthy-food-snack-lunch-ideas-homemade-bread-with-cheese-avocado_8353-8785.jpg?_wi=14",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
title: "Anonim",
|
||||
quote: "Idealne miejsce na rodzinne spotkanie. Profesjonalizm.",
|
||||
name: "Gość",
|
||||
role: "Rodzina",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fresh-healthy-food-snack-lunch-ideas-homemade-bread-with-cheese-avocado_8353-8785.jpg?_wi=15",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
title: "Katarzyna",
|
||||
quote: "Organizowaliśmy tu urodziny. Pełen profesjonalizm.",
|
||||
name: "Katarzyna",
|
||||
role: "Klient",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fresh-healthy-food-snack-lunch-ideas-homemade-bread-with-cheese-avocado_8353-8785.jpg?_wi=16",
|
||||
},
|
||||
{ id: "1", title: "Piotr", quote: "Byliśmy tu pierwszy raz, ale nie żałujemy.", name: "Piotr", role: "Stały Gość", imageSrc: "http://img.b2bpic.net/free-photo/fresh-healthy-food-snack-lunch-ideas-homemade-bread-with-cheese-avocado_8353-8785.jpg" },
|
||||
{ id: "2", title: "Julia", quote: "Jedzenia na talerzu bardzo dużo.", name: "Julia", role: "Gość", imageSrc: "http://img.b2bpic.net/free-photo/fresh-healthy-food-snack-lunch-ideas-homemade-bread-with-cheese-avocado_8353-8785.jpg" }
|
||||
]}
|
||||
title="OPINIE GOŚCI"
|
||||
description="Co mówią o nas nasi zadowoleni klienci."
|
||||
@@ -311,8 +130,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
title="MIEJSCE Z DUSZĄ"
|
||||
description={[
|
||||
"Restauracja Deska stworzona z pasją. Świeże, sezonowe składniki, uczciwa kuchnia i serdeczna obsługa.",
|
||||
"Miejsce przyjazne rodzinom i społeczności LGBTQ+.",
|
||||
"Restauracja Deska stworzona z pasją. Świeże, sezonowe składniki, uczciwa kuchnia i serdeczna obsługa.", "Miejsce przyjazne rodzinom i społeczności LGBTQ+."
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -323,21 +141,10 @@ export default function LandingPage() {
|
||||
title="ZADZWOŃ LUB NAPISZ"
|
||||
description="Jesteśmy tu dla Ciebie. Ul. Obrońców Pokoju 82/82A, Gorzów Wlkp."
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Imię",
|
||||
},
|
||||
{
|
||||
name: "phone",
|
||||
type: "tel",
|
||||
placeholder: "Telefon",
|
||||
},
|
||||
{ name: "name", type: "text", placeholder: "Imię" },
|
||||
{ name: "phone", type: "tel", placeholder: "Telefon" }
|
||||
]}
|
||||
textarea={{
|
||||
name: "message",
|
||||
placeholder: "Twoja wiadomość",
|
||||
}}
|
||||
textarea={{ name: "message", placeholder: "Twoja wiadomość" }}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/location-navigation-destination-journey-position-concept_53876-124302.jpg"
|
||||
/>
|
||||
</div>
|
||||
@@ -345,14 +152,8 @@ export default function LandingPage() {
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoReveal
|
||||
logoText="DESKA"
|
||||
leftLink={{
|
||||
text: "Regulamin",
|
||||
href: "#",
|
||||
}}
|
||||
rightLink={{
|
||||
text: "Polityka Prywatności",
|
||||
href: "#",
|
||||
}}
|
||||
leftLink={{ text: "Regulamin", href: "#" }}
|
||||
rightLink={{ text: "Polityka Prywatności", href: "#" }}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
Reference in New Issue
Block a user