Merge version_3 into main #3

Merged
bender merged 1 commits from version_3 into main 2026-06-06 06:28:06 +00:00

View File

@@ -274,19 +274,19 @@ export default function LandingPage() {
</div>
<div id="metrics" data-section="metrics">
<MetricCardEleven
title="A Seamless Online Experience"
description="Our commitment to a smooth and reliable online presence means you can focus on what matters your next meal."
title="Bezproblémový online zážitok"
description="Náš záväzok k hladkej a spoľahlivej online prítomnosti znamená, že sa môžete sústrediť na to podstatné vaše ďalšie jedlo."
metrics={[
{
id: "m1", value: "Safe & Secure", title: "Your Data, Protected", description: "Shop and browse with confidence, knowing your information is always safe with us.", imageSrc: get("metric-secure-site").url,
id: "m1", value: "Bezpečné a Zabezpečené", title: "Vaše Dáta, Chránené", description: "Nakupujte a prehliadajte s dôverou, s vedomím, že vaše informácie sú u nás vždy v bezpečí.", imageSrc: get("metric-secure-site").url,
imageAlt: get("metric-secure-site").alt || "Secure website padlock icon."
},
{
id: "m2", value: "Lightning Fast", title: "No Waiting Around", description: "Our website loads quickly, ensuring a smooth and efficient browsing experience every time.", imageSrc: get("metric-fast-loading").url,
id: "m2", value: "Bleskovo Rýchle", title: "Žiadne Čakanie", description: "Naša webová stránka sa načíta rýchlo, čo zaisťuje plynulý a efektívny zážitok z prehliadania zakaždým.", imageSrc: get("metric-fast-loading").url,
imageAlt: get("metric-fast-loading").alt || "Fast loading speed progress bar."
},
{
id: "m3", value: "Mobile Friendly", title: "Any Device, Any Time", description: "Access our menu and information seamlessly from your phone, tablet, or desktop.", imageSrc: get("metric-mobile-friendly").url,
id: "m3", value: "Prívetivé pre Mobily", title: "Akékoľvek Zariadenie, Kedykoľvek", description: "Získajte prístup k nášmu menu a informáciám bezproblémovo z telefónu, tabletu alebo počítača.", imageSrc: get("metric-mobile-friendly").url,
imageAlt: get("metric-mobile-friendly").alt || "Mobile friendly website design."
}
]}
@@ -326,12 +326,12 @@ export default function LandingPage() {
]
},
{
title: "Links", items: [
title: "Odkazy", items: [
{
label: "Menu", href: "#menu"
},
{
label: "Contact", href: "#contact"
label: "Kontakt", href: "#contact"
},
{
label: "Instagram", href: "https://instagram.com/kasa3"
@@ -339,9 +339,9 @@ export default function LandingPage() {
]
}
]}
copyrightText="© 2024 KAŠA 3. All rights reserved."
copyrightText="© 2024 KAŠA 3. Všetky práva vyhradené."
/>
</div>
</ThemeProvider>
);
}
}