diff --git a/src/app/page.tsx b/src/app/page.tsx
index a3dcab3..7049cc2 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -30,25 +30,15 @@ export default function LandingPage() {
@@ -57,19 +47,14 @@ export default function LandingPage() {
@@ -83,17 +68,11 @@ export default function LandingPage() {
description="For over a decade, Kapca has been the heartbeat of Szeged’s 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="It’s Not Just Food — It’s Local Artistry"
description="Seasonal specials, signature burgers, and handmade limonades."
@@ -151,42 +106,22 @@ export default function LandingPage() {