From 60c915e90f80817b2d83e558d88a915f05738566 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 26 Apr 2026 18:15:19 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 +++++----------- 1 file changed, 5 insertions(+), 11 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 1d52827..5eda1c9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -82,15 +82,9 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} features={[ - { - title: "Artisanal Roasts", description: "Ethically sourced premium beans.", bentoComponent: "reveal-icon", icon: Coffee, - }, - { - title: "Fresh Pastries", description: "Baked fresh every single morning.", bentoComponent: "reveal-icon", icon: Croissant, - }, - { - title: "Cozy Ambience", description: "Perfect for work or relaxation.", bentoComponent: "reveal-icon", icon: Coffee, - }, + { title: "Artisanal Roasts", description: "Ethically sourced premium beans.", bentoComponent: "reveal-icon", icon: Coffee }, + { title: "Fresh Pastries", description: "Baked fresh every single morning.", bentoComponent: "reveal-icon", icon: Croissant }, + { title: "Cozy Ambience", description: "Perfect for work or relaxation.", bentoComponent: "reveal-icon", icon: Coffee }, ]} title="Why Cloves Cafe?" description="More than just a coffee shop, a community space." @@ -103,7 +97,7 @@ export default function LandingPage() { textboxLayout="split-actions" gridVariant="uniform-all-items-equal" useInvertedBackground={false} - buttons={[{ text: "Explore Full Menu", href: "#menu" }, { text: "Order Online", href: "#shop" }]} + buttons={[{ text: "Menüyü İncele", href: "#menu" }, { text: "Online Sipariş Ver", href: "#shop" }]} products={[ { id: "p1", name: "Classic Cappuccino", price: "60₺", imageSrc: "http://img.b2bpic.net/free-photo/overhead-view-coffee-cup-with-heart-shape-latte-art-waffle_23-2147908349.jpg?_wi=2" }, { id: "p2", name: "Signature Espresso", price: "45₺", imageSrc: "http://img.b2bpic.net/free-photo/tool-used-coffee-press_23-2149878066.jpg?_wi=2" }, @@ -189,4 +183,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +} -- 2.49.1