diff --git a/src/app/page.tsx b/src/app/page.tsx
index 06f6b7e..d083ffa 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -29,22 +29,10 @@ export default function LandingPage() {
@@ -52,118 +40,35 @@ export default function LandingPage() {
@@ -174,42 +79,12 @@ export default function LandingPage() {
gridVariant="four-items-2x2-equal-grid"
useInvertedBackground={false}
products={[
- {
- id: "1",
- name: "Linen Blazer",
- price: "$120",
- imageSrc: "http://img.b2bpic.net/free-photo/young-woman-blue-suit-posing-with-mirror-outdoors_23-2149445026.jpg?_wi=1",
- },
- {
- id: "2",
- name: "Classic Loafers",
- price: "$150",
- imageSrc: "http://img.b2bpic.net/free-photo/elegant-female-model-posing-window-elegant-waistcoat-new-feminity-concept_23-2148951061.jpg?_wi=1",
- },
- {
- id: "3",
- name: "Oversized Tee",
- price: "$45",
- imageSrc: "http://img.b2bpic.net/free-photo/fashion-portrait-young-elegant-woman_1328-2718.jpg?_wi=1",
- },
- {
- id: "4",
- name: "Urban Trainers",
- price: "$180",
- imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-linens_23-2148817547.jpg?_wi=1",
- },
- {
- id: "5",
- name: "Tailored Trouser",
- price: "$130",
- imageSrc: "http://img.b2bpic.net/free-photo/woman-sunglasses_8353-9373.jpg?_wi=1",
- },
- {
- id: "6",
- name: "Suede Boot",
- price: "$220",
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-jacket-with-accesories_122409-41.jpg?_wi=1",
- },
+ { id: "1", name: "Linen Blazer", price: "$120", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-blue-suit-posing-with-mirror-outdoors_23-2149445026.jpg" },
+ { id: "2", name: "Classic Loafers", price: "$150", imageSrc: "http://img.b2bpic.net/free-photo/elegant-female-model-posing-window-elegant-waistcoat-new-feminity-concept_23-2148951061.jpg" },
+ { id: "3", name: "Oversized Tee", price: "$45", imageSrc: "http://img.b2bpic.net/free-photo/fashion-portrait-young-elegant-woman_1328-2718.jpg" },
+ { id: "4", name: "Urban Trainers", price: "$180", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-linens_23-2148817547.jpg" },
+ { id: "5", name: "Tailored Trouser", price: "$130", imageSrc: "http://img.b2bpic.net/free-photo/woman-sunglasses_8353-9373.jpg" },
+ { id: "6", name: "Suede Boot", price: "$220", imageSrc: "http://img.b2bpic.net/free-photo/close-up-jacket-with-accesories_122409-41.jpg" },
]}
title="New Arrivals"
description="Discover our latest silhouettes and premium footwear collections."
@@ -218,53 +93,30 @@ export default function LandingPage() {
@@ -327,18 +147,8 @@ export default function LandingPage() {
title="Stay Connected"
description="Join the VOXE inner circle and get 10% off your first order."
inputs={[
- {
- name: "email",
- type: "email",
- placeholder: "Enter your email",
- required: true,
- },
- {
- name: "name",
- type: "text",
- placeholder: "Your name",
- required: true,
- },
+ { name: "email", type: "email", placeholder: "Enter your email", required: true },
+ { name: "name", type: "text", placeholder: "Your name", required: true },
]}
buttonText="Subscribe"
imageSrc="http://img.b2bpic.net/free-photo/young-asian-woman-posing-autumn-clothes_23-2149071347.jpg"
@@ -348,42 +158,9 @@ export default function LandingPage() {