diff --git a/src/app/page.tsx b/src/app/page.tsx index 9fecd4c..8fc3e42 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,15 +1,15 @@ "use client"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; -import NavbarStyleFullscreen from "@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen"; -import HeroBillboardRotatedCarousel from "@/components/sections/hero/HeroBillboardRotatedCarousel"; -import ProductCardOne from "@/components/sections/product/ProductCardOne"; -import FeatureCardSeven from "@/components/sections/feature/FeatureCardSeven"; -import TestimonialAboutCard from "@/components/sections/about/TestimonialAboutCard"; -import SocialProofOne from "@/components/sections/socialProof/SocialProofOne"; -import TestimonialCardFive from "@/components/sections/testimonial/TestimonialCardFive"; -import ContactFaq from "@/components/sections/contact/ContactFaq"; -import FooterMedia from "@/components/sections/footer/FooterMedia"; +import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; +import HeroBillboardRotatedCarousel from '@/components/sections/hero/HeroBillboardRotatedCarousel'; +import ProductCardOne from '@/components/sections/product/ProductCardOne'; +import FeatureCardSeven from '@/components/sections/feature/FeatureCardSeven'; +import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; +import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; +import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive'; +import ContactFaq from '@/components/sections/contact/ContactFaq'; +import FooterMedia from '@/components/sections/footer/FooterMedia'; import { Sparkles, Award, Music, Zap, Users, Heart, MapPin, BookOpen } from "lucide-react"; export default function LandingPage() { @@ -53,20 +53,26 @@ export default function LandingPage() { { text: "Étlap megtekintése", href: "#bagel-craft" }, ]} buttonAnimation="blur-reveal" - background={{ variant: "circleGradient" }} + background={{ variant: "plain" }} carouselItems={[ { - id: "1", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-donuts-wooden-surface_23-2148526378.jpg", imageAlt: "Gőzölgő kávé és friss bagel"}, + id: "1", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-donuts-wooden-surface_23-2148526378.jpg", imageAlt: "Gőzölgő kávé és friss bagel" + }, { - id: "2", imageSrc: "http://img.b2bpic.net/free-photo/side-view-table-served-with-pilaf-with-dried-fruits-served-stewed-meat-with-herbs-bowls_140725-12864.jpg", imageAlt: "Krémesített camembert bagel"}, + id: "2", imageSrc: "http://img.b2bpic.net/free-photo/side-view-table-served-with-pilaf-with-dried-fruits-served-stewed-meat-with-herbs-bowls_140725-12864.jpg", imageAlt: "Krémesített camembert bagel" + }, { - id: "3", imageSrc: "http://img.b2bpic.net/free-photo/men-looking-out-window-cafe_23-2147775903.jpg", imageAlt: "Budapest utcai kávézó külseje"}, + id: "3", imageSrc: "http://img.b2bpic.net/free-photo/men-looking-out-window-cafe_23-2147775903.jpg", imageAlt: "Budapest utcai kávézó külseje" + }, { - id: "4", imageSrc: "http://img.b2bpic.net/free-photo/romantic-date-couple-love-cafe-happy-couple-love-enjoying-romantic-moment_8353-6650.jpg", imageAlt: "Latte art és reggeli készítés"}, + id: "4", imageSrc: "http://img.b2bpic.net/free-photo/romantic-date-couple-love-cafe-happy-couple-love-enjoying-romantic-moment_8353-6650.jpg", imageAlt: "Latte art és reggeli készítés" + }, { - id: "5", imageSrc: "http://img.b2bpic.net/free-photo/closeup-part-coffee-machine-holder-coffee_169016-16960.jpg", imageAlt: "Friss kávé és meleg atmoszféra"}, + id: "5", imageSrc: "http://img.b2bpic.net/free-photo/closeup-part-coffee-machine-holder-coffee_169016-16960.jpg", imageAlt: "Friss kávé és meleg atmoszféra" + }, { - id: "6", imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-holding-wooden-board-with-bread_23-2148613553.jpg", imageAlt: "Artizán bagel luxury breakfast"}, + id: "6", imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-holding-wooden-board-with-bread_23-2148613553.jpg", imageAlt: "Artizán bagel luxury breakfast" + }, ]} autoPlay={true} autoPlayInterval={4000} @@ -93,11 +99,14 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" products={[ { - id: "1", name: "Camembert & Körte", price: "2,490 Ft", imageSrc: "http://img.b2bpic.net/free-photo/composition-delicious-picnic-goodies-blanket_23-2148921068.jpg", imageAlt: "Camembert és körte bagel"}, + id: "1", name: "Camembert & Körte", price: "2,490 Ft", imageSrc: "http://img.b2bpic.net/free-photo/composition-delicious-picnic-goodies-blanket_23-2148921068.jpg", imageAlt: "Camembert és körte bagel" + }, { - id: "2", name: "Lazacos Klasszikus", price: "2,790 Ft", imageSrc: "http://img.b2bpic.net/free-photo/smoked-salmon-with-cream-cheese-bagel-sandwich_1147-547.jpg", imageAlt: "Smoked salmon bagel"}, + id: "2", name: "Lazacos Klasszikus", price: "2,790 Ft", imageSrc: "http://img.b2bpic.net/free-photo/smoked-salmon-with-cream-cheese-bagel-sandwich_1147-547.jpg", imageAlt: "Smoked salmon bagel" + }, { - id: "3", name: "Humusz Különlegesen", price: "2,290 Ft", imageSrc: "http://img.b2bpic.net/free-photo/delicious-high-protein-vegan-meal_23-2149039361.jpg", imageAlt: "Házi humusz bagel"}, + id: "3", name: "Humusz Különlegesen", price: "2,290 Ft", imageSrc: "http://img.b2bpic.net/free-photo/delicious-high-protein-vegan-meal_23-2149039361.jpg", imageAlt: "Házi humusz bagel" + }, ]} useInvertedBackground={false} ariaLabel="Bagel Selection Section" @@ -123,19 +132,22 @@ export default function LandingPage() { features={[ { id: 1, - title: "La Marzocco Mastery", description: "Profi szintű espresso gépek, amelyeket a szakértők szeretnek. Minden csésze tökéletes.", imageSrc: "http://img.b2bpic.net/free-photo/view-coffee-machine-making-coffee-home_23-2151699735.jpg?_wi=1", imageAlt: "La Marzocco espresso machine"}, + title: "La Marzocco Mastery", description: "Profi szintű espresso gépek, amelyeket a szakértők szeretnek. Minden csésze tökéletes.", imageSrc: "http://img.b2bpic.net/free-photo/view-coffee-machine-making-coffee-home_23-2151699735.jpg", imageAlt: "La Marzocco espresso machine" + }, { id: 2, - title: "Casino Mocca Roastery", description: "Az egyik legjobb magyar pörkölésből származó szemes kávé. Friss, karakteres, igazi.", imageSrc: "http://img.b2bpic.net/free-photo/view-coffee-machine-making-coffee-home_23-2151699735.jpg?_wi=2", imageAlt: "Premium coffee beans roasting"}, + title: "Casino Mocca Roastery", description: "Az egyik legjobb magyar pörkölésből származó szemes kávé. Friss, karakteres, igazi.", imageSrc: "http://img.b2bpic.net/free-photo/view-coffee-machine-making-coffee-home_23-2151699735.jpg", imageAlt: "Premium coffee beans roasting" + }, { id: 3, - title: "Metallica Vibes", description: "Rockzene, fém dekorációk, és egy csipetnyi lázadás. Luxury az Edge mellett.", imageSrc: "http://img.b2bpic.net/free-photo/view-coffee-machine-making-coffee-home_23-2151699735.jpg?_wi=3", imageAlt: "Modern cafe with metal decor"}, + title: "Metallica Vibes", description: "Rockzene, fém dekorációk, és egy csipetnyi lázadás. Luxury az Edge mellett.", imageSrc: "http://img.b2bpic.net/free-photo/view-coffee-machine-making-coffee-home_23-2151699735.jpg", imageAlt: "Modern cafe with metal decor" + }, ]} useInvertedBackground={false} ariaLabel="Coffee and Sound Experience Section" textBoxClassName="text-center" - titleClassName="text-4xl font-bold" - descriptionClassName="text-lg opacity-85 max-w-2xl mx-auto" + cardTitleClassName="text-4xl font-bold" + textBoxDescriptionClassName="text-lg opacity-85 max-w-2xl mx-auto" /> @@ -169,7 +181,8 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} names={[ - "Luxury Travelers Magazine", "Budapest Food Guide", "Artisan Coffee Association", "Local Budapest Community", "Specialty Coffee Enthusiasts", "Boutique Cafe Network", "Hungarian Hospitality Awards", "Premium Breakfast Collective"]} + "Luxury Travelers Magazine", "Budapest Food Guide", "Artisan Coffee Association", "Local Budapest Community", "Specialty Coffee Enthusiasts", "Boutique Cafe Network", "Hungarian Hospitality Awards", "Premium Breakfast Collective" + ]} speed={40} showCard={true} ariaLabel="Social Proof Partners Section" @@ -190,17 +203,23 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "1", name: "Katalin Szabó, Budapest Lakos", date: "Date: 15 November 2024", tag: "Regular Guest", title: "Ez már nem csak egy kávézó, ez egy rituálé", quote: "Minden reggel itt kezdőm a napot. A kávé tökéletes, a bagel friss, és az atmoszféra… ott van valami varázs. Zërgë az otthon második szobája lett.", avatarSrc: "http://img.b2bpic.net/free-photo/attractive-blond-business-woman-white-shirt-eyeglasses-crossed-arms-grey-background_613910-11786.jpg", avatarAlt: "Katalin Szabó portrait", imageSrc: "http://img.b2bpic.net/free-photo/attractive-blond-business-woman-white-shirt-eyeglasses-crossed-arms-grey-background_613910-11786.jpg?_wi=1", imageAlt: "Customer testimonial 1"}, + id: "1", name: "Katalin Szabó, Budapest Lakos", date: "Date: 15 November 2024", tag: "Regular Guest", title: "Ez már nem csak egy kávézó, ez egy rituálé", quote: "Minden reggel itt kezdőm a napot. A kávé tökéletes, a bagel friss, és az atmoszféra… ott van valami varázs. Zërgë az otthon második szobája lett.", avatarSrc: "http://img.b2bpic.net/free-photo/attractive-blond-business-woman-white-shirt-eyeglasses-crossed-arms-grey-background_613910-11786.jpg", avatarAlt: "Katalin Szabó portrait", imageSrc: "http://img.b2bpic.net/free-photo/attractive-blond-business-woman-white-shirt-eyeglasses-crossed-arms-grey-background_613910-11786.jpg", imageAlt: "Customer testimonial 1" + }, { - id: "2", name: "Mark Johnson, Turizmus Blogger", date: "Date: 8 November 2024", tag: "Travel Enthusiast", title: "Budapest legjobban tartott titka", quote: "Egy életre emlékezetes reggeli. Az itt készült bagel és kávé kombinációja olyan, mint egy szimfónia. A személyzet szálas, a hely intim – pontosan az, amit kerestem.", avatarSrc: "http://img.b2bpic.net/free-photo/closeup-shot-young-male-blue-suit_181624-55728.jpg", avatarAlt: "Mark Johnson portrait", imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-young-male-blue-suit_181624-55728.jpg", imageAlt: "Customer testimonial 2"}, + id: "2", name: "Mark Johnson, Turizmus Blogger", date: "Date: 8 November 2024", tag: "Travel Enthusiast", title: "Budapest legjobban tartott titka", quote: "Egy életre emlékezetes reggeli. Az itt készült bagel és kávé kombinációja olyan, mint egy szimfónia. A személyzet szálas, a hely intim – pontosan az, amit kerestem.", avatarSrc: "http://img.b2bpic.net/free-photo/closeup-shot-young-male-blue-suit_181624-55728.jpg", avatarAlt: "Mark Johnson portrait", imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-young-male-blue-suit_181624-55728.jpg", imageAlt: "Customer testimonial 2" + }, { - id: "3", name: "Zsuzsanna Kovács, Designer", date: "Date: 3 November 2024", tag: "Creative Professional", title: "Az emeleti szint – munkahelytől otthonig", quote: "Az üzlet alatt egy galériaszerű meditációs helyet találtam. Fent nyugalom van, lent pedig a jó energia. Ideális helyen dolgozom vagy egyszerűen csak ülök.", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-man-suffering-from-schizophrenia_23-2149332565.jpg", avatarAlt: "Zsuzsanna Kovács portrait", imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-suffering-from-schizophrenia_23-2149332565.jpg", imageAlt: "Customer testimonial 3"}, + id: "3", name: "Zsuzsanna Kovács, Designer", date: "Date: 3 November 2024", tag: "Creative Professional", title: "Az emeleti szint – munkahelytől otthonig", quote: "Az üzlet alatt egy galériaszerű meditációs helyet találtam. Fent nyugalom van, lent pedig a jó energia. Ideális helyen dolgozom vagy egyszerűen csak ülök.", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-man-suffering-from-schizophrenia_23-2149332565.jpg", avatarAlt: "Zsuzsanna Kovács portrait", imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-suffering-from-schizophrenia_23-2149332565.jpg", imageAlt: "Customer testimonial 3" + }, { - id: "4", name: "David Chen, Coffee Specialist", date: "Date: 25 October 2024", tag: "Industry Expert", title: "Szakértelem, amely meglátszik", quote: "Ritkán találok olyan helyeket, ahol a kávé élvezete elsőbbséget élvez. A La Marzocco másutt is van, de itt tudnak vele dolgozni. Bravo.", avatarSrc: "http://img.b2bpic.net/free-photo/confident-middle-aged-businesswoman-looking-camera_74855-4120.jpg", avatarAlt: "David Chen portrait", imageSrc: "http://img.b2bpic.net/free-photo/confident-middle-aged-businesswoman-looking-camera_74855-4120.jpg", imageAlt: "Customer testimonial 4"}, + id: "4", name: "David Chen, Coffee Specialist", date: "Date: 25 October 2024", tag: "Industry Expert", title: "Szakértelem, amely meglátszik", quote: "Ritkán találok olyan helyeket, ahol a kávé élvezete elsőbbséget élvez. A La Marzocco másutt is van, de itt tudnak vele dolgozni. Bravo.", avatarSrc: "http://img.b2bpic.net/free-photo/confident-middle-aged-businesswoman-looking-camera_74855-4120.jpg", avatarAlt: "David Chen portrait", imageSrc: "http://img.b2bpic.net/free-photo/confident-middle-aged-businesswoman-looking-camera_74855-4120.jpg", imageAlt: "Customer testimonial 4" + }, { - id: "5", name: "Emma Wilson, Artist", date: "Date: 18 October 2024", tag: "Creative Community", title: "Az inspiráció egy csészében", quote: "Zërgë az én harmadik helyem. Itt születnek az ötleteim, és a Metallica dalai egyszerűen ideális háttérzene az alkotáshoz.", avatarSrc: "http://img.b2bpic.net/free-photo/attractive-blond-business-woman-white-shirt-eyeglasses-crossed-arms-grey-background_613910-11786.jpg", avatarAlt: "Emma Wilson portrait", imageSrc: "http://img.b2bpic.net/free-photo/attractive-blond-business-woman-white-shirt-eyeglasses-crossed-arms-grey-background_613910-11786.jpg?_wi=2", imageAlt: "Customer testimonial 5"}, + id: "5", name: "Emma Wilson, Artist", date: "Date: 18 October 2024", tag: "Creative Community", title: "Az inspiráció egy csészében", quote: "Zërgë az én harmadik helyem. Itt születnek az ötleteim, és a Metallica dalai egyszerűen ideális háttérzene az alkotáshoz.", avatarSrc: "http://img.b2bpic.net/free-photo/attractive-blond-business-woman-white-shirt-eyeglasses-crossed-arms-grey-background_613910-11786.jpg", avatarAlt: "Emma Wilson portrait", imageSrc: "http://img.b2bpic.net/free-photo/attractive-blond-business-woman-white-shirt-eyeglasses-crossed-arms-grey-background_613910-11786.jpg", imageAlt: "Customer testimonial 5" + }, { - id: "6", name: "Ferenc Tóth, Local Enthusiast", date: "Date: 10 October 2024", tag: "Budapest Local", title: "Végre egy olyan hely, ahol vannak értékek", quote: "Nem a forgalom a lényeg, hanem a minőség. Zërgë ezt megértette. Minden részletben látni lehet a gondosságot.", avatarSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1681.jpg", avatarAlt: "Ferenc Tóth portrait", imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1681.jpg", imageAlt: "Customer testimonial 6"}, + id: "6", name: "Ferenc Tóth, Local Enthusiast", date: "Date: 10 October 2024", tag: "Budapest Local", title: "Végre egy olyan hely, ahol vannak értékek", quote: "Nem a forgalom a lényeg, hanem a minőség. Zërgë ezt megértette. Minden részletben látni lehet a gondosságot.", avatarSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1681.jpg", avatarAlt: "Ferenc Tóth portrait", imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1681.jpg", imageAlt: "Customer testimonial 6" + }, ]} ariaLabel="Customer Testimonials Section" textBoxClassName="text-center" @@ -213,17 +232,23 @@ export default function LandingPage() {