Merge version_3 into main #2
110
src/app/page.tsx
110
src/app/page.tsx
@@ -31,15 +31,15 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home", id: "hero"},
|
||||
name: "Domov", id: "hero"},
|
||||
{
|
||||
name: "Menu", id: "menu"},
|
||||
{
|
||||
name: "Reviews", id: "testimonials"},
|
||||
name: "Recenzie", id: "testimonials"},
|
||||
{
|
||||
name: "About", id: "about"},
|
||||
name: "O nás", id: "about"},
|
||||
{
|
||||
name: "Contact", id: "contact"},
|
||||
name: "Kontakt", id: "contact"},
|
||||
]}
|
||||
brandName="CIAO"
|
||||
/>
|
||||
@@ -49,50 +49,50 @@ export default function LandingPage() {
|
||||
<HeroSplitKpi
|
||||
background={{
|
||||
variant: "radial-gradient"}}
|
||||
title="Authentic Italian Flavors in the Heart of Prešov"
|
||||
description="Discover true Italian tradition with our handmade pasta, wood-fired pizzas, and classic desserts. Experience a touch of Italy in a warm, welcoming environment."
|
||||
title="Autentické talianske chute v srdci Prešova"
|
||||
description="Objavte pravú taliansku tradíciu s našimi ručne vyrábanými cestovinami, pizzou z pece na drevo a klasickými dezertmi. Zažite kúsok Talianska v teplej a príjemnej atmosfére."
|
||||
kpis={[
|
||||
{
|
||||
value: "4.6", label: "Google Rating"},
|
||||
value: "4.6", label: "Google hodnotenie"},
|
||||
{
|
||||
value: "118", label: "Happy Reviews"},
|
||||
value: "118", label: "Spokojných recenzií"},
|
||||
{
|
||||
value: "10-15€", label: "Avg. Price"},
|
||||
value: "10-15€", label: "Priemerná cena"},
|
||||
]}
|
||||
enableKpiAnimation={true}
|
||||
buttons={[
|
||||
{
|
||||
text: "View Menu", href: "#menu"},
|
||||
text: "Pozrieť menu", href: "#menu"},
|
||||
{
|
||||
text: "Book Table", href: "#contact"},
|
||||
text: "Rezervovať stôl", href: "#contact"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/view-elegant-dining-table-arrangement_52683-111485.jpg"
|
||||
imageAlt="CIAO Italian Restaurant Exterior"
|
||||
imageAlt="CIAO talianska reštaurácia exteriér"
|
||||
mediaAnimation="slide-up"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/delicious-gulas-dish-arrangement_23-2149072602.jpg", alt: "Diner 1"},
|
||||
src: "http://img.b2bpic.net/free-photo/delicious-gulas-dish-arrangement_23-2149072602.jpg", alt: "Hosť 1"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/beautifully-elegant-decorated-table-holiday-with-modern-cutlery-bow-glass-candle-gift_169016-6407.jpg", alt: "Diner 2"},
|
||||
src: "http://img.b2bpic.net/free-photo/beautifully-elegant-decorated-table-holiday-with-modern-cutlery-bow-glass-candle-gift_169016-6407.jpg", alt: "Hosť 2"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/top-view-dining-tables-without-food_23-2150157813.jpg", alt: "Diner 3"},
|
||||
src: "http://img.b2bpic.net/free-photo/top-view-dining-tables-without-food_23-2150157813.jpg", alt: "Hosť 3"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/wedding-table-number-decoration_23-2149433898.jpg", alt: "Diner 4"},
|
||||
src: "http://img.b2bpic.net/free-photo/wedding-table-number-decoration_23-2149433898.jpg", alt: "Hosť 4"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/high-angle-hands-cutting-vegetables_23-2149412468.jpg", alt: "Diner 5"},
|
||||
src: "http://img.b2bpic.net/free-photo/high-angle-hands-cutting-vegetables_23-2149412468.jpg", alt: "Hosť 5"},
|
||||
]}
|
||||
avatarText="Loved by 1000+ local foodies"
|
||||
avatarText="Obľúbené medzi 1000+ miestnymi gurmánmi"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text", text: "Authentic Ingredients"},
|
||||
type: "text", text: "Autentické suroviny"},
|
||||
{
|
||||
type: "text", text: "Freshly Prepared"},
|
||||
type: "text", text: "Čerstvo pripravené"},
|
||||
{
|
||||
type: "text", text: "Wood-Fired Pizza"},
|
||||
type: "text", text: "Pizza z pece na drevo"},
|
||||
{
|
||||
type: "text", text: "Homemade Pasta"},
|
||||
type: "text", text: "Domáce cestoviny"},
|
||||
{
|
||||
type: "text", text: "Sicilian Desserts"},
|
||||
type: "text", text: "Sicílske dezerty"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -102,11 +102,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
heading={[
|
||||
{
|
||||
type: "text", content: "Our Passion for "},
|
||||
type: "text", content: "Naša vášeň pre "},
|
||||
{
|
||||
type: "image", src: "http://img.b2bpic.net/free-photo/senior-woman-making-dish-with-figs-kitchen_23-2150304375.jpg", alt: "Fresh pasta making"},
|
||||
type: "image", src: "http://img.b2bpic.net/free-photo/senior-woman-making-dish-with-figs-kitchen_23-2150304375.jpg", alt: "Čerstvé cestoviny"},
|
||||
{
|
||||
type: "text", content: " Authentic Italian Cuisine"},
|
||||
type: "text", content: " autentickú taliansku kuchyňu"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -118,14 +118,14 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
title: "Pizza Napoletana", description: "Authentic sourdough crust fired in our wood oven.", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-sliced-pizza_23-2148753764.jpg", imageAlt: "Fresh wood-fired pizza"},
|
||||
title: "Pizza Napoletana", description: "Autentické cesto z kvásku pečené v peci na drevo.", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-sliced-pizza_23-2148753764.jpg", imageAlt: "Čerstvá pizza"},
|
||||
{
|
||||
title: "Spaghetti Carbonara", description: "Al dente pasta tossed with creamy egg, cheese, and guanciale.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-pasta-cooked-along-with-green-leafs-inside-white-plate-grey-surface_140725-14462.jpg", imageAlt: "Classic carbonara"},
|
||||
title: "Špagety Carbonara", description: "Cestoviny al dente s krémovým vajíčkom, syrom a guanciale.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-pasta-cooked-along-with-green-leafs-inside-white-plate-grey-surface_140725-14462.jpg", imageAlt: "Klasická carbonara"},
|
||||
{
|
||||
title: "Pistachio Tiramisu", description: "Our signature dessert with premium Sicilian pistachio cream.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-cream-dessert-with-white-cream-sliced-kiwis-white-space_140725-95554.jpg", imageAlt: "Gourmet Tiramisu"},
|
||||
title: "Pistáciové tiramisu", description: "Náš signature dezert s prémiovým sicílskym pistáciovým krémom.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-cream-dessert-with-white-cream-sliced-kiwis-white-space_140725-95554.jpg", imageAlt: "Gurmánske tiramisu"},
|
||||
]}
|
||||
title="Menu Highlights"
|
||||
description="Hand-picked favorites prepared with love and the finest ingredients."
|
||||
title="Menu highlights"
|
||||
description="Ručne vybrané obľúbené jedlá pripravené s láskou a z tých najlepších surovín."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -136,33 +136,33 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Sarah J.", handle: "@sarahj", testimonial: "Best pasta al dente in Prešov! The atmosphere is genuinely Italian.", imageSrc: "http://img.b2bpic.net/free-photo/group-positive-people-having-dinner-together_23-2148454185.jpg"},
|
||||
id: "1", name: "Sarah J.", handle: "@sarahj", testimonial: "Najlepšie cestoviny al dente v Prešove! Atmosféra je skutočne talianska.", imageSrc: "http://img.b2bpic.net/free-photo/group-positive-people-having-dinner-together_23-2148454185.jpg"},
|
||||
{
|
||||
id: "2", name: "Michael C.", handle: "@mikey", testimonial: "The pistachio tiramisu is a life-changer. Highly recommend.", imageSrc: "http://img.b2bpic.net/free-photo/people-hangout-together-coffee-shop_53876-71154.jpg"},
|
||||
id: "2", name: "Michael C.", handle: "@mikey", testimonial: "Pistáciové tiramisu je zážitok. Vrelo odporúčam.", imageSrc: "http://img.b2bpic.net/free-photo/people-hangout-together-coffee-shop_53876-71154.jpg"},
|
||||
{
|
||||
id: "3", name: "Emily R.", handle: "@emilyr", testimonial: "Great Aperol spritz and excellent service. My go-to spot.", imageSrc: "http://img.b2bpic.net/free-photo/two-girls-friends-eating-pasta-italian-restaurant_1303-24357.jpg"},
|
||||
id: "3", name: "Emily R.", handle: "@emilyr", testimonial: "Skvelý Aperol spritz a výborný servis. Moje obľúbené miesto.", imageSrc: "http://img.b2bpic.net/free-photo/two-girls-friends-eating-pasta-italian-restaurant_1303-24357.jpg"},
|
||||
{
|
||||
id: "4", name: "David K.", handle: "@davidk", testimonial: "Amazing carbonara, tastes just like Rome. Fantastic value.", imageSrc: "http://img.b2bpic.net/free-photo/good-humoured-caucasian-woman-enjoying-healthy-food-indoor-shot-smiling-girl-eating-salad_197531-17196.jpg"},
|
||||
id: "4", name: "David K.", handle: "@davidk", testimonial: "Úžasná carbonara, chutí ako v Ríme. Skvelá hodnota.", imageSrc: "http://img.b2bpic.net/free-photo/good-humoured-caucasian-woman-enjoying-healthy-food-indoor-shot-smiling-girl-eating-salad_197531-17196.jpg"},
|
||||
{
|
||||
id: "5", name: "Elena V.", handle: "@elenav", testimonial: "A true Italian experience. Everything is perfectly balanced.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-joyful-man-being-glad-hear-old-best-friend-mobile-phone_273609-8929.jpg"},
|
||||
id: "5", name: "Elena V.", handle: "@elenav", testimonial: "Pravý taliansky zážitok. Všetko je perfektne vyvážené.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-joyful-man-being-glad-hear-old-best-friend-mobile-phone_273609-8929.jpg"},
|
||||
]}
|
||||
title="What Our Guests Say"
|
||||
description="Authentic reviews from those who love our food and atmosphere."
|
||||
title="Čo hovoria naši hostia"
|
||||
description="Autentické recenzie od tých, ktorí milujú naše jedlo a atmosféru."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="metrics" data-section="metrics">
|
||||
<MetricCardFourteen
|
||||
useInvertedBackground={true}
|
||||
title="Our Journey"
|
||||
tag="Quality First"
|
||||
title="Naša cesta"
|
||||
tag="Kvalita na prvom mieste"
|
||||
metrics={[
|
||||
{
|
||||
id: "m1", value: "118", description: "Happy Reviews"},
|
||||
id: "m1", value: "118", description: "Spokojných recenzií"},
|
||||
{
|
||||
id: "m2", value: "4.6", description: "Google Rating"},
|
||||
id: "m2", value: "4.6", description: "Google hodnotenie"},
|
||||
{
|
||||
id: "m3", value: "15+", description: "Daily Specials"},
|
||||
id: "m3", value: "15+", description: "Denné špeciály"},
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -174,17 +174,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1", title: "Do you offer takeaways?", content: "Yes, we provide high-quality takeaway services for all our menu items."},
|
||||
id: "f1", title: "Ponúkate jedlo so sebou?", content: "Áno, ponúkame kvalitnú službu balenia všetkých našich jedál so sebou."},
|
||||
{
|
||||
id: "f2", title: "Are reservations necessary?", content: "While walk-ins are welcome, reservations are recommended for dinner hours."},
|
||||
id: "f2", title: "Sú rezervácie potrebné?", content: "Hoci sú návštevy bez rezervácie vítané, počas večerných hodín odporúčame rezerváciu vopred."},
|
||||
{
|
||||
id: "f3", title: "Is your restaurant kid-friendly?", content: "Absolutely! We welcome families and have options for everyone."},
|
||||
id: "f3", title: "Je vaša reštaurácia vhodná pre deti?", content: "Samozrejme! Rodiny sú u nás vítané a máme možnosti pre každého."},
|
||||
]}
|
||||
title="Questions & Answers"
|
||||
description="Everything you need to know about your dining experience at Ciao."
|
||||
title="Často kladené otázky"
|
||||
description="Všetko, čo potrebujete vedieť o vašom stolovaní v CIAO."
|
||||
faqsAnimation="blur-reveal"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/arrangement-with-pizza-copy-space_23-2148574235.jpg"
|
||||
imageAlt="Italian dining atmosphere"
|
||||
imageAlt="Atmosféra talianskeho stolovania"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
@@ -194,20 +194,20 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "plain"}}
|
||||
tag="Find Us"
|
||||
title="Visit Us at Ciao"
|
||||
description="Located at 17. novembra 8288/106, 080 01 Prešov. Open daily until 10 pm. Contact us: <a href='tel:0907918267' style='text-decoration: underline;'>0907 918 267</a>. Reserve Now!"
|
||||
inputPlaceholder="Enter your email for updates"
|
||||
tag="Nájdite nás"
|
||||
title="Navštívte CIAO"
|
||||
description="Sídlime na 17. novembra 8288/106, 080 01 Prešov. Otvorené denne do 22:00. Kontakt: <a href='tel:0907918267' style='text-decoration: underline;'>0907 918 267</a>. Rezervujte si stôl!"
|
||||
inputPlaceholder="Zadajte email pre novinky"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterCard
|
||||
logoText="CIAO"
|
||||
copyrightText="© 2025 Ciao Italian Restaurant | Prešov"
|
||||
copyrightText="© 2025 Ciao talianska reštaurácia | Prešov"
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user