From d9eff5d11c7cc7c97ee4d11b46ce228aee77b616 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 6 Apr 2026 10:46:15 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index bfa63ab..f8e45e1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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} />
@@ -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} />