Merge version_2 into main #6

Merged
bender merged 1 commits from version_2 into main 2026-04-05 12:22:28 +00:00

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>