From b1762e7d53687fd3d6248eef9f6534630bdc55f3 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 28 Mar 2026 11:29:01 +0000 Subject: [PATCH 1/5] Update src/app/kontakt/page.tsx --- src/app/kontakt/page.tsx | 160 +++++++++++++-------------------------- 1 file changed, 53 insertions(+), 107 deletions(-) diff --git a/src/app/kontakt/page.tsx b/src/app/kontakt/page.tsx index d08394b..cba32b7 100644 --- a/src/app/kontakt/page.tsx +++ b/src/app/kontakt/page.tsx @@ -13,115 +13,61 @@ export default function LandingPage() { defaultButtonVariant="expand-hover" defaultTextAnimation="background-highlight" borderRadius="rounded" + contentWidth="medium" + sizing="medium" + background="circleGradient" + cardStyle="glass-elevated" + primaryButtonStyle="gradient" + secondaryButtonStyle="glass" + headingFontWeight="normal" > - - -
- -
- -
- -
- - + +
+ +
+
+ +
+
); -} +} \ No newline at end of file -- 2.49.1 From 55c03f5b769b26015ccfc025b3235f67382af8a5 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 28 Mar 2026 11:29:01 +0000 Subject: [PATCH 2/5] Update src/app/layout.tsx --- src/app/layout.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index bbd6e7a..f341086 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -11,8 +11,8 @@ import { Cormorant_Garamond, Inter } from "next/font/google"; export const metadata: Metadata = { - title: "Webild components 2", - description: "Generated by create next app", + title: 'Fiorino Bratislava | Autentické Talianske Delikatesy', + description: 'Fiorino - Váš kľúč k autentickému Taliansku v srdci Bratislavy na Bottovej ulici.', }; const cormorant = Cormorant_Garamond({ variable: "--font-cormorant", subsets: ["latin"], weight: ["400", "500", "600", "700"] }); -- 2.49.1 From 05bc9f65dd658ff72e1accca05131610b6c5f057 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 28 Mar 2026 11:29:02 +0000 Subject: [PATCH 3/5] Update src/app/o-nas/page.tsx --- src/app/o-nas/page.tsx | 164 ++++++++++++++--------------------------- 1 file changed, 54 insertions(+), 110 deletions(-) diff --git a/src/app/o-nas/page.tsx b/src/app/o-nas/page.tsx index 53b9a0f..bbd95bf 100644 --- a/src/app/o-nas/page.tsx +++ b/src/app/o-nas/page.tsx @@ -13,118 +13,62 @@ export default function LandingPage() { defaultButtonVariant="expand-hover" defaultTextAnimation="background-highlight" borderRadius="rounded" + contentWidth="medium" + sizing="medium" + background="circleGradient" + cardStyle="glass-elevated" + primaryButtonStyle="gradient" + secondaryButtonStyle="glass" + headingFontWeight="normal" > - - -
- -
- -
- -
- - + +
+ +
+
+ +
+
); -} +} \ No newline at end of file -- 2.49.1 From 1ee5340662037395e65f2ff5f91ee804d87bfc8e Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 28 Mar 2026 11:29:02 +0000 Subject: [PATCH 4/5] Update src/app/page.tsx --- src/app/page.tsx | 343 ++++++++++++++--------------------------------- 1 file changed, 103 insertions(+), 240 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c93bcdc..49aa8ed 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -16,248 +16,111 @@ export default function LandingPage() { defaultButtonVariant="expand-hover" defaultTextAnimation="background-highlight" borderRadius="rounded" + contentWidth="medium" + sizing="medium" + background="circleGradient" + cardStyle="glass-elevated" + primaryButtonStyle="gradient" + secondaryButtonStyle="glass" + headingFontWeight="normal" > - - -
- -
- -
- -
- -
- -
- -
- -
- -
- -
- - + +
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
); -} +} \ No newline at end of file -- 2.49.1 From 9ded53306e82b14b5e387650081b67c5786c521d Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 28 Mar 2026 11:29:03 +0000 Subject: [PATCH 5/5] Update src/app/produkty/page.tsx --- src/app/produkty/page.tsx | 231 +++++++++++--------------------------- 1 file changed, 64 insertions(+), 167 deletions(-) diff --git a/src/app/produkty/page.tsx b/src/app/produkty/page.tsx index bd590b4..e346c65 100644 --- a/src/app/produkty/page.tsx +++ b/src/app/produkty/page.tsx @@ -13,175 +13,72 @@ export default function LandingPage() { defaultButtonVariant="expand-hover" defaultTextAnimation="background-highlight" borderRadius="rounded" + contentWidth="medium" + sizing="medium" + background="circleGradient" + cardStyle="glass-elevated" + primaryButtonStyle="gradient" + secondaryButtonStyle="glass" + headingFontWeight="normal" > - - -
- -
- -
- -
- -
- -
- - + +
+ +
+
+ +
+
+ +
+
); -} +} \ No newline at end of file -- 2.49.1