4 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
c8b1b276f8 Merge version_2 into main
Merge version_2 into main
2026-04-15 12:50:01 +00:00

View File

@@ -4,12 +4,12 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react"; import ReactLenis from "lenis/react";
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
import HeroLogo from '@/components/sections/hero/HeroLogo'; import HeroLogo from '@/components/sections/hero/HeroLogo';
import TextAbout from '@/components/sections/about/TextAbout'; import FeatureCardTwentyNine from '@/components/sections/feature/featureCardTwentyNine/FeatureCardTwentyNine';
import ProductCardFour from '@/components/sections/product/ProductCardFour'; import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve';
import TeamCardEleven from '@/components/sections/team/TeamCardEleven'; import ContactCTA from '@/components/sections/contact/ContactCTA';
import FooterSimple from '@/components/sections/footer/FooterSimple'; import FooterSimple from '@/components/sections/footer/FooterSimple';
export default function GoodysLandingPage() { export default function NaomiClubLandingPage() {
return ( return (
<ThemeProvider <ThemeProvider
defaultButtonVariant="expand-hover" defaultButtonVariant="expand-hover"
@@ -28,65 +28,61 @@ export default function GoodysLandingPage() {
<NavbarStyleApple <NavbarStyleApple
navItems={[ navItems={[
{ name: "Home", id: "hero" }, { name: "Home", id: "hero" },
{ name: "Menu", id: "products" }, { name: "Environment", id: "features" },
{ name: "All Star Club", id: "team" }, { name: "Reviews", id: "testimonials" },
{ name: "About", id: "about" }, { name: "Contact", id: "contact" },
]} ]}
brandName="Goody's" brandName="Naomi Club"
/> />
</div> </div>
<div id="hero" data-section="hero"> <div id="hero" data-section="hero">
<HeroLogo <HeroLogo
logoText="Goody's Burger Joint" logoText="Naomi Club Thessaloniki"
description="Savor the legendary Goody Burger. Freshly grilled, locally sourced, and made with love." description="Experience the most vibrant dance environment in the heart of Thessaloniki. Where rhythm meets soul."
buttons={[{ text: "View Our Menu", href: "#products" }]} buttons={[{ text: "Book Your Table", href: "#contact" }]}
imageSrc="https://img.b2bpic.net/free-photo/front-view-burger-stand_23-2148227653.jpg" imageSrc="https://img.b2bpic.net/free-photo/nightclub-dance-floor_23-2148107567.jpg"
imageAlt="Goody Burger iconic shot" imageAlt="Naomi Club Dance Floor"
/> />
</div> </div>
<div id="products" data-section="products"> <div id="features" data-section="features">
<ProductCardFour <FeatureCardTwentyNine
title="Our Menu" title="Our Environment"
description="From the classic Goody Burger to our signature hand-cut fries." description="Designed for ultimate immersion, featuring state-of-the-art sound systems and premium lounge areas."
gridVariant="asymmetric-60-wide-40-narrow" gridVariant="three-columns-all-equal-width"
animationType="slide-up" animationType="slide-up"
textboxLayout="split" textboxLayout="split"
useInvertedBackground={false} useInvertedBackground={false}
products={[ 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" },
id: "1", name: "The Original Goody Burger", price: "$12.99", variant: "Classic", imageSrc: "https://img.b2bpic.net/free-photo/delicious-burger-with-fresh-ingredients_23-2148946765.jpg" { 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" }
{
id: "2", name: "Goody Double Cheese", price: "$15.99", variant: "Double Patty", imageSrc: "https://img.b2bpic.net/free-photo/juicy-beef-burger-with-cheese-lettuce-tomato_23-2148946764.jpg"
}
]} ]}
/> />
</div> </div>
<div id="team" data-section="team"> <div id="testimonials" data-section="testimonials">
<TeamCardEleven <TestimonialCardTwelve
title="The All Star Club" cardTitle="What Our Guests Say"
description="Exclusive perks for our loyal burger enthusiasts. Join the Goody's family today!" cardTag="Reviews"
animationType="blur-reveal" cardAnimation="blur-reveal"
textboxLayout="split"
useInvertedBackground={true} useInvertedBackground={true}
groups={[ testimonials={[
{ { id: "1", name: "Maria P.", imageSrc: "https://img.b2bpic.net/free-photo/portrait-woman-smiling_23-2148946768.jpg" },
id: "club-1", groupTitle: "Member Benefits", members: [ { id: "2", name: "Giorgos K.", imageSrc: "https://img.b2bpic.net/free-photo/man-smiling-camera_23-2148946769.jpg" },
{ id: "mem-1", title: "Free Fries", subtitle: "Every Friday", detail: "Get a free side of fries with every burger order!" }, { id: "3", name: "Elena S.", imageSrc: "https://img.b2bpic.net/free-photo/portrait-beautiful-woman_23-2148946770.jpg" }
{ id: "mem-2", title: "Birthday Treat", subtitle: "Special Day", detail: "A complimentary burger on your birthday!" }
]
}
]} ]}
/> />
</div> </div>
<div id="about" data-section="about"> <div id="contact" data-section="contact">
<TextAbout <ContactCTA
title="The Goody's Story" tag="Visit Us"
buttons={[]} 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} useInvertedBackground={false}
/> />
</div> </div>
@@ -94,11 +90,11 @@ export default function GoodysLandingPage() {
<div id="footer" data-section="footer"> <div id="footer" data-section="footer">
<FooterSimple <FooterSimple
columns={[ columns={[
{ title: "Menu", items: [{ label: "Burgers" }, { label: "Fries" }] }, { title: "Location", items: [{ label: "Thessaloniki, Greece" }, { label: "Phone: +30 2310 123456" }] },
{ title: "Company", items: [{ label: "Join All Star Club" }] } { title: "Hours", items: [{ label: "Mon-Sun: 22:00 - 06:00" }] }
]} ]}
bottomLeftText="© 2025 Goody's Burger Joint" bottomLeftText="© 2025 Naomi Club Thessaloniki"
bottomRightText="hello@goodysburgers.com" bottomRightText="info@naomiclub.gr"
/> />
</div> </div>
</ReactLenis> </ReactLenis>