5 Commits

Author SHA1 Message Date
2c90e0033f Merge version_4 into main
Merge version_4 into main
2026-04-26 18:15:22 +00:00
60c915e90f Update src/app/page.tsx 2026-04-26 18:15:19 +00:00
904bc2fc12 Merge version_3 into main
Merge version_3 into main
2026-04-26 18:12:38 +00:00
c8a35ecdd8 Update src/app/page.tsx 2026-04-26 18:12:35 +00:00
ef4b19e2d8 Merge version_2 into main
Merge version_2 into main
2026-04-26 18:11:26 +00:00

View File

@@ -82,15 +82,9 @@ export default function LandingPage() {
textboxLayout="split" textboxLayout="split"
useInvertedBackground={false} useInvertedBackground={false}
features={[ features={[
{ { title: "Artisanal Roasts", description: "Ethically sourced premium beans.", 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: "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?" title="Why Cloves Cafe?"
description="More than just a coffee shop, a community space." description="More than just a coffee shop, a community space."
@@ -103,7 +97,7 @@ export default function LandingPage() {
textboxLayout="split-actions" textboxLayout="split-actions"
gridVariant="uniform-all-items-equal" gridVariant="uniform-all-items-equal"
useInvertedBackground={false} useInvertedBackground={false}
buttons={[{ text: "Explore Full Menu", href: "#menu" }, { text: "Visit Shop", href: "#shop" }]} buttons={[{ text: "Menüyü İncele", href: "#menu" }, { text: "Online Sipariş Ver", href: "#shop" }]}
products={[ 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: "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" }, { id: "p2", name: "Signature Espresso", price: "45₺", imageSrc: "http://img.b2bpic.net/free-photo/tool-used-coffee-press_23-2149878066.jpg?_wi=2" },