Update src/app/page.tsx

This commit is contained in:
2026-05-10 08:29:38 +00:00
parent 0ea588d03f
commit 3531010279

View File

@@ -186,6 +186,8 @@ export default function LandingPage() {
tag="Bize Ulaşın"
title="Haber Bültenine Kaydolun"
description="Yeni koleksiyonlardan ve indirimlerden ilk siz haberdar olun."
inputPlaceholder="E-posta adresinizi girin"
buttonText="Abone Ol"
/>
</div>
@@ -215,4 +217,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}