diff --git a/src/app/page.tsx b/src/app/page.tsx
index 8d0cfbc..402bff6 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -29,17 +29,11 @@ export default function LandingPage() {
@@ -48,77 +42,48 @@ export default function LandingPage() {
@@ -129,9 +94,7 @@ export default function LandingPage() {
title="Crafted With Purpose"
buttons={[
{
- text: "Learn Our Story",
- href: "#",
- },
+ text: "Learn Our Story", href: "#"},
]}
/>
@@ -144,41 +107,17 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
- id: "p1",
- name: "Urban Walker",
- price: "$120",
- imageSrc: "http://img.b2bpic.net/free-photo/black-pair-shoes-beauty-male_1203-6542.jpg",
- },
+ id: "p1", name: "Urban Walker", price: "$120", imageSrc: "http://img.b2bpic.net/free-photo/black-pair-shoes-beauty-male_1203-6542.jpg"},
{
- id: "p2",
- name: "Sport Pro",
- price: "$150",
- imageSrc: "http://img.b2bpic.net/free-photo/woman-sneakers-riding-skateboard-outdoor-asphalt-surface_158595-4159.jpg",
- },
+ id: "p2", name: "Sport Pro", price: "$150", imageSrc: "http://img.b2bpic.net/free-photo/woman-sneakers-riding-skateboard-outdoor-asphalt-surface_158595-4159.jpg"},
{
- id: "p3",
- name: "Classic Elegance",
- price: "$180",
- imageSrc: "http://img.b2bpic.net/free-photo/shoes-shelf_1339-3215.jpg",
- },
+ id: "p3", name: "Classic Elegance", price: "$180", imageSrc: "http://img.b2bpic.net/free-photo/shoes-shelf_1339-3215.jpg"},
{
- id: "p4",
- name: "Street Pulse",
- price: "$110",
- imageSrc: "http://img.b2bpic.net/free-photo/travel-still-life-pack-top-view_23-2148837323.jpg",
- },
+ id: "p4", name: "Street Pulse", price: "$110", imageSrc: "http://img.b2bpic.net/free-photo/travel-still-life-pack-top-view_23-2148837323.jpg"},
{
- id: "p5",
- name: "Trail Master",
- price: "$160",
- imageSrc: "http://img.b2bpic.net/free-photo/side-view-cowboy-boots-outdoors_23-2149484714.jpg",
- },
+ id: "p5", name: "Trail Master", price: "$160", imageSrc: "http://img.b2bpic.net/free-photo/side-view-cowboy-boots-outdoors_23-2149484714.jpg"},
{
- id: "p6",
- name: "Daily Comfort",
- price: "$95",
- imageSrc: "http://img.b2bpic.net/free-photo/woman-tying-her-sneakers_23-2149374718.jpg",
- },
+ id: "p6", name: "Daily Comfort", price: "$95", imageSrc: "http://img.b2bpic.net/free-photo/woman-tying-her-sneakers_23-2149374718.jpg"},
]}
title="Featured Collection"
description="Premium footwear for every occasion."
@@ -187,50 +126,26 @@ export default function LandingPage() {
@@ -296,29 +186,19 @@ export default function LandingPage() {
{
items: [
{
- label: "Shop",
- href: "#products",
- },
+ label: "Shop", href: "#products"},
{
- label: "About",
- href: "#",
- },
+ label: "About", href: "#"},
{
- label: "Contact",
- href: "#",
- },
+ label: "Contact", href: "#"},
],
},
{
items: [
{
- label: "Privacy Policy",
- href: "#",
- },
+ label: "Privacy Policy", href: "#"},
{
- label: "Terms of Service",
- href: "#",
- },
+ label: "Terms of Service", href: "#"},
],
},
]}