Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 2497e0031c | |||
| bec9099443 |
290
src/app/page.tsx
290
src/app/page.tsx
@@ -2,10 +2,10 @@
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import ContactSplit from '@/components/sections/contact/ContactSplit';
|
||||
import FaqBase from '@/components/sections/faq/FaqBase';
|
||||
import ContactCenter from '@/components/sections/contact/ContactCenter';
|
||||
import FaqDouble from '@/components/sections/faq/FaqDouble';
|
||||
import FeatureCardTwentyThree from '@/components/sections/feature/FeatureCardTwentyThree';
|
||||
import FooterSimple from '@/components/sections/footer/FooterSimple';
|
||||
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
|
||||
import HeroSplit from '@/components/sections/hero/HeroSplit';
|
||||
import MediaAbout from '@/components/sections/about/MediaAbout';
|
||||
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
||||
@@ -30,26 +30,11 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "O Nas",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "products",
|
||||
},
|
||||
{
|
||||
name: "Opinie",
|
||||
id: "testimonials",
|
||||
},
|
||||
{
|
||||
name: "Kontakt",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "O Nas", id: "about" },
|
||||
{ name: "Menu", id: "products" },
|
||||
{ name: "Opinie", id: "testimonials" },
|
||||
{ name: "Kontakt", id: "contact" },
|
||||
]}
|
||||
brandName="CHMIEL DO UWOLNIENIA"
|
||||
/>
|
||||
@@ -57,69 +42,16 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplit
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
title="Chmiel do Uwolnienia - Smak wolności w sercu Goleniowa"
|
||||
description="Zapraszamy do naszego pubu i restauracji. Odkryj najlepsze piwa rzemieślnicze oraz wyśmienite dania kuchni lokalnej w przyjaznej atmosferze."
|
||||
buttons={[
|
||||
{
|
||||
text: "Zobacz Menu",
|
||||
href: "#products",
|
||||
},
|
||||
{
|
||||
text: "Rezerwacja",
|
||||
href: "#contact",
|
||||
},
|
||||
{ text: "Zobacz Menu", href: "#products" },
|
||||
{ text: "Rezerwacja", href: "#contact" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/retro-theatre-scene-celebrate-world-theatre-day_23-2151211460.jpg"
|
||||
imageAlt="Przytulne wnętrze naszego pubu"
|
||||
mediaAnimation="blur-reveal"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/vintage-lamps-cafe_23-2147785789.jpg",
|
||||
alt: "Vintage lamps in cafe",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/blurred-restaurant-with-vintage-sofa_1203-557.jpg",
|
||||
alt: "Blurred restaurant with a vintage sofa",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/traditional-academic-library-with-reading-desks-green-lamps-bookshelves_482257-124271.jpg",
|
||||
alt: "Traditional academic library with reading desks green lamps and bookshelves",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/woman-sitting-bar-chair-with-coffee-cafe_23-2148071565.jpg",
|
||||
alt: "Woman sitting on bar chair with coffee in cafe",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/bartender-working-club_23-2150497637.jpg",
|
||||
alt: "Bartender working in a club",
|
||||
},
|
||||
]}
|
||||
avatarText="Ponad 1000 zadowolonych gości"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Craft Beer",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Lokalne Jedzenie",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Przyjazny Klimat",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Wieczory z Muzyką",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Ogródek Letni",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -139,36 +71,9 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Szeroki wybór piw",
|
||||
tags: [
|
||||
"Craft",
|
||||
"Lokalne",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/arrangement-with-tasty-american-beer_23-2148907633.jpg",
|
||||
imageAlt: "Degustacja piw",
|
||||
},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Kuchnia z charakterem",
|
||||
tags: [
|
||||
"Domowe",
|
||||
"Gourmet",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hamburger-with-french-fries-table_140725-9826.jpg",
|
||||
imageAlt: "Nasze dania",
|
||||
},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Niepowtarzalny klimat",
|
||||
tags: [
|
||||
"Chill",
|
||||
"Atmosfera",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-s-hand-pouring-drink-glasses-wooden-table_23-2147891177.jpg",
|
||||
imageAlt: "Wnętrze lokalu",
|
||||
},
|
||||
{ id: "f1", title: "Szeroki wybór piw", tags: ["Craft", "Lokalne"], imageSrc: "http://img.b2bpic.net/free-photo/arrangement-with-tasty-american-beer_23-2148907633.jpg" },
|
||||
{ id: "f2", title: "Kuchnia z charakterem", tags: ["Domowe", "Gourmet"], imageSrc: "http://img.b2bpic.net/free-photo/hamburger-with-french-fries-table_140725-9826.jpg" },
|
||||
{ id: "f3", title: "Niepowtarzalny klimat", tags: ["Chill", "Atmosfera"], imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-s-hand-pouring-drink-glasses-wooden-table_23-2147891177.jpg" },
|
||||
]}
|
||||
title="Dlaczego warto nas odwiedzić?"
|
||||
description="Zawsze stawiamy na najwyższą jakość i klimat, którego nie znajdziesz nigdzie indziej."
|
||||
@@ -182,48 +87,12 @@ export default function LandingPage() {
|
||||
gridVariant="bento-grid"
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "IPA Regionalne",
|
||||
price: "18 zł",
|
||||
variant: "Piwa",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/crop-hand-holding-mug-cold-beer_23-2147897173.jpg",
|
||||
},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Burger Wołowy",
|
||||
price: "34 zł",
|
||||
variant: "Dania główne",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/classic-burger-with-french-fries-beer_23-2148290585.jpg",
|
||||
},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Pizza Chmielna",
|
||||
price: "28 zł",
|
||||
variant: "Przekąski",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pizza-wooden-tray-with-tomatoes-chili-basil_1150-24781.jpg",
|
||||
},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Żurek staropolski",
|
||||
price: "16 zł",
|
||||
variant: "Zupy",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fried-chicken-breast-with-rice_140725-344.jpg",
|
||||
},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Sernik domowy",
|
||||
price: "14 zł",
|
||||
variant: "Desery",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-cake-with-strawberry-cream-notebook-strawberries-chocolate-bowls-plate-cake-with-chocolate-sauce-dark-surface_140725-117482.jpg",
|
||||
},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Pils kraftowy",
|
||||
price: "15 zł",
|
||||
variant: "Piwa",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/indian-bearded-tattooed-hipster-male-manufacturer-presenting-craft-beer-microbrewery_613910-13652.jpg",
|
||||
},
|
||||
{ id: "p1", name: "IPA Regionalne", price: "18 zł", variant: "Piwa", imageSrc: "http://img.b2bpic.net/free-photo/crop-hand-holding-mug-cold-beer_23-2147897173.jpg" },
|
||||
{ id: "p2", name: "Burger Wołowy", price: "34 zł", variant: "Dania główne", imageSrc: "http://img.b2bpic.net/free-photo/classic-burger-with-french-fries-beer_23-2148290585.jpg" },
|
||||
{ id: "p3", name: "Pizza Chmielna", price: "28 zł", variant: "Przekąski", imageSrc: "http://img.b2bpic.net/free-photo/pizza-wooden-tray-with-tomatoes-chili-basil_1150-24781.jpg" },
|
||||
{ id: "p4", name: "Żurek staropolski", price: "16 zł", variant: "Zupy", imageSrc: "http://img.b2bpic.net/free-photo/fried-chicken-breast-with-rice_140725-344.jpg" },
|
||||
{ id: "p5", name: "Sernik domowy", price: "14 zł", variant: "Desery", imageSrc: "http://img.b2bpic.net/free-photo/top-view-cake-with-strawberry-cream-notebook-strawberries-chocolate-bowls-plate-cake-with-chocolate-sauce-dark-surface_140725-117482.jpg" },
|
||||
{ id: "p6", name: "Pils kraftowy", price: "15 zł", variant: "Piwa", imageSrc: "http://img.b2bpic.net/free-photo/indian-bearded-tattooed-hipster-male-manufacturer-presenting-craft-beer-microbrewery_613910-13652.jpg" },
|
||||
]}
|
||||
title="Nasze Menu"
|
||||
description="Sprawdź, co dziś serwujemy dla Twojego podniebienia."
|
||||
@@ -236,46 +105,9 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Marek K.",
|
||||
handle: "@marek_g",
|
||||
testimonial: "Najlepsze miejsce w Goleniowie na szybkie piwo i konkretny obiad. Polecam!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-enjoying-with-friends-while-drinking-beer-communicating-tavern_637285-2421.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Ania S.",
|
||||
handle: "@ania_sw",
|
||||
testimonial: "Klimat nie do podrobienia. Bardzo miła obsługa i duży wybór trunków.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-with-delicious-food_23-2149250063.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Tomasz B.",
|
||||
handle: "@tom_b",
|
||||
testimonial: "Burger petarda, piwo zawsze zimne. Wpadam co weekend.",
|
||||
rating: 4,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-smiling-man-drinking-beer-summer-terrace-cafe_496169-2808.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Kasia W.",
|
||||
handle: "@kasia_w",
|
||||
testimonial: "Bardzo przyjemne miejsce, idealne na wieczorne wyjście ze znajomymi.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-women-communicating-while-drinking-beer-relaxing-tavern_637285-2440.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Piotr O.",
|
||||
handle: "@piotr_o",
|
||||
testimonial: "Wspaniały wybór kraftów, aż chce się wracać.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-enjoying-her-virtual-date_23-2149307279.jpg",
|
||||
},
|
||||
{ id: "1", name: "Marek K.", handle: "@marek_g", testimonial: "Najlepsze miejsce w Goleniowie na szybkie piwo i konkretny obiad. Polecam!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-enjoying-with-friends-while-drinking-beer-communicating-tavern_637285-2421.jpg" },
|
||||
{ id: "2", name: "Ania S.", handle: "@ania_sw", testimonial: "Klimat nie do podrobienia. Bardzo miła obsługa i duży wybór trunków.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-with-delicious-food_23-2149250063.jpg" },
|
||||
{ id: "3", name: "Tomasz B.", handle: "@tom_b", testimonial: "Burger petarda, piwo zawsze zimne. Wpadam co weekend.", rating: 4, imageSrc: "http://img.b2bpic.net/free-photo/handsome-smiling-man-drinking-beer-summer-terrace-cafe_496169-2808.jpg" },
|
||||
]}
|
||||
showRating={true}
|
||||
title="Co mówią goście?"
|
||||
@@ -284,25 +116,13 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="faq" data-section="faq">
|
||||
<FaqBase
|
||||
<FaqDouble
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "Czy można zarezerwować stolik?",
|
||||
content: "Tak, prosimy o kontakt telefoniczny z wyprzedzeniem.",
|
||||
},
|
||||
{
|
||||
id: "q2",
|
||||
title: "Czy lokal jest przyjazny dzieciom?",
|
||||
content: "Oczywiście, posiadamy miejsce dla rodzin z dziećmi.",
|
||||
},
|
||||
{
|
||||
id: "q3",
|
||||
title: "Czy akceptujecie karty płatnicze?",
|
||||
content: "Tak, płatność kartą jest u nas możliwa.",
|
||||
},
|
||||
{ id: "q1", title: "Czy można zarezerwować stolik?", content: "Tak, prosimy o kontakt telefoniczny z wyprzedzeniem." },
|
||||
{ id: "q2", title: "Czy lokal jest przyjazny dzieciom?", content: "Oczywiście, posiadamy miejsce dla rodzin z dziećmi." },
|
||||
{ id: "q3", title: "Czy akceptujecie karty płatnicze?", content: "Tak, płatność kartą jest u nas możliwa." },
|
||||
]}
|
||||
title="Często zadawane pytania"
|
||||
description="Wszystko, co warto wiedzieć przed wizytą."
|
||||
@@ -311,63 +131,27 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplit
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
<ContactCenter
|
||||
tag="Kontakt"
|
||||
title="Odwiedź nas już dziś"
|
||||
description="Nadrzeczna 8, 72-100 Goleniów. Czekamy na Ciebie!"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/woman-walks-before-street-cafe_8353-193.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
background={{ variant: "gradient-bars" }}
|
||||
useInvertedBackground={true}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterSimple
|
||||
<FooterBaseCard
|
||||
logoText="CHMIEL DO UWOLNIENIA"
|
||||
columns={[
|
||||
{
|
||||
title: "Lokalizacja",
|
||||
items: [
|
||||
{
|
||||
label: "Nadrzeczna 8, Goleniów",
|
||||
href: "#contact",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Menu",
|
||||
items: [
|
||||
{
|
||||
label: "Piwa",
|
||||
href: "#products",
|
||||
},
|
||||
{
|
||||
label: "Dania",
|
||||
href: "#products",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Social",
|
||||
items: [
|
||||
{
|
||||
label: "Facebook",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Instagram",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{ title: "Lokalizacja", items: [{ label: "Nadrzeczna 8, Goleniów", href: "#contact" }] },
|
||||
{ title: "Menu", items: [{ label: "Piwa", href: "#products" }, { label: "Dania", href: "#products" }] },
|
||||
{ title: "Social", items: [{ label: "Facebook", href: "#" }, { label: "Instagram", href: "#" }] }
|
||||
]}
|
||||
bottomLeftText="© 2024 Chmiel do Uwolnienia"
|
||||
bottomRightText="Wszystkie prawa zastrzeżone"
|
||||
copyrightText="© 2024 Chmiel do Uwolnienia. Wszystkie prawa zastrzeżone."
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -10,15 +10,15 @@
|
||||
--accent: #ffffff;
|
||||
--background-accent: #ffffff; */
|
||||
|
||||
--background: #ffffff;
|
||||
--card: #f9f9f9;
|
||||
--foreground: #000f06e6;
|
||||
--primary-cta: #0a7039;
|
||||
--background: #020617;
|
||||
--card: #0f172a;
|
||||
--foreground: #f8fafc;
|
||||
--primary-cta: #c4d8f9;
|
||||
--primary-cta-text: #ffffff;
|
||||
--secondary-cta: #f9f9f9;
|
||||
--secondary-cta: #041633;
|
||||
--secondary-cta-text: #000f06e6;
|
||||
--accent: #e2e2e2;
|
||||
--background-accent: #c4c4c4;
|
||||
--accent: #2d30f3;
|
||||
--background-accent: #1d4ed8;
|
||||
|
||||
/* text sizing - set by ThemeProvider */
|
||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||
|
||||
Reference in New Issue
Block a user