Compare commits
9 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 2c90e0033f | |||
| 60c915e90f | |||
| 904bc2fc12 | |||
| c8a35ecdd8 | |||
| ef4b19e2d8 | |||
| d7c12f9638 | |||
| c80e6beaa2 | |||
| 3f520f29ce | |||
| 6a77758bb3 |
@@ -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."
|
||||
@@ -100,9 +94,10 @@ export default function LandingPage() {
|
||||
<div id="products" data-section="products">
|
||||
<ProductCardOne
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
textboxLayout="split-actions"
|
||||
gridVariant="uniform-all-items-equal"
|
||||
useInvertedBackground={false}
|
||||
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" },
|
||||
@@ -188,4 +183,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user