diff --git a/src/app/page.tsx b/src/app/page.tsx
index e54fd4d..6b50eb9 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -33,17 +33,11 @@ export default function LandingPage() {
@@ -52,83 +46,54 @@ export default function LandingPage() {
@@ -141,41 +106,17 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
- id: "p1",
- name: "Classic Oxford",
- price: "$120",
- imageSrc: "http://img.b2bpic.net/free-photo/businessman-wearing-stylish-shoes-when-go-work_1163-5508.jpg",
- },
+ id: "p1", name: "Classic Oxford", price: "$120", imageSrc: "http://img.b2bpic.net/free-photo/businessman-wearing-stylish-shoes-when-go-work_1163-5508.jpg"},
{
- id: "p2",
- name: "Urban Loafer",
- price: "$145",
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-farmer-s-leg-boots-leaning-cage-while-pigs-eating-background_342744-330.jpg",
- },
+ id: "p2", name: "Urban Loafer", price: "$145", imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-farmer-s-leg-boots-leaning-cage-while-pigs-eating-background_342744-330.jpg"},
{
- id: "p3",
- name: "Heritage Boot",
- price: "$180",
- imageSrc: "http://img.b2bpic.net/free-photo/small-plant-planted-purple-wellington-rubber-boot-with-spool-rope-hat-garden-fork-against-weathered-wall_23-2148181149.jpg",
- },
+ id: "p3", name: "Heritage Boot", price: "$180", imageSrc: "http://img.b2bpic.net/free-photo/small-plant-planted-purple-wellington-rubber-boot-with-spool-rope-hat-garden-fork-against-weathered-wall_23-2148181149.jpg"},
{
- id: "p4",
- name: "Minimalist Sneaker",
- price: "$110",
- imageSrc: "http://img.b2bpic.net/free-photo/model-white-high-top-sneakers-standing-chair_53876-97148.jpg",
- },
+ id: "p4", name: "Minimalist Sneaker", price: "$110", imageSrc: "http://img.b2bpic.net/free-photo/model-white-high-top-sneakers-standing-chair_53876-97148.jpg"},
{
- id: "p5",
- name: "Monk Strap",
- price: "$155",
- imageSrc: "http://img.b2bpic.net/free-photo/brown-man-s-leather-derby-shoes_53876-97144.jpg",
- },
+ id: "p5", name: "Monk Strap", price: "$155", imageSrc: "http://img.b2bpic.net/free-photo/brown-man-s-leather-derby-shoes_53876-97144.jpg"},
{
- id: "p6",
- name: "Classic Derby",
- price: "$135",
- imageSrc: "http://img.b2bpic.net/free-photo/groom-s-classy-shoes-lie-soft-armchair_8353-8463.jpg",
- },
+ id: "p6", name: "Classic Derby", price: "$135", imageSrc: "http://img.b2bpic.net/free-photo/groom-s-classy-shoes-lie-soft-armchair_8353-8463.jpg"},
]}
title="Our Signature Collection"
description="Premium footwear for those who appreciate the details."
@@ -189,54 +130,28 @@ export default function LandingPage() {
useInvertedBackground={false}
plans={[
{
- id: "basic",
- badge: "Club",
- price: "$49/yr",
- subtitle: "Essential benefits",
- buttons: [
+ id: "basic", badge: "Club", price: "$49/yr", subtitle: "Essential benefits", buttons: [
{
- text: "Join",
- href: "#",
- },
+ text: "Join", href: "#"},
],
features: [
- "10% off all shoes",
- "Free standard shipping",
- ],
+ "10% off all shoes", "Free standard shipping"],
},
{
- id: "pro",
- badge: "Elite",
- price: "$99/yr",
- subtitle: "Priority benefits",
- buttons: [
+ id: "pro", badge: "Elite", price: "$99/yr", subtitle: "Priority benefits", buttons: [
{
- text: "Join",
- href: "#",
- },
+ text: "Join", href: "#"},
],
features: [
- "20% off all shoes",
- "Free express shipping",
- "Early access to sales",
- ],
+ "20% off all shoes", "Free express shipping", "Early access to sales"],
},
{
- id: "vip",
- badge: "VIP",
- price: "$199/yr",
- subtitle: "Ultimate luxury",
- buttons: [
+ id: "vip", badge: "VIP", price: "$199/yr", subtitle: "Ultimate luxury", buttons: [
{
- text: "Join",
- href: "#",
- },
+ text: "Join", href: "#"},
],
features: [
- "30% off all shoes",
- "Free worldwide shipping",
- "Dedicated stylist access",
- ],
+ "30% off all shoes", "Free worldwide shipping", "Dedicated stylist access"],
},
]}
title="Subscription Plans"
@@ -246,36 +161,21 @@ export default function LandingPage() {
);
-}
+}
\ No newline at end of file