Merge version_3 into main

Merge version_3 into main
This commit was merged in pull request #2.
This commit is contained in:
2026-05-07 10:38:42 +00:00

View File

@@ -4,14 +4,10 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react"; import ReactLenis from "lenis/react";
import ContactCTA from '@/components/sections/contact/ContactCTA'; import ContactCTA from '@/components/sections/contact/ContactCTA';
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia'; import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
import FeatureCardOne from '@/components/sections/feature/FeatureCardOne';
import FooterMedia from '@/components/sections/footer/FooterMedia'; import FooterMedia from '@/components/sections/footer/FooterMedia';
import HeroSplitTestimonial from '@/components/sections/hero/HeroSplitTestimonial'; import HeroSplitTestimonial from '@/components/sections/hero/HeroSplitTestimonial';
import MediaAbout from '@/components/sections/about/MediaAbout'; import MediaAbout from '@/components/sections/about/MediaAbout';
import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen';
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen';
export default function LandingPage() { export default function LandingPage() {
return ( return (
@@ -31,10 +27,10 @@ export default function LandingPage() {
<div id="nav" data-section="nav"> <div id="nav" data-section="nav">
<NavbarLayoutFloatingOverlay <NavbarLayoutFloatingOverlay
navItems={[ navItems={[
{ name: "Home", id: "hero" }, { name: "Főoldal", id: "hero" },
{ name: "About", id: "about" }, { name: "Rólunk", id: "about" },
{ name: "Dining Options", id: "faq" }, { name: "Étkezési lehetőségek", id: "faq" },
{ name: "Contact", id: "contact" }, { name: "Kapcsolat", id: "contact" },
]} ]}
brandName="Barney's Diner" brandName="Barney's Diner"
/> />
@@ -43,10 +39,10 @@ export default function LandingPage() {
<div id="hero" data-section="hero"> <div id="hero" data-section="hero">
<HeroSplitTestimonial <HeroSplitTestimonial
background={{ variant: "sparkles-gradient" }} background={{ variant: "sparkles-gradient" }}
title="Barney's American Diner Gyor" title="Barney's American Diner Győr"
description="Authentic American dining experience at Tompa u. 2. Visit barneys.hu for more details." description="Autentikus amerikai éttermi élmény a Tompa u. 2. alatt. További részletekért látogass el a barneys.hu weboldalra."
testimonials={[]} testimonials={[]}
buttons={[{ text: "Order Now", href: "#contact" }]} buttons={[{ text: "Rendelés most", href: "#contact" }]}
imageSrc="http://img.b2bpic.net/free-photo/women-with-burgers-drinks-sitting-table_23-2148975051.jpg" imageSrc="http://img.b2bpic.net/free-photo/women-with-burgers-drinks-sitting-table_23-2148975051.jpg"
mediaAnimation="slide-up" mediaAnimation="slide-up"
/> />
@@ -55,8 +51,8 @@ export default function LandingPage() {
<div id="about" data-section="about"> <div id="about" data-section="about">
<MediaAbout <MediaAbout
useInvertedBackground={false} useInvertedBackground={false}
title="Welcome to Barney's" title="Üdvözlünk a Barney's-ban"
description="Located in the heart of Gyor, we bring the best of American comfort food to you. Quality, tradition, and taste in every bite." description="Győr szívében hozzuk el neked az amerikai kényelmi ételek legjavát. Minőség, hagyomány és íz minden falatban."
imageSrc="http://img.b2bpic.net/free-photo/top-view-delicious-breakfast-with-eggs_23-2148543705.jpg" imageSrc="http://img.b2bpic.net/free-photo/top-view-delicious-breakfast-with-eggs_23-2148543705.jpg"
/> />
</div> </div>
@@ -66,12 +62,12 @@ export default function LandingPage() {
textboxLayout="split" textboxLayout="split"
useInvertedBackground={false} useInvertedBackground={false}
faqs={[ faqs={[
{ id: "1", title: "Dining Options", content: "Join us for comfortable indoor dining or enjoy our meals at home with takeout." }, { id: "1", title: "Étkezési lehetőségek", content: "Csatlakozz hozzánk kényelmes belső éttermünkben, vagy élvezd ételeinket otthon, elvitelre kérve." },
{ id: "2", title: "Contactless Delivery", content: "Safety first! Enjoy our contactless delivery service right to your doorstep." }, { id: "2", title: "Érintésmentes kiszállítás", content: "A biztonság az első! Élvezd érintésmentes kiszállítási szolgáltatásunkat egyenesen az ajtódig." },
{ id: "3", title: "Contact Us", content: "Call us at 06 30 584 3448 or visit us at Tompa u. 2, Gyor." } { id: "3", title: "Lépj kapcsolatba velünk", content: "Hívj minket a 06 30 584 3448-as számon, vagy látogass el hozzánk: Győr, Tompa u. 2." }
]} ]}
title="Dining & Services" title="Étkezés és szolgáltatások"
description="We offer multiple ways to enjoy our delicious menu." description="Többféle módon is élvezheted ízletes menünket."
faqsAnimation="slide-up" faqsAnimation="slide-up"
mediaAnimation="slide-up" mediaAnimation="slide-up"
/> />
@@ -81,10 +77,10 @@ export default function LandingPage() {
<ContactCTA <ContactCTA
useInvertedBackground={false} useInvertedBackground={false}
background={{ variant: "sparkles-gradient" }} background={{ variant: "sparkles-gradient" }}
tag="Contact Us" tag="Kapcsolat"
title="Visit Us at Tompa u. 2" title="Látogass el hozzánk: Tompa u. 2"
description="Questions? Give us a call at 06 30 584 3448 or check out our full menu online at barneys.hu." description="Kérdésed van? Hívj minket a 06 30 584 3448 számon, vagy tekintsd meg teljes étlapunkat online a barneys.hu oldalon."
buttons={[{ text: "Call Now", href: "tel:06305843448" }, { text: "Visit barneys.hu", href: "https://barneys.hu" }]} buttons={[{ text: "Hívj most", href: "tel:06305843448" }, { text: "Látogasd meg a barneys.hu-t", href: "https://barneys.hu" }]}
/> />
</div> </div>
@@ -93,8 +89,8 @@ export default function LandingPage() {
imageSrc="http://img.b2bpic.net/free-photo/stylish-smiling-woman-colorful-outfit-retro-vintage-50s-cafe-dancing-wearing-jacket-blue-skirt-red-shirt-sunglasses-having-fun-cheerful-mood_285396-10716.jpg" imageSrc="http://img.b2bpic.net/free-photo/stylish-smiling-woman-colorful-outfit-retro-vintage-50s-cafe-dancing-wearing-jacket-blue-skirt-red-shirt-sunglasses-having-fun-cheerful-mood_285396-10716.jpg"
logoText="Barney's Diner" logoText="Barney's Diner"
columns={[ columns={[
{ title: "Quick Links", items: [{ label: "Home", href: "#hero" }, { label: "About", href: "#about" }] }, { title: "Gyors linkek", items: [{ label: "Főoldal", href: "#hero" }, { label: "Rólunk", href: "#about" }] },
{ title: "Contact", items: [{ label: "06 30 584 3448", href: "tel:06305843448" }, { label: "Tompa u. 2", href: "#" }] } { title: "Kapcsolat", items: [{ label: "06 30 584 3448", href: "tel:06305843448" }, { label: "Tompa u. 2", href: "#" }] }
]} ]}
/> />
</div> </div>