From a6900e73090180dd1c7b56fbd4d7dd9fe50aca0c Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 6 Apr 2026 10:36:41 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 945fbcd..970907a 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: 'nav' }, { name: 'Menu', id: 'products' }, { name: 'Contact', id: 'contact' }]; @@ -34,8 +33,8 @@ export default function Page() { buttons={[{ text: "Explore Menu", href: "#products" }, { text: "Visit Us Today", href: "#contact" }]} 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/collection-various-cakes-table_1262-20058.jpg", imageAlt: "elegant ice cream service luxury" } + { imageSrc: "http://img.b2bpic.net/front-view-delicious-donuts-concept_23-2148761706.jpg", imageAlt: "elegant cake display gold accents" }, + { imageSrc: "http://img.b2bpic.net/collection-various-cakes-table_1262-20058.jpg", imageAlt: "elegant ice cream service luxury" } ]} /> @@ -60,8 +59,8 @@ export default function Page() { 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: "p2", name: "Profiterole", price: "€6.00", imageSrc: "http://img.b2bpic.net/chocolate-balls-ai-generated-image_268835-6150.jpg" }, + { id: "p3", name: "Artisanal Gelato", price: "€4.00", imageSrc: "http://img.b2bpic.net/still-life-cookies-ice-cream_23-2149637192.jpg" } ]} /> @@ -87,6 +86,7 @@ export default function Page() { -- 2.49.1