Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-04-11 11:41:22 +00:00

View File

@@ -30,25 +30,15 @@ export default function LandingPage() {
<NavbarStyleFullscreen
navItems={[
{
name: "Home",
id: "hero",
},
name: "Home", id: "hero"},
{
name: "About",
id: "about",
},
name: "About", id: "about"},
{
name: "Menu",
id: "menu",
},
name: "Menu", id: "menu"},
{
name: "Experience",
id: "experience",
},
name: "Experience", id: "experience"},
{
name: "Reserve",
id: "contact",
},
name: "Reserve", id: "contact"},
]}
brandName="Kapca x Rézhárs"
/>
@@ -57,19 +47,14 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroBillboardScroll
background={{
variant: "plain",
}}
variant: "plain"}}
title="Kapca x Rézhárs Bisztró — Szegeds Taste of Soul"
description="Crafted flavors. Honest ingredients. Timeless atmosphere."
buttons={[
{
text: "Reserve a Table",
href: "#contact",
},
text: "Reserve a Table", href: "#contact"},
{
text: "Explore Menu",
href: "#menu",
},
text: "Explore Menu", href: "#menu"},
]}
imageSrc="http://img.b2bpic.net/free-photo/side-view-hand-holding-wine-glass_23-2149428838.jpg"
/>
@@ -83,17 +68,11 @@ export default function LandingPage() {
description="For over a decade, Kapca has been the heartbeat of Szegeds burger revolution — evolving into Rézhárs Bisztró, where the passion for local produce meets seasonal creativity. We grow, we source, we craft — all with love for the land and the people who share our table."
bulletPoints={[
{
title: "Artisan Soul",
description: "Handcrafted burgers with bold, smoky harmonies.",
},
title: "Artisan Soul", description: "Handcrafted burgers with bold, smoky harmonies."},
{
title: "Local Roots",
description: "Sourcing fresh produce from local farmers.",
},
title: "Local Roots", description: "Sourcing fresh produce from local farmers."},
{
title: "Seasonal Creativity",
description: "Menu that evolves with the season.",
},
title: "Seasonal Creativity", description: "Menu that evolves with the season."},
]}
imageSrc="http://img.b2bpic.net/free-photo/portrait-modern-man-performing-housework-gentle-dreamy-atmosphere_23-2151469414.jpg"
mediaAnimation="slide-up"
@@ -108,41 +87,17 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
id: "p1",
name: "Barry White Burger",
price: "3,490 Ft",
imageSrc: "http://img.b2bpic.net/free-photo/lamb-doner-bread-with-cucumber-pickles-fries-tomato-horizontal_141793-1914.jpg",
},
id: "p1", name: "Barry White Burger", price: "3,490 Ft", imageSrc: "http://img.b2bpic.net/free-photo/lamb-doner-bread-with-cucumber-pickles-fries-tomato-horizontal_141793-1914.jpg"},
{
id: "p2",
name: "Lila Köd",
price: "3,290 Ft",
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-beef-burgers-with-pickles-cutting-board_23-2148784507.jpg",
},
id: "p2", name: "Lila Köd", price: "3,290 Ft", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-beef-burgers-with-pickles-cutting-board_23-2148784507.jpg"},
{
id: "p3",
name: "Epres Limonádé",
price: "1,290 Ft",
imageSrc: "http://img.b2bpic.net/free-photo/male-bartender-adding-cherry-into-drink_23-2148209384.jpg",
},
id: "p3", name: "Epres Limonádé", price: "1,290 Ft", imageSrc: "http://img.b2bpic.net/free-photo/male-bartender-adding-cherry-into-drink_23-2148209384.jpg"},
{
id: "p4",
name: "Seasonal Steak",
price: "6,490 Ft",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-fresh-bacon-burgers_23-2148784482.jpg",
},
id: "p4", name: "Seasonal Steak", price: "6,490 Ft", imageSrc: "http://img.b2bpic.net/free-photo/close-up-fresh-bacon-burgers_23-2148784482.jpg"},
{
id: "p5",
name: "Garden Salad",
price: "2,890 Ft",
imageSrc: "http://img.b2bpic.net/free-photo/lemon-slice-cinnamons-with-cup-drink-blue_114579-29151.jpg",
},
id: "p5", name: "Garden Salad", price: "2,890 Ft", imageSrc: "http://img.b2bpic.net/free-photo/lemon-slice-cinnamons-with-cup-drink-blue_114579-29151.jpg"},
{
id: "p6",
name: "Chocolate Fondant",
price: "1,990 Ft",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-person-near-burger-plate-holding-jar-with-butter_23-2148784521.jpg",
},
id: "p6", name: "Chocolate Fondant", price: "1,990 Ft", imageSrc: "http://img.b2bpic.net/free-photo/front-view-person-near-burger-plate-holding-jar-with-butter_23-2148784521.jpg"},
]}
title="Its Not Just Food — Its Local Artistry"
description="Seasonal specials, signature burgers, and handmade limonades."
@@ -151,42 +106,22 @@ export default function LandingPage() {
<div id="experience" data-section="experience">
<FeatureCardTwentyFour
animationType="slide-up"
textboxLayout="split"
useInvertedBackground={false}
features={[
{
id: "f1",
title: "Live Music Nights",
author: "Events",
description: "Weekly acoustic sessions with local artists.",
tags: [
"Music",
"Culture",
],
imageSrc: "http://img.b2bpic.net/free-photo/present-plates-cutlery-candles-decorations-arranged-table-christmas-dinner_1098-20358.jpg",
},
id: "f1", title: "Live Music Nights", author: "Events", description: "Weekly acoustic sessions with local artists.", tags: [
"Music", "Culture"],
imageSrc: "http://img.b2bpic.net/free-photo/present-plates-cutlery-candles-decorations-arranged-table-christmas-dinner_1098-20358.jpg"},
{
id: "f2",
title: "Thematic Dinners",
author: "Gastronomy",
description: "Curated seasonal menus paired with local wines.",
tags: [
"Dining",
"Wine",
],
imageSrc: "http://img.b2bpic.net/free-photo/woman-getting-food-wedding-dinner_53876-31527.jpg",
},
id: "f2", title: "Thematic Dinners", author: "Gastronomy", description: "Curated seasonal menus paired with local wines.", tags: [
"Dining", "Wine"],
imageSrc: "http://img.b2bpic.net/free-photo/woman-getting-food-wedding-dinner_53876-31527.jpg"},
{
id: "f3",
title: "Rézhárs Garden",
author: "Events",
description: "Private events in our lush bistro garden.",
tags: [
"Events",
"Garden",
],
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-happy-friends-urban-lifestyle_23-2149003090.jpg",
},
id: "f3", title: "Rézhárs Garden", author: "Events", description: "Private events in our lush bistro garden.", tags: [
"Events", "Garden"],
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-happy-friends-urban-lifestyle_23-2149003090.jpg"},
]}
title="More Than a Meal"
description="Where culture, music, and community meet on the terrace."
@@ -199,45 +134,15 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
id: "t1",
title: "Legendary",
quote: "The best hamburger of my life.",
name: "Gergő",
role: "Foodie",
imageSrc: "http://img.b2bpic.net/free-photo/positive-smiling-woman-with-collected-hair-wearing-white-shirt_291650-656.jpg",
},
id: "t1", title: "Legendary", quote: "The best hamburger of my life.", name: "Gergő", role: "Foodie", imageSrc: "http://img.b2bpic.net/free-photo/positive-smiling-woman-with-collected-hair-wearing-white-shirt_291650-656.jpg"},
{
id: "t2",
title: "Always Great",
quote: "Always warm, friendly, and fast.",
name: "Péter",
role: "Regular",
imageSrc: "http://img.b2bpic.net/free-photo/low-angle-friends-shaking-hands_23-2148395404.jpg",
},
id: "t2", title: "Always Great", quote: "Always warm, friendly, and fast.", name: "Péter", role: "Regular", imageSrc: "http://img.b2bpic.net/free-photo/low-angle-friends-shaking-hands_23-2148395404.jpg"},
{
id: "t3",
title: "Amazing Experience",
quote: "Szegeds best culinary experience!",
name: "Annabella",
role: "Tourist",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-bar_23-2147680953.jpg",
},
id: "t3", title: "Amazing Experience", quote: "Szegeds best culinary experience!", name: "Annabella", role: "Tourist", imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-bar_23-2147680953.jpg"},
{
id: "t4",
title: "Top Notch",
quote: "Friendly staff, cozy terrace, divine meals.",
name: "Márk",
role: "Regular",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-eating-salmon-bowl_23-2150427650.jpg",
},
id: "t4", title: "Top Notch", quote: "Friendly staff, cozy terrace, divine meals.", name: "Márk", role: "Regular", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-eating-salmon-bowl_23-2150427650.jpg"},
{
id: "t5",
title: "Perfect Spot",
quote: "Beautiful atmosphere and incredible tastes.",
name: "Zsófia",
role: "Bistro Lover",
imageSrc: "http://img.b2bpic.net/free-photo/man-speaking-phone-while-his-girlfriend-being-bored_176420-2295.jpg",
},
id: "t5", title: "Perfect Spot", quote: "Beautiful atmosphere and incredible tastes.", name: "Zsófia", role: "Bistro Lover", imageSrc: "http://img.b2bpic.net/free-photo/man-speaking-phone-while-his-girlfriend-being-bored_176420-2295.jpg"},
]}
title="What Our Guests Are Saying"
description="Real energy from the heart of Szeged."
@@ -248,8 +153,7 @@ export default function LandingPage() {
<ContactCenter
useInvertedBackground={false}
background={{
variant: "gradient-bars",
}}
variant: "gradient-bars"}}
tag="Reserve Now"
title="Your Table Awaits"
description="Walk-ins welcome. Reservations recommended on weekends. Bőséges, díjmentes parkolás az utcán."
@@ -261,42 +165,27 @@ export default function LandingPage() {
logoText="Kapca x Rézhárs"
columns={[
{
title: "Visit Us",
items: [
title: "Visit Us", items: [
{
label: "Reserve Table",
href: "#contact",
},
label: "Reserve Table", href: "#contact"},
{
label: "Menu",
href: "#menu",
},
label: "Menu", href: "#menu"},
],
},
{
title: "Socials",
items: [
title: "Socials", items: [
{
label: "Instagram",
href: "#",
},
label: "Instagram", href: "#"},
{
label: "Facebook",
href: "#",
},
label: "Facebook", href: "#"},
],
},
{
title: "Legal",
items: [
title: "Legal", items: [
{
label: "Impresszum",
href: "#",
},
label: "Impresszum", href: "#"},
{
label: "Adatvédelem",
href: "#",
},
label: "Adatvédelem", href: "#"},
],
},
]}