Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #2.
This commit is contained in:
2026-04-09 15:07:52 +00:00

View File

@@ -29,22 +29,10 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarStyleCentered
navItems={[
{
name: "Home",
id: "hero",
},
{
name: "About",
id: "about",
},
{
name: "Menu",
id: "menu",
},
{
name: "Contact",
id: "contact",
},
{ name: "Home", id: "hero" },
{ name: "About", id: "about" },
{ name: "Menu", id: "menu" },
{ name: "Contact", id: "contact" },
]}
brandName="Ostrów Brew"
/>
@@ -52,33 +40,15 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroSplitDualMedia
background={{
variant: "radial-gradient",
}}
background={{ variant: "radial-gradient" }}
title="A Symphony of Artisanal Coffee"
description="Experience the pinnacle of luxury coffee in the heart of Ostrów Wielkopolski. Hand-roasted beans, masterfully prepared."
tag="Coffee Excellence"
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/portrait-pretty-young-woman-sitting_171337-17103.jpg",
imageAlt: "Coffee shop interior",
},
imageSrc: "http://img.b2bpic.net/free-photo/portrait-pretty-young-woman-sitting_171337-17103.jpg", imageAlt: "Coffee shop interior"},
{
imageSrc: "http://img.b2bpic.net/free-photo/close-up-hands-holding-coffee-cup_23-2148865570.jpg",
imageAlt: "Barista preparation",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/close-up-cup-coffee-latte-with-kettle_23-2148337137.jpg?_wi=1",
imageAlt: "Artisan latte art",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/set-with-white-mug-mockup-mug-with-christmas-decorations-cookie-edge_1153-8337.jpg?_wi=1",
imageAlt: "Signature espresso",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/brown-arabica-beans-grey-background_114579-19215.jpg?_wi=1",
imageAlt: "Premium coffee beans",
},
imageSrc: "http://img.b2bpic.net/free-photo/close-up-hands-holding-coffee-cup_23-2148865570.jpg", imageAlt: "Barista preparation"}
]}
mediaAnimation="slide-up"
rating={5}
@@ -95,7 +65,7 @@ export default function LandingPage() {
description="We don't just brew coffee; we craft moments. Using only the finest, ethically sourced beans, we bring a luxury coffee experience that awakens the senses."
subdescription="Visit us at Rynek 30 to discover your new favorite brew."
icon={Coffee}
imageSrc="http://img.b2bpic.net/free-photo/brown-arabica-beans-grey-background_114579-19215.jpg?_wi=2"
imageSrc="http://img.b2bpic.net/free-photo/brown-arabica-beans-grey-background_114579-19215.jpg"
mediaAnimation="slide-up"
/>
</div>
@@ -107,42 +77,9 @@ export default function LandingPage() {
gridVariant="one-large-left-three-stacked-right"
useInvertedBackground={false}
products={[
{
id: "1",
name: "Signature Espresso",
price: "12 PLN",
imageSrc: "http://img.b2bpic.net/free-photo/set-with-white-mug-mockup-mug-with-christmas-decorations-cookie-edge_1153-8337.jpg?_wi=2",
},
{
id: "2",
name: "Velvet Cold Brew",
price: "18 PLN",
imageSrc: "http://img.b2bpic.net/free-photo/still-life-with-iced-coffee-beverage_23-2149648697.jpg",
},
{
id: "3",
name: "Artisan Cappuccino",
price: "15 PLN",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-cup-coffee-latte-with-kettle_23-2148337137.jpg?_wi=2",
},
{
id: "4",
name: "Gourmet Seasonal Tart",
price: "22 PLN",
imageSrc: "http://img.b2bpic.net/free-photo/cake-donut-bakery-sweets-dessert-break-time_53876-16168.jpg",
},
{
id: "5",
name: "Single Origin Pour-Over",
price: "20 PLN",
imageSrc: "http://img.b2bpic.net/free-photo/different-cocktials-bar_23-2148176840.jpg",
},
{
id: "6",
name: "Reserve Bean Blend",
price: "45 PLN",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-chocolate-chips-arrangement_23-2149702546.jpg",
},
{ id: "1", name: "Signature Espresso", price: "12 PLN", imageSrc: "http://img.b2bpic.net/free-photo/set-with-white-mug-mockup-mug-with-christmas-decorations-cookie-edge_1153-8337.jpg" },
{ id: "2", name: "Velvet Cold Brew", price: "18 PLN", imageSrc: "http://img.b2bpic.net/free-photo/still-life-with-iced-coffee-beverage_23-2149648697.jpg" },
{ id: "3", name: "Artisan Cappuccino", price: "15 PLN", imageSrc: "http://img.b2bpic.net/free-photo/close-up-cup-coffee-latte-with-kettle_23-2148337137.jpg" }
]}
title="Our Signature Menu"
description="Curated selections for the discerning palate."
@@ -153,31 +90,9 @@ export default function LandingPage() {
<TestimonialCardTwelve
useInvertedBackground={true}
testimonials={[
{
id: "1",
name: "Marta Kowalska",
imageSrc: "http://img.b2bpic.net/free-photo/handsome-business-man-drinking-coffee-office_1303-22715.jpg?_wi=1",
},
{
id: "2",
name: "Piotr Nowak",
imageSrc: "http://img.b2bpic.net/free-photo/beauti-american-african-afro-adult_1303-1368.jpg",
},
{
id: "3",
name: "Anna Lewandowska",
imageSrc: "http://img.b2bpic.net/free-photo/laugh-is-way-happiness_329181-2893.jpg",
},
{
id: "4",
name: "Tomasz Zieliński",
imageSrc: "http://img.b2bpic.net/free-photo/elevated-view-brown-herbal-tea-cups-saucer-neon-backdrop_23-2148091827.jpg",
},
{
id: "5",
name: "Julia Wiśniewska",
imageSrc: "http://img.b2bpic.net/free-photo/handsome-business-man-drinking-coffee-office_1303-22715.jpg?_wi=2",
},
{ id: "1", name: "Marta Kowalska", imageSrc: "http://img.b2bpic.net/free-photo/handsome-business-man-drinking-coffee-office_1303-22715.jpg" },
{ id: "2", name: "Piotr Nowak", imageSrc: "http://img.b2bpic.net/free-photo/beauti-american-african-afro-adult_1303-1368.jpg" },
{ id: "3", name: "Anna Lewandowska", imageSrc: "http://img.b2bpic.net/free-photo/laugh-is-way-happiness_329181-2893.jpg" }
]}
cardTitle="Guest Experiences"
cardTag="Testimonials"
@@ -191,24 +106,10 @@ export default function LandingPage() {
title="Reserve Your Table"
description="Have questions or want to host an event? We'd love to hear from you."
inputs={[
{
name: "name",
type: "text",
placeholder: "Your Name",
required: true,
},
{
name: "email",
type: "email",
placeholder: "Your Email",
required: true,
},
{ name: "name", type: "text", placeholder: "Your Name", required: true },
{ name: "email", type: "email", placeholder: "Your Email", required: true }
]}
textarea={{
name: "message",
placeholder: "How can we help?",
required: true,
}}
textarea={{ name: "message", placeholder: "How can we help?", required: true }}
imageSrc="http://img.b2bpic.net/free-photo/young-man-opening-his-new-shop_23-2151961898.jpg"
/>
</div>
@@ -217,35 +118,18 @@ export default function LandingPage() {
<FooterBase
columns={[
{
title: "Location",
items: [
{
label: "Rynek 30, Ostrów",
href: "#",
},
{
label: "Open daily: 8:00 - 20:00",
href: "#",
},
],
title: "Location", items: [
{ label: "Rynek 30, Ostrów", href: "#" },
{ label: "Open daily: 8:00 - 20:00", href: "#" }
]
},
{
title: "Explore",
items: [
{
label: "Menu",
href: "#menu",
},
{
label: "About Us",
href: "#about",
},
{
label: "Contact",
href: "#contact",
},
],
},
title: "Explore", items: [
{ label: "Menu", href: "#menu" },
{ label: "About Us", href: "#about" },
{ label: "Contact", href: "#contact" }
]
}
]}
logoText="Ostrów Brew"
/>