Update src/app/page.tsx
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user