7 Commits

Author SHA1 Message Date
079316d288 Merge version_4_1781606181255 into main
Merge version_4_1781606181255 into main
2026-06-16 10:36:36 +00:00
15e7a26cd8 Update src/pages/HomePage.tsx 2026-06-16 10:36:32 +00:00
7790f8b54a Merge version_3_1781606170393 into main
Merge version_3_1781606170393 into main
2026-06-16 10:36:24 +00:00
dc4b3e51b0 Update src/pages/HomePage.tsx 2026-06-16 10:36:21 +00:00
7b6b205b61 Merge version_2_1781605876370 into main
Merge version_2_1781605876370 into main
2026-06-16 10:34:56 +00:00
kudinDmitriyUp
39164715a7 Bob AI: Translate the page content to Czech. Specifically in the contact/information sec 2026-06-16 10:34:53 +00:00
279d73a5f3 Merge version_1_1781605623977 into main
Merge version_1_1781605623977 into main
2026-06-16 10:27:32 +00:00

View File

@@ -21,7 +21,7 @@ export default function HomePage() {
"http://img.b2bpic.net/free-photo/pumpkin-soup-with-shrimp-glass-red-wine_140725-5413.jpg",
]}
avatarText="Loved by 10,000+ local foodies"
title="Gastronomy Inspired by Karviná"
title=""
description="Experience artisanal flavors and seasonal ingredients in the heart of our bistro."
primaryButton={{
text: "Reserve Now",
@@ -198,28 +198,65 @@ export default function HomePage() {
answer: "Absolutely, contact us to discuss private venue hire for special occasions.",
},
{
question: "What are your opening hours?",
answer: "We are open daily from 11:00 AM to 10:00 PM.",
question: "Jaká je vaše otevírací doba?",
answer: "Máme otevřeno od pondělí do pátku 10:3018:00, v neděli 11:0019:00. V sobotu máme zavřeno.",
},
]}
/>
</SectionErrorBoundary>
</div>
<div id="contact" data-section="contact">
<div id="contact" data-section="contact" className="py-24 bg-background">
<SectionErrorBoundary name="contact">
<ContactCta
tag="Visit Us"
text="Join us today for an unforgettable dining experience in Karviná."
primaryButton={{
text: "Reserve a Table",
href: "tel:+420123456789",
}}
secondaryButton={{
text: "Contact Us",
href: "mailto:info@daki-bistro.cz",
}}
/>
<div className="container mx-auto px-4 max-w-4xl">
<div className="text-center mb-12">
<h2 className="text-3xl font-bold mb-4">DAKI Bistro Karviná</h2>
<div className="flex items-center justify-center gap-2 text-muted-foreground mb-2">
<span className="text-yellow-500 font-bold"> 5,0</span>
<span>(14 recenzí)</span>
<span>·</span>
<span>100200 </span>
<span>·</span>
<span>Restaurace</span>
</div>
<div className="flex items-center justify-center gap-4 text-sm text-muted-foreground">
<span className="flex items-center gap-1"> Jídlo na místě</span>
<span className="flex items-center gap-1"> Jídlo s sebou</span>
</div>
</div>
<div className="grid md:grid-cols-2 gap-12">
<div className="space-y-6">
<div>
<h3 className="text-xl font-semibold mb-2">Adresa</h3>
<p className="text-muted-foreground">
Fryštátská 151/15<br />
Fryštát 733 01<br />
Karviná 1
</p>
</div>
<div>
<h3 className="text-xl font-semibold mb-2">Kontakt</h3>
<p className="text-muted-foreground">
<a href="tel:+420770404074" className="hover:text-primary">770 404 074</a>
</p>
</div>
</div>
<div>
<h3 className="text-xl font-semibold mb-4">Otevírací doba</h3>
<ul className="space-y-2 text-muted-foreground">
<li className="flex justify-between"><span>Pondělí</span><span>10:3018:00</span></li>
<li className="flex justify-between"><span>Úterý</span><span>10:3018:00</span></li>
<li className="flex justify-between"><span>Středa</span><span>10:3018:00</span></li>
<li className="flex justify-between"><span>Čtvrtek</span><span>10:3018:00</span></li>
<li className="flex justify-between"><span>Pátek</span><span>10:3018:00</span></li>
<li className="flex justify-between text-destructive"><span>Sobota</span><span>Zavřeno</span></li>
<li className="flex justify-between"><span>Neděle</span><span>11:0019:00</span></li>
</ul>
</div>
</div>
</div>
</SectionErrorBoundary>
</div>
</>