Merge version_1 into main #2

Merged
bender merged 2 commits from version_1 into main 2026-04-06 10:27:57 +00:00
2 changed files with 30 additions and 7 deletions

View File

@@ -11,8 +11,8 @@ import { Playfair_Display, Inter } from "next/font/google";
export const metadata: Metadata = {
title: 'Constantine & Helens | Luxury Patisserie & Gelato',
description: 'Discover artisanal Greek desserts, handcrafted cakes, and signature gelato at Constantine & Helens. Fresh, premium ingredients made daily in Evia.',
title: 'Constantine & Helens | Handcrafted Desserts in Evia',
description: 'Discover authentic, handcrafted desserts made fresh daily with love and tradition in Evia.',
openGraph: {
"title": "Constantine & Helens | Luxury Patisserie",
"description": "Where traditional Greek desserts meet modern elegance.",

View File

@@ -20,11 +20,22 @@ export default function HomePage() {
];
return (
<ThemeProvider>
<ThemeProvider
defaultButtonVariant="text-stagger"
defaultTextAnimation="entrance-slide"
borderRadius="rounded"
contentWidth="medium"
sizing="medium"
background="circleGradient"
cardStyle="glass-elevated"
primaryButtonStyle="gradient"
secondaryButtonStyle="glass"
headingFontWeight="normal"
>
<div id="nav" data-section="nav">
<NavbarStyleCentered
navItems={navItems}
logoText="Constantine & Helens"
brandName="Constantine & Helens"
/>
</div>
@@ -36,7 +47,9 @@ export default function HomePage() {
mediaItems={[
{ imageSrc: "http://img.b2bpic.net/free-photo/delicious-drink-with-lemon_23-2149617135.jpg", imageAlt: "Chocolate pour" },
{ imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-donuts-concept_23-2148761706.jpg", imageAlt: "Cake display" },
{ imageSrc: "http://img.b2bpic.net/free-photo/restaurant-table-with-two-couches-near-window_140725-8459.jpg", imageAlt: "Gelato scoop" }
{ imageSrc: "http://img.b2bpic.net/free-photo/restaurant-table-with-two-couches-near-window_140725-8459.jpg", imageAlt: "Gelato scoop" },
{ imageSrc: "http://img.b2bpic.net/free-photo/shop-assistant-holding-pastry_23-2147984963.jpg", imageAlt: "Chocolate glaze dripping" },
{ imageSrc: "http://img.b2bpic.net/free-photo/collection-various-cakes-table_1262-20058.jpg", imageAlt: "Elegant ice cream" }
]}
buttons={[{ text: "Explore Menu", href: "#products" }, { text: "Visit Us Today", href: "#contact" }]}
mediaAnimation="slide-up"
@@ -50,10 +63,14 @@ export default function HomePage() {
animationType="slide-up"
textboxLayout="split-description"
gridVariant="three-columns-all-equal-width"
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: "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" }
]}
/>
</div>
@@ -68,6 +85,7 @@ export default function HomePage() {
{ icon: Cake, label: "Variety", value: "50+" }
]}
metricsAnimation="slide-up"
useInvertedBackground={false}
/>
</div>
@@ -77,6 +95,7 @@ export default function HomePage() {
description="Constantine & Helens isnt just a patisserie. Every dessert is crafted with care."
animationType="slide-up"
textboxLayout="split-description"
useInvertedBackground={false}
metrics={[
{ id: "m1", icon: Award, title: "Founded in", value: "2015" },
{ id: "m2", icon: Smile, title: "Happy Guests", value: "10k+" },
@@ -90,10 +109,13 @@ export default function HomePage() {
title="Loved by dessert lovers"
description="Rated 4.6/5 across 799+ reviews."
textboxLayout="split-description"
useInvertedBackground={false}
testimonials={[
{ id: "1", title: "Excellent", quote: "Best ice cream I ever had.", name: "Sarah J.", role: "Food Blogger" },
{ id: "2", title: "Quality", quote: "You can taste the quality ingredients.", name: "Mark L.", role: "Chef" },
{ id: "3", title: "Must try", quote: "Profiterole is a must-order.", name: "Emily R.", role: "Local Guide" }
{ id: "3", title: "Must try", quote: "Profiterole is a must-order.", name: "Emily R.", role: "Local Guide" },
{ id: "4", title: "Extraordinary", quote: "Small indulgences feel extraordinary here.", name: "David K.", role: "Teacher" },
{ id: "5", title: "Atmosphere", quote: "Romantic and warm, truly unique.", name: "Helen P.", role: "Designer" }
]}
/>
</div>
@@ -105,6 +127,7 @@ export default function HomePage() {
description="Located in the heart of Evia. Come visit our boutique."
imageSrc="http://img.b2bpic.net/free-photo/asian-couple-shopping-flowers-barcelona_657883-571.jpg"
background={{ variant: "plain" }}
useInvertedBackground={false}
mediaAnimation="slide-up"
/>
</div>