Merge version_7 into main #9

Merged
bender merged 1 commits from version_7 into main 2026-04-16 12:58:44 +00:00

View File

@@ -105,7 +105,7 @@ export default function LandingPage() {
<div id="products" data-section="products">
<ProductCardFour
animationType="slide-up"
textboxLayout="default"
textboxLayout="split-actions"
gridVariant="four-items-2x2-equal-grid"
useInvertedBackground={false}
products={[
@@ -116,6 +116,9 @@ export default function LandingPage() {
{ id: "p5", name: "Salata", price: "₺80", variant: "Taze", imageSrc: "http://img.b2bpic.net/free-photo/lobster-roll-isolated-white-background_123827-30992.jpg" },
{ id: "p6", name: "Meşrubat Çeşitleri", price: "₺40", variant: "İçecek", imageSrc: "http://img.b2bpic.net/free-photo/view-tasty-fish-white-plate_23-2148308054.jpg" },
]}
buttons={[
{ text: "Menüye Git", href: "https://drive.google.com/file/d/1BuRAEkKG3C_Pgl2FwRpoT-rHLDcQbMJ5/view?usp=drivesdk" }
]}
title="Öne Çıkan Lezzetler"
description="Popüler ve lezzetli ekmek arası lezzetlerimiz."
/>
@@ -194,4 +197,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}