diff --git a/src/app/page.tsx b/src/app/page.tsx
index c2fd98a..9000aa0 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -30,21 +30,13 @@ export default function LandingPage() {
@@ -53,32 +45,15 @@ export default function LandingPage() {
@@ -206,25 +127,17 @@ export default function LandingPage() {
description="Sorularınız için bizimle iletişime geçin."
inputs={[
{
- name: "name",
- type: "text",
- placeholder: "Adınız",
- required: true,
+ name: "name", type: "text", placeholder: "Adınız", required: true,
},
{
- name: "email",
- type: "email",
- placeholder: "E-posta Adresiniz",
- required: true,
+ name: "email", type: "email", placeholder: "E-posta Adresiniz", required: true,
},
]}
textarea={{
- name: "message",
- placeholder: "Mesajınız",
- rows: 4,
+ name: "message", placeholder: "Mesajınız", rows: 4,
required: true,
}}
- imageSrc="http://img.b2bpic.net/free-photo/woman-footwear-fashion-lifestyle-girl_1303-635.jpg?_wi=3"
+ imageSrc="http://img.b2bpic.net/free-photo/woman-footwear-fashion-lifestyle-girl_1303-635.jpg"
/>
@@ -234,25 +147,17 @@ export default function LandingPage() {
{
items: [
{
- label: "Mağaza",
- href: "#",
- },
+ label: "Mağaza", href: "#"},
{
- label: "İletişim",
- href: "#contact",
- },
+ label: "İletişim", href: "#contact"},
],
},
{
items: [
{
- label: "Gizlilik",
- href: "#",
- },
+ label: "Gizlilik", href: "#"},
{
- label: "İptal/İade",
- href: "#",
- },
+ label: "İptal/İade", href: "#"},
],
},
]}