4 Commits

Author SHA1 Message Date
d7c12f9638 Update src/app/page.tsx 2026-04-26 18:11:23 +00:00
c80e6beaa2 Merge version_1 into main
Merge version_1 into main
2026-04-26 18:10:43 +00:00
3f520f29ce Merge version_1 into main
Merge version_1 into main
2026-04-26 18:10:16 +00:00
6a77758bb3 Merge version_1 into main
Merge version_1 into main
2026-04-26 18:09:49 +00:00

View File

@@ -100,9 +100,10 @@ export default function LandingPage() {
<div id="products" data-section="products"> <div id="products" data-section="products">
<ProductCardOne <ProductCardOne
animationType="slide-up" animationType="slide-up"
textboxLayout="default" 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" }]}
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" },