diff --git a/src/app/page.tsx b/src/app/page.tsx
index 6eca3cd..ee98691 100644
--- a/src/app/page.tsx
+++ b/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() {
@@ -57,69 +42,16 @@ export default function LandingPage() {
@@ -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() {