Merge version_2 into main #2

Merged
bender merged 1 commits from version_2 into main 2026-04-07 10:08:09 +00:00

View File

@@ -9,7 +9,7 @@ import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloating
import ProductCardThree from '@/components/sections/product/ProductCardThree';
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard';
import { Coffee } from "lucide-react";
import { Coffee, Phone } from "lucide-react";
export default function LandingPage() {
return (
@@ -30,42 +30,29 @@ export default function LandingPage() {
<NavbarLayoutFloatingInline
navItems={[
{
name: "Start",
id: "hero",
},
name: "Start", id: "hero"},
{
name: "Menu",
id: "menu",
},
name: "Menu", id: "menu"},
{
name: "Kontakt",
id: "contact",
},
name: "Kontakt", id: "contact"},
]}
brandName="Krótka Caffe"
button={{
text: "Zarezerwuj stolik",
href: "#contact",
}}
text: "Zarezerwuj stolik", href: "#contact"}}
/>
</div>
<div id="hero" data-section="hero">
<HeroLogoBillboard
background={{
variant: "gradient-bars",
}}
variant: "gradient-bars"}}
logoText="Krótka Caffe"
description="Najlepsze śniadania i kawa w Aleksandrowie Łódzkim. Świeżo, lokalnie i z pasją."
description="Najlepsze śniadania i kawa w Aleksandrowie Łódzkim. Telefon: +48 123 456 789. Świeżo, lokalnie i z pasją."
buttons={[
{
text: "Zadzwoń teraz",
href: "tel:+48000000000",
},
text: "Zadzwoń teraz: +48 123 456 789", href: "tel:+48123456789"},
{
text: "Zarezerwuj stolik",
href: "#contact",
},
text: "Zarezerwuj stolik", href: "#contact"},
]}
imageSrc="http://img.b2bpic.net/free-photo/cafe-interior-with-orange-sofa-three-tables-three-black-chairs_181624-8624.jpg"
imageAlt="Wnętrze kawiarni Krótka Caffe"
@@ -78,12 +65,7 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
names={[
"Google Maps",
"Facebook",
"TripAdvisor",
"Lokalni Smakosze",
"Aleksandrów Cafe Guide",
]}
"Google Maps", "Facebook", "TripAdvisor", "Lokalni Smakosze", "Aleksandrów Cafe Guide"]}
title="Polecane przez lokalnych klientów"
description="Dołącz do grona zadowolonych gości, którzy cenią jakość i klimat."
/>
@@ -97,41 +79,17 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
id: "1",
name: "English Breakfast",
price: "35 zł",
imageSrc: "http://img.b2bpic.net/free-photo/delicious-egg-meal-pan_23-2148814507.jpg?_wi=1",
},
id: "1", name: "English Breakfast", price: "35 zł", imageSrc: "http://img.b2bpic.net/free-photo/delicious-egg-meal-pan_23-2148814507.jpg?_wi=1"},
{
id: "2",
name: "Pancakes z owocami",
price: "28 zł",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-father-s-day-dessert-with-pancakes_23-2148548467.jpg",
},
id: "2", name: "Pancakes z owocami", price: "28 zł", imageSrc: "http://img.b2bpic.net/free-photo/top-view-father-s-day-dessert-with-pancakes_23-2148548467.jpg"},
{
id: "3",
name: "Eggs Benedict",
price: "32 zł",
imageSrc: "http://img.b2bpic.net/free-photo/benedict-eggs_74190-3897.jpg?_wi=1",
},
id: "3", name: "Eggs Benedict", price: "32 zł", imageSrc: "http://img.b2bpic.net/free-photo/benedict-eggs_74190-3897.jpg?_wi=1"},
{
id: "4",
name: "Cappuccino",
price: "15 zł",
imageSrc: "http://img.b2bpic.net/free-photo/coffee-cup-latte-art_1150-12808.jpg",
},
id: "4", name: "Cappuccino", price: "15 zł", imageSrc: "http://img.b2bpic.net/free-photo/coffee-cup-latte-art_1150-12808.jpg"},
{
id: "5",
name: "Omlet z warzywami",
price: "25 zł",
imageSrc: "http://img.b2bpic.net/free-photo/delicious-egg-meal-pan_23-2148814507.jpg?_wi=2",
},
id: "5", name: "Omlet z warzywami", price: "25 zł", imageSrc: "http://img.b2bpic.net/free-photo/delicious-egg-meal-pan_23-2148814507.jpg?_wi=2"},
{
id: "6",
name: "Toast z awokado",
price: "29 zł",
imageSrc: "http://img.b2bpic.net/free-photo/benedict-eggs_74190-3897.jpg?_wi=2",
},
id: "6", name: "Toast z awokado", price: "29 zł", imageSrc: "http://img.b2bpic.net/free-photo/benedict-eggs_74190-3897.jpg?_wi=2"},
]}
title="Nasze popularne dania"
description="Sprawdź co najchętniej wybierają nasi goście."
@@ -155,20 +113,15 @@ export default function LandingPage() {
<ContactCTA
useInvertedBackground={false}
background={{
variant: "plain",
}}
variant: "plain"}}
tag="Zarezerwuj stolik"
title="Czekamy na Ciebie!"
description="Zadzwoń do nas lub wypełnij formularz, aby zarezerwować stolik lub zapytać o catering."
description="Zadzwoń do nas pod numer +48 123 456 789 lub wypełnij formularz, aby zarezerwować stolik."
buttons={[
{
text: "Zadzwoń teraz",
href: "tel:+48000000000",
},
text: "Zadzwoń: +48 123 456 789", href: "tel:+48123456789"},
{
text: "Wyślij wiadomość",
href: "#",
},
text: "Wyślij wiadomość", href: "#"},
]}
/>
</div>
@@ -177,46 +130,29 @@ export default function LandingPage() {
<FooterBase
columns={[
{
title: "Menu",
items: [
title: "Menu", items: [
{
label: "Śniadania",
href: "#menu",
},
label: "Śniadania", href: "#menu"},
{
label: "Kawy",
href: "#menu",
},
label: "Kawy", href: "#menu"},
{
label: "Catering",
href: "#",
},
label: "Catering", href: "#"},
],
},
{
title: "Kontakt",
items: [
title: "Kontakt", items: [
{
label: "Zadzwoń",
href: "tel:+48000000000",
},
label: "+48 123 456 789", href: "tel:+48123456789"},
{
label: "Rezerwacja",
href: "#contact",
},
label: "Rezerwacja", href: "#contact"},
],
},
{
title: "Lokalizacja",
items: [
title: "Lokalizacja", items: [
{
label: "Aleksandrów Łódzki",
href: "#",
},
label: "Aleksandrów Łódzki", href: "#"},
{
label: "Otwarte: 8-20",
href: "#",
},
label: "Otwarte: 8-20", href: "#"},
],
},
]}
@@ -227,4 +163,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}