7 Commits

Author SHA1 Message Date
efb87da2c6 Update src/app/page.tsx 2026-04-15 12:53:14 +00:00
4b2f618f98 Update src/app/page.tsx 2026-04-15 12:52:46 +00:00
d88de0ae91 Merge version_2 into main
Merge version_2 into main
2026-04-15 12:50:32 +00:00
9dc6812218 Update src/app/page.tsx 2026-04-15 12:50:26 +00:00
c8b1b276f8 Merge version_2 into main
Merge version_2 into main
2026-04-15 12:50:01 +00:00
d96cb409d1 Update src/app/page.tsx 2026-04-15 12:49:58 +00:00
f8fcb91431 Merge version_1 into main
Merge version_1 into main
2026-04-15 12:44:44 +00:00

View File

@@ -2,432 +2,102 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import ContactText from '@/components/sections/contact/ContactText';
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
import FeatureCardTwentyFour from '@/components/sections/feature/FeatureCardTwentyFour';
import FooterCard from '@/components/sections/footer/FooterCard';
import HeroBillboardTestimonial from '@/components/sections/hero/HeroBillboardTestimonial';
import MediaAbout from '@/components/sections/about/MediaAbout';
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
import TeamCardFive from '@/components/sections/team/TeamCardFive';
import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen';
import { Facebook, Flame, Instagram, Leaf, MapPin, Utensils } from "lucide-react";
import HeroLogo from '@/components/sections/hero/HeroLogo';
import FeatureCardTwentyNine from '@/components/sections/feature/featureCardTwentyNine/FeatureCardTwentyNine';
import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve';
import ContactCTA from '@/components/sections/contact/ContactCTA';
import FooterSimple from '@/components/sections/footer/FooterSimple';
export default function LandingPage() {
export default function NaomiClubLandingPage() {
return (
<ThemeProvider
defaultButtonVariant="expand-hover"
defaultTextAnimation="reveal-blur"
borderRadius="soft"
contentWidth="compact"
sizing="largeSmall"
background="circleGradient"
cardStyle="solid"
primaryButtonStyle="shadow"
secondaryButtonStyle="radial-glow"
headingFontWeight="semibold"
borderRadius="pill"
contentWidth="medium"
sizing="large"
background="aurora"
cardStyle="glass-elevated"
primaryButtonStyle="primary-glow"
secondaryButtonStyle="glass"
headingFontWeight="bold"
>
<ReactLenis root>
<div id="nav" data-section="nav">
<NavbarStyleApple
navItems={[
{
name: "Home",
id: "hero",
},
{
name: "About",
id: "about",
},
{
name: "Menu",
id: "products",
},
{
name: "Contact",
id: "contact",
},
]}
brandName="Salento"
/>
</div>
<div id="nav" data-section="nav">
<NavbarStyleApple
navItems={[
{ name: "Home", id: "hero" },
{ name: "Environment", id: "features" },
{ name: "Reviews", id: "testimonials" },
{ name: "Contact", id: "contact" },
]}
brandName="Naomi Club"
/>
</div>
<div id="hero" data-section="hero">
<HeroBillboardTestimonial
background={{
variant: "plain",
}}
title="Authentic Wood Fired Street Food"
description="Experience the true essence of Salento with our artisan wood-fired specialties, crafted with tradition and passion."
testimonials={[
{
name: "Marco Rossi",
handle: "@marco_r",
testimonial: "The best wood-fired pizza I've had outside of Italy. Truly authentic.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/halloween-outdoors-arrangement-with-caravan_23-2148670094.jpg?_wi=1",
imageAlt: "wood fired pizza truck rustic",
},
{
name: "Elena Bianchi",
handle: "@elena_b",
testimonial: "Incredible textures and flavors. A must-try street food experience!",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-pizza-dough-with-wooden-board-parmesan-cheese_23-2148753785.jpg?_wi=1",
imageAlt: "wood fired pizza truck rustic",
},
{
name: "Luca Moretti",
handle: "@lucam",
testimonial: "Simply delicious. The wood-fire flavor is unmistakable.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/vegetables-grey-wooden-surface_176420-6809.jpg?_wi=1",
imageAlt: "wood fired pizza truck rustic",
},
{
name: "Sofia Conti",
handle: "@sofiac",
testimonial: "Fantastic artisan quality on the go. Perfectly executed.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/chef-cooking-kitchen-while-wearing-professional-attire_23-2151208291.jpg?_wi=1",
imageAlt: "wood fired pizza truck rustic",
},
{
name: "Giulia Ferrari",
handle: "@giuliaf",
testimonial: "Authentic, fresh, and exceptionally flavorful. Highly recommended!",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/top-view-food-banquet_23-2149893411.jpg?_wi=1",
imageAlt: "wood fired pizza truck rustic",
},
]}
imageSrc="http://img.b2bpic.net/free-photo/halloween-outdoors-arrangement-with-caravan_23-2148670094.jpg?_wi=2"
imageAlt="Wood fired street food truck"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/full-shot-woman-van_23-2148939776.jpg",
alt: "Customer 1",
},
{
src: "http://img.b2bpic.net/free-photo/high-angle-baking-delicious-pizza_23-2150235802.jpg",
alt: "Customer 2",
},
{
src: "http://img.b2bpic.net/free-photo/baking-delicious-pizza-with-wood-fired-oven_23-2150134260.jpg",
alt: "Customer 3",
},
{
src: "http://img.b2bpic.net/free-photo/chef-kitchen-prepares-pizza_1157-21841.jpg",
alt: "Customer 4",
},
{
src: "http://img.b2bpic.net/free-photo/portrait-indigenous-person-integrated-into-modern-life_23-2151102574.jpg",
alt: "Customer 5",
},
]}
marqueeItems={[
{
type: "text-icon",
text: "Artisan Craft",
icon: Flame,
},
{
type: "text-icon",
text: "Locally Sourced",
icon: Leaf,
},
{
type: "text-icon",
text: "Street Food Legacy",
icon: MapPin,
},
{
type: "text-icon",
text: "Wood-Fired Perfection",
icon: Flame,
},
{
type: "text-icon",
text: "Authentic Flavors",
icon: Utensils,
},
]}
/>
</div>
<div id="hero" data-section="hero">
<HeroLogo
logoText="Naomi Club Thessaloniki"
description="Experience the most vibrant dance environment in the heart of Thessaloniki. Where rhythm meets soul."
buttons={[{ text: "Book Your Table", href: "#contact" }]}
imageSrc="https://img.b2bpic.net/free-photo/nightclub-dance-floor_23-2148107567.jpg"
imageAlt="Naomi Club Dance Floor"
/>
</div>
<div id="about" data-section="about">
<MediaAbout
useInvertedBackground={false}
title="Crafted with Tradition"
description="At Salento Wood Fired Street Food, we honor old-world techniques. Using locally sourced ingredients and authentic wood-fired ovens, we bring the vibrant heart of Salento directly to the street, one slice at a time."
imageSrc="http://img.b2bpic.net/free-photo/high-angle-pizza-dough-with-wooden-board-parmesan-cheese_23-2148753785.jpg?_wi=2"
/>
</div>
<div id="features" data-section="features">
<FeatureCardTwentyNine
title="Our Environment"
description="Designed for ultimate immersion, featuring state-of-the-art sound systems and premium lounge areas."
gridVariant="three-columns-all-equal-width"
animationType="slide-up"
textboxLayout="split"
useInvertedBackground={false}
features={[
{ title: "Dance Floor", description: "Spacious and high-energy dance floor.", imageSrc: "https://img.b2bpic.net/free-photo/people-dancing-nightclub_23-2149138402.jpg", titleImageSrc: "", buttonText: "Learn More" },
{ title: "VIP Lounge", description: "Exclusive service with private seating.", imageSrc: "https://img.b2bpic.net/free-photo/modern-lounge-area_23-2148946766.jpg", titleImageSrc: "", buttonText: "Learn More" },
{ title: "Premium Bar", description: "World-class cocktails and spirits.", imageSrc: "https://img.b2bpic.net/free-photo/cocktails-bar_23-2148946767.jpg", titleImageSrc: "", buttonText: "Learn More" }
]}
/>
</div>
<div id="features" data-section="features">
<FeatureCardTwentyFour
animationType="slide-up"
textboxLayout="split"
useInvertedBackground={true}
features={[
{
id: "feat-1",
title: "Farm to Table",
author: "Chef Team",
description: "We source all our ingredients from local farmers for maximum freshness.",
tags: [
"Fresh",
"Organic",
],
imageSrc: "http://img.b2bpic.net/free-photo/vegetables-grey-wooden-surface_176420-6809.jpg?_wi=2",
},
{
id: "feat-2",
title: "Traditional Ovens",
author: "Chef Team",
description: "Authentic wood-fired ovens ensure the unique smoky flavor in every bite.",
tags: [
"Artisan",
"Tradition",
],
imageSrc: "http://img.b2bpic.net/free-photo/chef-cooking-kitchen-while-wearing-professional-attire_23-2151208291.jpg?_wi=2",
},
{
id: "feat-3",
title: "Signature Crust",
author: "Chef Team",
description: "Our slow-fermentation dough guarantees a light, crispy, and flavorful crust.",
tags: [
"Crispy",
"Delicious",
],
imageSrc: "http://img.b2bpic.net/free-photo/top-view-food-banquet_23-2149893411.jpg?_wi=2",
},
]}
title="Why Our Wood Fired Oven?"
description="Our cooking method is more than just heat; it's an art form that transforms simple ingredients into culinary masterpieces."
/>
</div>
<div id="testimonials" data-section="testimonials">
<TestimonialCardTwelve
cardTitle="What Our Guests Say"
cardTag="Reviews"
cardAnimation="blur-reveal"
useInvertedBackground={true}
testimonials={[
{ id: "1", name: "Maria P.", imageSrc: "https://img.b2bpic.net/free-photo/portrait-woman-smiling_23-2148946768.jpg" },
{ id: "2", name: "Giorgos K.", imageSrc: "https://img.b2bpic.net/free-photo/man-smiling-camera_23-2148946769.jpg" },
{ id: "3", name: "Elena S.", imageSrc: "https://img.b2bpic.net/free-photo/portrait-beautiful-woman_23-2148946770.jpg" }
]}
/>
</div>
<div id="products" data-section="products">
<ProductCardTwo
animationType="slide-up"
textboxLayout="split"
gridVariant="uniform-all-items-equal"
useInvertedBackground={false}
products={[
{
id: "p1",
brand: "Signature",
name: "Margherita Classica",
price: "€12",
rating: 5,
reviewCount: "120",
imageSrc: "http://img.b2bpic.net/free-photo/baking-delicious-pizza-with-wood-fired-oven_23-2150134263.jpg",
},
{
id: "p2",
brand: "Signature",
name: "Diavola Piccante",
price: "€14",
rating: 4,
reviewCount: "85",
imageSrc: "http://img.b2bpic.net/free-photo/assorted-meat-pizza-with-jamon-olives_501050-786.jpg",
},
{
id: "p3",
brand: "Seasonal",
name: "Salento Veggie",
price: "€13",
rating: 5,
reviewCount: "92",
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-pizza-with-parmesan-cheese-tomatoes_23-2148753755.jpg",
},
{
id: "p4",
brand: "Signature",
name: "Capricciosa Wood",
price: "€15",
rating: 5,
reviewCount: "110",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-pizza-slices-with-cheese_23-2148601641.jpg",
},
{
id: "p5",
brand: "Seasonal",
name: "Four Formaggi",
price: "€14",
rating: 4,
reviewCount: "75",
imageSrc: "http://img.b2bpic.net/free-photo/baking-delicious-pizza-with-wood-fired-oven_23-2150134250.jpg",
},
{
id: "p6",
brand: "Signature",
name: "Pesto Delight",
price: "€13",
rating: 5,
reviewCount: "68",
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-woman-cutting-pizza_23-2150317024.jpg",
},
]}
title="Our Artisan Menu"
description="Discover our signature wood-fired creations."
/>
</div>
<div id="contact" data-section="contact">
<ContactCTA
tag="Visit Us"
title="Get in Touch"
description="Find us in Thessaloniki. Open daily for your nightlife pleasure."
buttons={[{ text: "Call Us Now: +30 2310 123456" }]}
background={{ variant: "sparkles-gradient" }}
useInvertedBackground={false}
/>
</div>
<div id="team" data-section="team">
<TeamCardFive
animationType="slide-up"
textboxLayout="inline-image"
useInvertedBackground={true}
team={[
{
id: "t1",
name: "Giovanni Rossi",
role: "Head Pizzaiolo",
imageSrc: "http://img.b2bpic.net/free-photo/baker-woman-rolling-dough-home-infront-video-camera-explaining-recipe-step-by-step-retired-blogger-chef-influencer-using-internet-technology-communicating-social-media-with-digital-equipment_482257-14477.jpg",
},
{
id: "t2",
name: "Maria Bianchi",
role: "Flavor Curator",
imageSrc: "http://img.b2bpic.net/free-photo/man-working-bread-bakery_23-2148983557.jpg",
},
{
id: "t3",
name: "Luca Conti",
role: "Oven Specialist",
imageSrc: "http://img.b2bpic.net/free-photo/mid-shot-chef-plating-meal_23-2148794089.jpg",
},
]}
title="Our Passionate Team"
description="Meet the creators bringing Italian street food traditions to life."
/>
</div>
<div id="testimonials" data-section="testimonials">
<TestimonialCardFifteen
useInvertedBackground={false}
testimonial="The atmosphere, the smell of wood smoke, and the taste - simply perfect. Salento provides a truly authentic culinary memory."
rating={5}
author="Giulia Ferrari"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/side-view-friends-with-pizza-slices_23-2149525555.jpg",
alt: "Customer 1",
},
{
src: "http://img.b2bpic.net/free-photo/high-angle-woman-eating-pizza_23-2151231290.jpg",
alt: "Customer 2",
},
{
src: "http://img.b2bpic.net/free-photo/emotive-handsome-dark-skinned-man-with-bristle-holding-sandwich-while-gesturing-sharing-thoughts-impressions-with-friends-being-food-festival-concert-park_176420-19851.jpg",
alt: "Customer 3",
},
{
src: "http://img.b2bpic.net/free-photo/medium-shot-happy-friends-taking-selfie_23-2149212129.jpg",
alt: "Customer 4",
},
{
src: "http://img.b2bpic.net/free-photo/smiley-teenagers-eating-burgers-outdoors-with-drink_23-2148666618.jpg",
alt: "Customer 5",
},
]}
ratingAnimation="slide-up"
avatarsAnimation="blur-reveal"
/>
</div>
<div id="social" data-section="social">
<SocialProofOne
textboxLayout="default"
useInvertedBackground={true}
names={[
"FoodiesGuide",
"UrbanBites",
"GourmetItaly",
"DailyFoodReview",
"EcoChefAward",
"CityStreetFood",
"QualityStamp",
]}
title="Featured In"
description="Proudly recognized by leading local food guides and culinary organizations."
buttons={[
{
text: "View Reviews",
href: "#",
},
]}
/>
</div>
<div id="faq" data-section="faq">
<FaqSplitMedia
textboxLayout="split"
useInvertedBackground={false}
faqs={[
{
id: "f1",
title: "Do you offer private catering?",
content: "Yes! We cater for weddings, corporate events, and private parties. Contact us to discuss your needs.",
},
{
id: "f2",
title: "Are your ingredients organic?",
content: "We prioritize locally sourced and organic ingredients wherever available to ensure the best quality.",
},
{
id: "f3",
title: "Do you have vegan options?",
content: "Absolutely! We offer several delicious vegan pizza options prepared in the same traditional style.",
},
]}
imageSrc="http://img.b2bpic.net/free-photo/beautiful-girl-sitting-cafe_1157-16408.jpg"
title="Frequently Asked Questions"
description="Have questions about our process? We have answers."
faqsAnimation="slide-up"
/>
</div>
<div id="contact" data-section="contact">
<ContactText
useInvertedBackground={true}
background={{
variant: "plain",
}}
text="Ready to experience the taste of Salento? Contact us to book our truck or find our location."
buttons={[
{
text: "Contact Us",
href: "#",
},
]}
/>
</div>
<div id="footer" data-section="footer">
<FooterCard
logoText="Salento Street Food"
copyrightText="© 2025 Salento Wood Fired. All rights reserved."
socialLinks={[
{
icon: Instagram,
href: "#",
ariaLabel: "Instagram",
},
{
icon: Facebook,
href: "#",
ariaLabel: "Facebook",
},
]}
/>
</div>
<div id="footer" data-section="footer">
<FooterSimple
columns={[
{ title: "Location", items: [{ label: "Thessaloniki, Greece" }, { label: "Phone: +30 2310 123456" }] },
{ title: "Hours", items: [{ label: "Mon-Sun: 22:00 - 06:00" }] }
]}
bottomLeftText="© 2025 Naomi Club Thessaloniki"
bottomRightText="info@naomiclub.gr"
/>
</div>
</ReactLenis>
</ThemeProvider>
);
}
}