Merge version_2 into main #5

Merged
bender merged 1 commits from version_2 into main 2026-04-06 10:36:16 +00:00

View File

@@ -1,16 +1,16 @@
import { ThemeProvider } from '@/providers/themeProvider/ThemeProvider';
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
import HeroBillboardGallery from '@/components/sections/hero/HeroBillboardGallery';
import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen';
import ProductCardThree from '@/components/sections/product/ProductCardThree';
import AboutMetric from '@/components/sections/about/AboutMetric';
import MetricCardThree from '@/components/sections/metrics/MetricCardThree';
import ContactSplit from '@/components/sections/contact/ContactSplit';
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
import { Coffee, Leaf, Users, Cake, Award, Smile, Heart } from 'lucide-react';
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
import HeroCarouselLogo from '@/components/sections/hero/heroCarouselLogo/HeroCarouselLogo';
import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen';
import ProductCardOne from '@/components/sections/product/ProductCardOne';
import TextAbout from '@/components/sections/about/TextAbout';
import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven';
import ContactText from '@/components/sections/contact/ContactText';
import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
import { Star } from 'lucide-react';
export default function Page() {
const navItems = [{ name: 'Home', id: '/' }];
const navItems = [{ name: 'Home', id: 'nav' }, { name: 'Menu', id: 'products' }, { name: 'Contact', id: 'contact' }];
return (
<ThemeProvider
defaultButtonVariant="text-stagger"
@@ -25,102 +25,76 @@ export default function Page() {
headingFontWeight="normal"
>
<div id="nav" data-section="nav">
<NavbarStyleCentered navItems={navItems} brandName="Constantine & Helens" />
<NavbarStyleApple navItems={navItems} brandName="Constantine & Helens" />
</div>
<div id="hero" data-section="hero">
<HeroBillboardGallery
title="Indulge in something unforgettable."
<HeroCarouselLogo
logoText="Constantine & Helens"
description="Handcrafted desserts, made fresh daily in Evia."
background={{ variant: "sparkles-gradient" }}
buttons={[{ text: "Explore Menu", href: "#products" }, { text: "Visit Us Today", href: "#contact" }]}
mediaItems={[
slides={[
{ imageSrc: "http://img.b2bpic.net/free-photo/delicious-drink-with-lemon_23-2149617135.jpg", imageAlt: "luxury patisserie chocolate pouring" },
{ imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-donuts-concept_23-2148761706.jpg", imageAlt: "elegant cake display gold accents" },
{ imageSrc: "http://img.b2bpic.net/free-photo/restaurant-table-with-two-couches-near-window_140725-8459.jpg", imageAlt: "fresh gelato scoop wooden counter" },
{ imageSrc: "http://img.b2bpic.net/free-photo/shop-assistant-holding-pastry_23-2147984963.jpg", imageAlt: "chocolate glaze dripping close-up" },
{ imageSrc: "http://img.b2bpic.net/free-photo/collection-various-cakes-table_1262-20058.jpg", imageAlt: "elegant ice cream service luxury" }
]}
mediaAnimation="slide-up"
/>
</div>
<div id="testimonials" data-section="testimonials">
<TestimonialCardTen
title="Loved by dessert lovers"
description="Rated 4.6/5 across 799+ reviews."
textboxLayout="split-description"
<TestimonialCardFifteen
testimonial="Best ice cream I ever had. The attention to detail in every scoop is remarkable."
rating={5}
author="Sarah J."
avatars={[{ src: "http://img.b2bpic.net/free-photo/portrait-waitress-holding-plate-with-muffin_107420-12322.jpg", alt: "Sarah J." }]}
ratingAnimation="blur-reveal"
avatarsAnimation="blur-reveal"
useInvertedBackground={false}
testimonials={[
{ id: "1", title: "Excellent", quote: "Best ice cream I ever had.", name: "Sarah J.", role: "Food Blogger", imageSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-holding-plate-with-muffin_107420-12322.jpg" },
{ id: "2", title: "Quality", quote: "You can taste the quality ingredients.", name: "Mark L.", role: "Chef", imageSrc: "http://img.b2bpic.net/free-photo/dessert-with-my-best-friend-tastes-doubly-well_329181-2937.jpg" },
{ id: "3", title: "Must try", quote: "Profiterole is a must-order.", name: "Emily R.", role: "Local Guide", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-sitting-caf-using-mobile-phone_23-2148027972.jpg" },
{ id: "4", title: "Extraordinary", quote: "Small indulgences feel extraordinary here.", name: "David K.", role: "Teacher", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-eating-delicious-tiramisu-cafe_1303-25269.jpg" },
{ id: "5", title: "Atmosphere", quote: "Romantic and warm, truly unique.", name: "Helen P.", role: "Designer", imageSrc: "http://img.b2bpic.net/free-photo/woman-standing-front-glass-showcase-with-pastries_171337-16936.jpg" }
]}
/>
</div>
<div id="products" data-section="products">
<ProductCardThree
<ProductCardOne
title="Signature Creations"
description="Made daily using real butter, fresh milk, and seasonal ingredients."
animationType="slide-up"
textboxLayout="split-description"
gridVariant="three-columns-all-equal-width"
textboxLayout="split-description"
useInvertedBackground={false}
products={[
{ id: "p1", name: "Galaktoboureko", price: "€5.50", imageSrc: "http://img.b2bpic.net/free-photo/four-delicious-baklava-dark-plate_114579-50125.jpg" },
{ id: "p2", name: "Profiterole", price: "€6.00", imageSrc: "http://img.b2bpic.net/free-photo/chocolate-balls-ai-generated-image_268835-6150.jpg" },
{ id: "p3", name: "Artisanal Gelato", price: "€4.00", imageSrc: "http://img.b2bpic.net/free-photo/still-life-cookies-ice-cream_23-2149637192.jpg" },
{ id: "p4", name: "Celebration Cake", price: "€35.00", imageSrc: "http://img.b2bpic.net/free-photo/square-slice-chocolate-cheesecake-glass-platter_114579-16601.jpg" },
{ id: "p5", name: "Modern Tartlet", price: "€4.50", imageSrc: "http://img.b2bpic.net/free-photo/top-view-homemade-chocolate-cakes-white-plate_114579-85484.jpg" },
{ id: "p6", name: "Chocolate Mousse", price: "€5.00", imageSrc: "http://img.b2bpic.net/free-photo/side-view-chocolate-cake-decorated-with-strawberry-plate_141793-2962.jpg" }
{ id: "p3", name: "Artisanal Gelato", price: "€4.00", imageSrc: "http://img.b2bpic.net/free-photo/still-life-cookies-ice-cream_23-2149637192.jpg" }
]}
/>
</div>
<div id="about" data-section="about">
<AboutMetric
<TextAbout
title="A Legacy of Sweetness"
useInvertedBackground={false}
metrics={[
{ icon: Coffee, label: "Fresh Daily", value: "100%" },
{ icon: Leaf, label: "Natural Ingredients", value: "100%" },
{ icon: Users, label: "Warm Service", value: "Daily" },
{ icon: Cake, label: "Variety", value: "50+" }
]}
metricsAnimation="slide-up"
/>
</div>
<div id="brand-story" data-section="brand-story">
<MetricCardThree
title="Beyond Dessert"
description="Constantine & Helens isnt just a patisserie. Its a place where memories are made — birthdays, late-night cravings, small celebrations that matter. Every dessert is crafted with care, using recipes inspired by Greek tradition and elevated with modern technique."
<MetricCardEleven
title="Our Process"
description="Traditional methods refined for modern palates."
animationType="slide-up"
textboxLayout="split-description"
textboxLayout="split"
useInvertedBackground={false}
metrics={[
{ id: "m1", icon: Award, title: "Founded in", value: "2015" },
{ id: "m2", icon: Smile, title: "Happy Guests", value: "10k+" },
{ id: "m3", icon: Heart, title: "Recipes", value: "100%" }
{ id: "m1", value: "2015", title: "Founded", description: "Started in the heart of Evia.", imageSrc: "http://img.b2bpic.net/free-photo/shop-assistant-holding-pastry_23-2147984963.jpg" }
]}
/>
</div>
<div id="contact" data-section="contact">
<ContactSplit
tag="Visit Us"
title="Experience the Extraordinary"
description="Located in the heart of Evia. Open daily 9am11pm. Come visit our boutique for a sensory treat."
background={{ variant: "plain" }}
useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-photo/asian-couple-shopping-flowers-barcelona_657883-571.jpg"
buttonText="Get Directions"
<ContactText
text="Come visit our boutique for a sensory treat in the heart of Evia."
background={{ variant: "sparkles-gradient" }}
buttons={[{ text: "Get Directions", href: "#" }]}
/>
</div>
<div id="footer" data-section="footer">
<FooterBaseCard
<FooterLogoReveal
logoText="Constantine & Helens"
columns={[
{ title: "Explore", items: [{ label: "Menu", href: "#products" }, { label: "About Us", href: "#about" }, { label: "Reviews", href: "#testimonials" }] },
{ title: "Connect", items: [{ label: "Instagram", href: "#" }, { label: "Facebook", href: "#" }, { label: "Contact", href: "#contact" }] }
]}
leftLink={{ text: "Privacy Policy", href: "#" }}
rightLink={{ text: "© 2025", href: "#" }}
/>
</div>
</ThemeProvider>