2 Commits

Author SHA1 Message Date
5ec250f429 Merge version_2_1782147236663 into main
Merge version_2_1782147236663 into main
2026-06-22 16:55:19 +00:00
kudinDmitriyUp
14fa4eebda Bob AI: Translate the text of all sections (hero, about, menu, reviews, contact) to Hung 2026-06-22 16:55:16 +00:00

View File

@@ -13,13 +13,13 @@ export default function HomePage() {
<SectionErrorBoundary name="hero">
<HeroBrand
brand="Coffeeshop Company Váci utca"
description="Experience the finest specialty coffee in the heart of Budapest. Warm, welcoming, and brewed to perfection."
description="Tapasztald meg a legkiválóbb specialty kávé élményét Budapest szívében. Meleg, barátságos környezet és tökéletesre főzött kávé."
primaryButton={{
text: "Our Menu",
text: "Kínálatunk",
href: "#menu",
}}
secondaryButton={{
text: "Visit Us",
text: "Látogass el hozzánk",
href: "#contact",
}}
imageSrc="http://img.b2bpic.net/free-photo/bar-concept_23-2147798075.jpg"
@@ -30,9 +30,9 @@ export default function HomePage() {
<div id="about" data-section="about">
<SectionErrorBoundary name="about">
<AboutMediaOverlay
tag="Our Story"
title="Crafting the Perfect Coffee Experience"
description="Located at Váci utca 25, we bring together high-quality ingredients, expert preparation, and a warm, inviting atmosphere for our local and visiting guests."
tag="Történetünk"
title="A tökéletes kávéélmény megteremtése"
description="A Váci utca 25. szám alatt található kávézónkban a kiváló minőségű alapanyagokat, a szakértő elkészítést és a meleg, hívogató légkört ötvözzük helyi és idelátogató vendégeink számára."
imageSrc="http://img.b2bpic.net/free-photo/metallic-machinery-roasts-gourmet-coffee-with-precision-heat-generated-by-ai_188544-29684.jpg"
/>
</SectionErrorBoundary>