From 571befb50aa193828752119dbcfb35875f18dbd7 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 5 Apr 2026 14:54:02 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 29e4635..7feb2a0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -51,7 +51,7 @@ export default function LandingPage() { ]} buttons={[ { text: "Vyžiadať ponuku", href: "#contact" }, - { text: "Zavolajte nám", href: "tel:+421900000000" }, + { text: "Zavolajte nám", href: "tel:+421903456789" }, ]} imageSrc="http://img.b2bpic.net/free-photo/staircase-stone-building-leading-outside_181624-13447.jpg" imageAlt="Luxusná strešná architektúra" @@ -128,14 +128,14 @@ export default function LandingPage() { @@ -148,14 +148,15 @@ export default function LandingPage() { { label: "Portfolio", href: "#portfolio" }, ]}, { items: [ - { label: "Kontakt", href: "#contact" }, - { label: "FAQ", href: "#faq" }, + { label: "Obchodné oddelenie: 0903 456 789" }, + { label: "Technická podpora: 0905 123 456" }, + { label: "info@arri.sk" }, ]}, ]} - logoText="Strechy Okoč - ARRI s.r.o." + logoText="Strechy Okoč - ARRI s.r.o. © 2024" /> ); -} +} \ No newline at end of file -- 2.49.1 From 68542e7da866f09bfde6bdac51793a6313c36c89 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 5 Apr 2026 14:54:02 +0000 Subject: [PATCH 2/2] Update src/app/styles/variables.css --- src/app/styles/variables.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index b483a57..0c73cf7 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,8 +10,8 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #000000; - --card: #0c0c0c; + --background: #0a0a0a; + --card: #1a1a1a; --foreground: #ffffff; --primary-cta: #cee7ff; --primary-cta-text: #000000; -- 2.49.1