2 Commits

Author SHA1 Message Date
3939bbcbf3 Merge version_2 into main
Merge version_2 into main
2026-05-22 16:14:00 +00:00
2338cda091 Update src/app/page.tsx 2026-05-22 16:13:57 +00:00

View File

@@ -31,79 +31,32 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarLayoutFloatingInline
navItems={[
{
name: "Home",
id: "hero",
},
{
name: "About",
id: "about",
},
{
name: "Menu",
id: "products",
},
{
name: "Contact",
id: "contact",
},
{ name: "Domov", id: "hero" },
{ name: "O nás", id: "about" },
{ name: "Menu", id: "products" },
{ name: "Kontakt", id: "contact" },
]}
brandName="Fontaine d'Or"
button={{
text: "Reserve Now",
href: "#contact",
}}
button={{ text: "Rezervovať", href: "#contact" }}
/>
</div>
<div id="hero" data-section="hero">
<HeroBillboardRotatedCarousel
background={{
variant: "rotated-rays-animated",
}}
title="Fontaine d'Or: Taste Elegance in Trenčín"
description="Experience the sophisticated charm of our café on Štúrovo námestie. Where coffee meets art."
background={{ variant: "rotated-rays-animated" }}
title="Fontaine d'Or: Vychutnajte si eleganciu v srdci Trenčína"
description="Objavte sofistikovaný šarm našej kaviarne na Štúrovom námestí. Miesto, kde sa káva stretáva s umením."
buttons={[
{
text: "View Menu",
href: "#products",
},
{
text: "Reserve Table",
href: "#contact",
},
{ text: "Zobraziť menu", href: "#products" },
{ text: "Rezervovať stôl", href: "#contact" },
]}
carouselItems={[
{
id: "1",
imageSrc: "http://img.b2bpic.net/free-photo/charming-african-american-woman-model-black-jacket-waist-bag-relaxing-cafe-free-time_627829-5344.jpg",
imageAlt: "Cafe Interior",
},
{
id: "2",
imageSrc: "http://img.b2bpic.net/free-photo/bottle-milk-with-coffee_23-2150734425.jpg",
imageAlt: "Coffee Details",
},
{
id: "3",
imageSrc: "http://img.b2bpic.net/free-photo/lovely-purple-street_1361-116.jpg",
imageAlt: "Exterior View",
},
{
id: "4",
imageSrc: "http://img.b2bpic.net/free-photo/side-close-up-view-cake-cup-tea-plate-cake-dried-lemon_140725-73867.jpg",
imageAlt: "Gourmet Dessert",
},
{
id: "5",
imageSrc: "http://img.b2bpic.net/free-photo/man-pouring-milk-coffee-unique-shaped-glass_140725-7035.jpg",
imageAlt: "Barista Service",
},
{
id: "6",
imageSrc: "http://img.b2bpic.net/free-photo/high-end-professional-cabinet-used-psychotherapy-meetings_482257-117710.jpg",
imageAlt: "Lounge Area",
},
{ id: "1", imageSrc: "http://img.b2bpic.net/free-photo/charming-african-american-woman-model-black-jacket-waist-bag-relaxing-cafe-free-time_627829-5344.jpg", imageAlt: "Interiér kaviarne" },
{ id: "2", imageSrc: "http://img.b2bpic.net/free-photo/bottle-milk-with-coffee_23-2150734425.jpg", imageAlt: "Kávové detaily" },
{ id: "3", imageSrc: "http://img.b2bpic.net/free-photo/lovely-purple-street_1361-116.jpg", imageAlt: "Pohľad na exteriér" },
{ id: "4", imageSrc: "http://img.b2bpic.net/free-photo/side-close-up-view-cake-cup-tea-plate-cake-dried-lemon_140725-73867.jpg", imageAlt: "Gurmánsky dezert" },
{ id: "5", imageSrc: "http://img.b2bpic.net/free-photo/man-pouring-milk-coffee-unique-shaped-glass_140725-7035.jpg", imageAlt: "Servis baristu" },
{ id: "6", imageSrc: "http://img.b2bpic.net/free-photo/high-end-professional-cabinet-used-psychotherapy-meetings_482257-117710.jpg", imageAlt: "Oddychová zóna" },
]}
/>
</div>
@@ -112,21 +65,12 @@ export default function LandingPage() {
<SplitAbout
textboxLayout="split"
useInvertedBackground={false}
title="Refined Atmosphere, Exceptional Coffee"
description="Located in the heart of Trenčín, Fontaine d'Or offers a unique blend of heritage and contemporary cafe culture. Perfect for romantic dates, business meetings, or a peaceful break."
title="Rafinovaná atmosféra, výnimočná káva"
description="Fontaine d'Or, situovaná v srdci Trenčína, ponúka unikátne spojenie histórie a súčasnej kaviarne. Ideálne miesto pre romantické stretnutia, biznis rokovania či chvíľku pokoja."
bulletPoints={[
{
title: "Premium Selection",
description: "Hand-picked beans from artisanal roasters.",
},
{
title: "Romantic Setting",
description: "The perfect backdrop for your most precious moments.",
},
{
title: "Heart of Trenčín",
description: "Located directly on Štúrovo námestie.",
},
{ title: "Prémiový výber", description: "Ručne zbierané zrnká od remeselných pražiarov." },
{ title: "Romantické prostredie", description: "Perfektné pozadie pre vaše najcennejšie momenty." },
{ title: "Srdce Trenčína", description: "Nachádzame sa priamo na Štúrovom námestí." },
]}
imageSrc="http://img.b2bpic.net/free-photo/woman-standing-near-window-restaurant_23-2147936227.jpg"
/>
@@ -139,51 +83,15 @@ export default function LandingPage() {
gridVariant="uniform-all-items-equal"
useInvertedBackground={false}
products={[
{
id: "p1",
name: "Signature Cappuccino",
price: "3.50 €",
variant: "Hot Beverage",
imageSrc: "http://img.b2bpic.net/free-photo/latte-coffee-cup_1203-3395.jpg",
},
{
id: "p2",
name: "Cheesecake Delight",
price: "4.90 €",
variant: "Dessert",
imageSrc: "http://img.b2bpic.net/free-photo/sweet-cakes-food-isolated-white_627829-11980.jpg",
},
{
id: "p3",
name: "Iced Latte Macchiato",
price: "4.20 €",
variant: "Cold Beverage",
imageSrc: "http://img.b2bpic.net/free-photo/2-latte-wooden-table_501050-1105.jpg",
},
{
id: "p4",
name: "Buttery Croissant",
price: "2.50 €",
variant: "Pastry",
imageSrc: "http://img.b2bpic.net/free-photo/palatable-croissant-strawberries_23-2147717710.jpg",
},
{
id: "p5",
name: "Chocolate Muffin",
price: "2.90 €",
variant: "Pastry",
imageSrc: "http://img.b2bpic.net/free-photo/muffins-table_23-2149395351.jpg",
},
{
id: "p6",
name: "Gourmet Hot Chocolate",
price: "3.90 €",
variant: "Hot Beverage",
imageSrc: "http://img.b2bpic.net/free-photo/vertical-high-angle-shot-delicious-chocolate-banana-drink-with-chia-seeds_181624-6675.jpg",
},
{ id: "p1", name: "Signature Cappuccino", price: "3,50 €", variant: "Teplý nápoj", imageSrc: "http://img.b2bpic.net/free-photo/latte-coffee-cup_1203-3395.jpg" },
{ id: "p2", name: "Cheesecake", price: "4,90 €", variant: "Dezert", imageSrc: "http://img.b2bpic.net/free-photo/sweet-cakes-food-isolated-white_627829-11980.jpg" },
{ id: "p3", name: "Iced Latte", price: "4,20 €", variant: "Studený nápoj", imageSrc: "http://img.b2bpic.net/free-photo/2-latte-wooden-table_501050-1105.jpg" },
{ id: "p4", name: "Maslový croissant", price: "2,50 €", variant: "Pečivo", imageSrc: "http://img.b2bpic.net/free-photo/palatable-croissant-strawberries_23-2147717710.jpg" },
{ id: "p5", name: "Čokoládový muffin", price: "2,90 €", variant: "Pečivo", imageSrc: "http://img.b2bpic.net/free-photo/muffins-table_23-2149395351.jpg" },
{ id: "p6", name: "Gurmánska horúca čokoláda", price: "3,90 €", variant: "Teplý nápoj", imageSrc: "http://img.b2bpic.net/free-photo/vertical-high-angle-shot-delicious-chocolate-banana-drink-with-chia-seeds_181624-6675.jpg" },
]}
title="Our Signature Menu"
description="Indulge in our carefully curated selection of coffee, desserts, and light bites."
title="Naše Signature Menu"
description="Nechajte sa zlákať naším starostlivo vybraným sortimentom kávy, dezertov a ľahkého občerstvenia."
/>
</div>
@@ -192,75 +100,12 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={true}
testimonials={[
{
id: "t1",
title: "Amazing Place",
quote: "Beautiful space, the perfect place for a Valentine's date.",
name: "Samuel Trenčan",
role: "Guest",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-brunette-woman-sunglasses-drinks-morning-coffee-cafe_613910-12106.jpg",
},
{
id: "t2",
title: "Quick Service",
quote: "Online ordering was easy and fast. Great food!",
name: "Maria L.",
role: "Local",
imageSrc: "http://img.b2bpic.net/free-photo/adult-going-date_23-2150168971.jpg",
},
{
id: "t3",
title: "Highly Recommend",
quote: "Love the vibe here, always returning for another latte.",
name: "Peter K.",
role: "Regular",
imageSrc: "http://img.b2bpic.net/free-photo/boy-having-beer-restaurant_23-2148172692.jpg",
},
{
id: "t4",
title: "Romantic Vibe",
quote: "Best spot for an intimate afternoon. Really elegant.",
name: "Jana B.",
role: "Guest",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-colleagues-chatting-break-time_23-2149308481.jpg",
},
{
id: "t5",
title: "Consistent Quality",
quote: "Always great coffee and a lovely atmosphere.",
name: "Michal T.",
role: "Regular",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-freelancer-man-casual-clothes-sitting-cafe-drinking-coffee-working-remotely-laptop-digital-nomad-doing-his-project-outdoors-coworking-space_1258-314640.jpg",
},
{ id: "t1", title: "Úžasné miesto", quote: "Nádherný priestor, ideálne miesto pre rande.", name: "Samuel Trenčan", role: "Hosť" },
{ id: "t2", title: "Rýchly servis", quote: "Objednávanie bolo jednoduché a rýchle. Skvelé jedlo!", name: "Maria L.", role: "Miestny" },
{ id: "t3", title: "Odporúčam", quote: "Milujem atmosféru, vždy sa rada vraciam.", name: "Peter K.", role: "Stály zákazník" },
]}
title="Words from Our Guests"
description="See why locals love our cafe atmosphere and service."
/>
</div>
<div id="features" data-section="features">
<FeatureCardEight
textboxLayout="default"
useInvertedBackground={false}
features={[
{
title: "Work Friendly",
description: "Stable Wi-Fi and comfortable seating for remote work.",
imageSrc: "http://img.b2bpic.net/free-photo/royal-dining-room-with-wooden-furniture-chandeliers_114579-2222.jpg",
},
{
title: "Event Hosting",
description: "Perfect venue for your intimate gatherings.",
imageSrc: "http://img.b2bpic.net/free-photo/person-cafe-enjoying-book_23-2150064702.jpg",
},
{
title: "Daily Specials",
description: "Check our board for fresh seasonal arrivals.",
imageSrc: "http://img.b2bpic.net/free-photo/slice-cheesecake_1232-2730.jpg",
},
]}
title="Experience More"
description="Beyond just coffee, we offer an immersive cafe experience."
title="Čo hovoria naši hostia"
description="Zistite, prečo si miestni tak obľúbili atmosféru Fontaine d'Or."
/>
</div>
@@ -270,39 +115,12 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={true}
metrics={[
{
id: "m1",
value: "400+",
title: "Google Reviews",
items: [
"Positive rating",
"Satisfied guests",
"Community favorite",
],
},
{
id: "m2",
value: "4.6",
title: "Average Score",
items: [
"Quality focus",
"Great service",
"High consistency",
],
},
{
id: "m3",
value: "2",
title: "Years of Joy",
items: [
"Serving Trenčín",
"Building memories",
"Always growing",
],
},
{ id: "m1", value: "400+", title: "Google recenzií", items: ["Pozitívne hodnotenie", "Spokojní hostia", "Obľúbené v komunite"] },
{ id: "m2", value: "4,6", title: "Priemerné hodnotenie", items: ["Zamerané na kvalitu", "Skvelý servis", "Vysoká konzistentnosť"] },
{ id: "m3", value: "2", title: "Roky radosti", items: ["Slúžime Trenčínu", "Tvoríme spomienky", "Neustále rastieme"] },
]}
title="By The Numbers"
description="Our passion for coffee measured in daily smiles."
title="V číslach"
description="Naša vášeň pre kávu meraná v denných úsmevoch."
/>
</div>
@@ -310,24 +128,12 @@ export default function LandingPage() {
<FaqSplitText
useInvertedBackground={false}
faqs={[
{
id: "f1",
title: "Do you accept reservations?",
content: "Yes, we highly recommend reservations, especially for weekends or special dates.",
},
{
id: "f2",
title: "Are you pet friendly?",
content: "We welcome small, well-behaved pets in our space.",
},
{
id: "f3",
title: "Can I order online?",
content: "Yes, you can order online for quick pickup or delivery.",
},
{ id: "f1", title: "Prijímate rezervácie?", content: "Áno, odporúčame rezerváciu vopred, najmä cez víkendy." },
{ id: "f2", title: "Ste pet-friendly?", content: "Radi privítame menších a vychovaných domácich miláčikov." },
{ id: "f3", title: "Dá sa objednať online?", content: "Áno, ponúkame možnosť objednania pre rýchle vyzdvihnutie." },
]}
sideTitle="Questions?"
sideDescription="We're here to help you enjoy your visit."
sideTitle="Otázky?"
sideDescription="Sme tu pre vás, aby ste si návštevu užili čo najlepšie."
faqsAnimation="slide-up"
/>
</div>
@@ -335,12 +141,10 @@ export default function LandingPage() {
<div id="contact" data-section="contact">
<ContactSplit
useInvertedBackground={true}
background={{
variant: "rotated-rays-static",
}}
tag="Visit Us"
title="Join Us at Fontaine d'Or"
description="Find us at Štúrovo námestie 133/18. Contact us at 0908 744 309 for reservations or inquiries."
background={{ variant: "rotated-rays-static" }}
tag="Navštívte nás"
title="Zastavte sa vo Fontaine d'Or"
description="Nájdete nás na Štúrovom námestí 133/18. Pre rezervácie alebo otázky nás kontaktujte na 0908 744 309."
imageSrc="http://img.b2bpic.net/free-photo/man-sitting-table-restaurant-seen-from-window-glass_23-2147861906.jpg"
mediaAnimation="slide-up"
/>
@@ -349,7 +153,7 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterCard
logoText="Fontaine d'Or"
copyrightText="© 2025 Fontaine d'Or Café. All rights reserved."
copyrightText="© 2025 Fontaine d'Or Café. Všetky práva vyhradené."
/>
</div>
</ReactLenis>