Update src/app/page.tsx

This commit is contained in:
2026-04-05 12:22:24 +00:00
parent a406079003
commit 84bce6358d

View File

@@ -35,8 +35,6 @@ export default function LandingPage() {
{ name: "İletişim", id: "contact" },
]}
brandName="ModaCollection"
button={{
text: "WhatsApp", href: "https://wa.me/905308160441"}}
/>
</div>
@@ -80,7 +78,6 @@ export default function LandingPage() {
<div id="products" data-section="products">
<ProductCardOne
animationType="slide-up"
textboxLayout="split"
gridVariant="four-items-2x2-equal-grid"
useInvertedBackground={false}
products={[
@@ -99,6 +96,7 @@ export default function LandingPage() {
]}
title="Özel Seçkiler"
description="Sezonun trend parçalarını tarzınıza göre keşfedin."
textboxLayout="split"
/>
</div>
@@ -132,6 +130,8 @@ export default function LandingPage() {
buttons={[
{ text: "WhatsApp'tan Yaz", href: "https://wa.me/905308160441" },
]}
background={{ variant: "plain" }}
useInvertedBackground={false}
/>
</div>