Merge version_2 into main #8

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

View File

@@ -7,7 +7,6 @@ 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: '/' }];
@@ -47,6 +46,7 @@ export default function Page() {
avatars={[{ src: "http://img.b2bpic.net/free-photo/woman-standing-front-glass-showcase-with-pastries_171337-16936.jpg", alt: "Customer" }]}
ratingAnimation="blur-reveal"
avatarsAnimation="blur-reveal"
useInvertedBackground={false}
/>
</div>
<div id="products" data-section="products">
@@ -56,6 +56,7 @@ export default function Page() {
gridVariant="asymmetric-60-wide-40-narrow"
animationType="blur-reveal"
textboxLayout="split"
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" }
@@ -67,12 +68,15 @@ export default function Page() {
title="Legacy of Tradition"
tag="Since 2015"
buttons={[{ text: "Our Story" }]}
useInvertedBackground={false}
/>
</div>
<div id="brand-story" data-section="brand-story">
<MetricCardEleven
title="Crafted with Passion"
animationType="blur-reveal"
textboxLayout="split"
useInvertedBackground={false}
metrics={[
{ id: "1", value: "10k+", title: "Happy Guests", description: "Serving the local community with pride.", imageSrc: "http://img.b2bpic.net/free-photo/asian-couple-shopping-flowers-barcelona_657883-571.jpg" }
]}
@@ -82,6 +86,7 @@ export default function Page() {
<ContactText
text="Come visit us in Evia for a sweet escape."
background={{ variant: "sparkles-gradient" }}
useInvertedBackground={false}
/>
</div>
<div id="footer" data-section="footer">