diff --git a/src/app/page.tsx b/src/app/page.tsx
index 90e411f..ce092fd 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -29,25 +29,15 @@ export default function LandingPage() {
@@ -56,21 +46,16 @@ export default function LandingPage() {
@@ -80,18 +65,11 @@ export default function LandingPage() {
useInvertedBackground={true}
heading={[
{
- type: "text",
- content: "Poctivá klasika,",
- },
+ type: "text", content: "Poctivá klasika,"},
{
- type: "image",
- src: "http://img.b2bpic.net/free-photo/side-view-tall-glass-with-light-beer_140725-12129.jpg",
- alt: "Čerstvé jedlo v Lagúne",
- },
+ type: "image", src: "http://img.b2bpic.net/free-photo/side-view-tall-glass-with-light-beer_140725-12129.jpg", alt: "Čerstvé jedlo v Lagúne"},
{
- type: "text",
- content: "ktorá vás nesklame.",
- },
+ type: "text", content: "ktorá vás nesklame."},
]}
/>
@@ -104,33 +82,13 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
- id: "p1",
- name: "Legendárne rebierka",
- price: "14.90€",
- variant: "Grilované",
- imageSrc: "http://img.b2bpic.net/free-photo/fried-steak-with-sauce-red-wine_140725-4721.jpg",
- },
+ id: "p1", name: "Legendárne rebierka", price: "14.90€", variant: "Grilované", imageSrc: "http://img.b2bpic.net/free-photo/fried-steak-with-sauce-red-wine_140725-4721.jpg"},
{
- id: "p2",
- name: "Chrumkavé krídelká",
- price: "9.50€",
- variant: "Domáca BBQ omáčka",
- imageSrc: "http://img.b2bpic.net/free-photo/grilled-buffalo-wings-white-plate_74190-4795.jpg",
- },
+ id: "p2", name: "Chrumkavé krídelká", price: "9.50€", variant: "Domáca BBQ omáčka", imageSrc: "http://img.b2bpic.net/free-photo/grilled-buffalo-wings-white-plate_74190-4795.jpg"},
{
- id: "p3",
- name: "Čapované pivá",
- price: "od 2.50€",
- variant: "České klasiky",
- imageSrc: "http://img.b2bpic.net/free-photo/meeting-with-best-friends-three-happy-young-men-casual-wear-talking-drinking-beer-while-sitting-bar-together_1157-43502.jpg",
- },
+ id: "p3", name: "Čapované pivá", price: "od 2.50€", variant: "České klasiky", imageSrc: "http://img.b2bpic.net/free-photo/meeting-with-best-friends-three-happy-young-men-casual-wear-talking-drinking-beer-while-sitting-bar-together_1157-43502.jpg"},
{
- id: "p4",
- name: "Domáci chlebík",
- price: "2.00€",
- variant: "Čerstvý a teplý",
- imageSrc: "http://img.b2bpic.net/free-photo/side-view-tall-glass-with-light-beer_140725-12129.jpg",
- },
+ id: "p4", name: "Domáci chlebík", price: "2.00€", variant: "Čerstvý a teplý", imageSrc: "http://img.b2bpic.net/free-photo/side-view-tall-glass-with-light-beer_140725-12129.jpg"},
]}
title="Naše špeciality"
description="Objavte chuť, pre ktorú sa k nám hostia vracajú roky."
@@ -141,42 +99,18 @@ export default function LandingPage() {