From 82d0ab1ddfc7aca004c98aa5106227dc862c76a2 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 23 Apr 2026 04:58:42 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 197 +++++++++++------------------------------------ 1 file changed, 43 insertions(+), 154 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5b66bf8..dda053a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -33,21 +33,13 @@ export default function LandingPage() { @@ -56,19 +48,14 @@ export default function LandingPage() {
@@ -107,17 +88,11 @@ export default function LandingPage() { useInvertedBackground={false} negativeCard={{ items: [ - "Fast Fashion", - "Exploitative Labor", - "Excessive Waste", - ], + "Fast Fashion", "Exploitative Labor", "Excessive Waste"], }} positiveCard={{ items: [ - "Slow Fashion", - "Transparent Ethics", - "Purpose-Driven Design", - ], + "Slow Fashion", "Transparent Ethics", "Purpose-Driven Design"], }} title="Defining Aeterna" description="Fusion of ancient Asian wisdom and modern Christian values." @@ -132,41 +107,17 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "1", - name: "Heritage Hoodie", - price: "$85", - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-with-sunglasses_23-2149409792.jpg", - }, + id: "1", name: "Heritage Hoodie", price: "$85", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-with-sunglasses_23-2149409792.jpg"}, { - id: "2", - name: "Grace Graphic Tee", - price: "$45", - imageSrc: "http://img.b2bpic.net/free-photo/delicious-beverage-tall-glass_23-2149333984.jpg", - }, + id: "2", name: "Grace Graphic Tee", price: "$45", imageSrc: "http://img.b2bpic.net/free-photo/delicious-beverage-tall-glass_23-2149333984.jpg"}, { - id: "3", - name: "Zenith Sneakers", - price: "$120", - imageSrc: "http://img.b2bpic.net/free-photo/ice-skates-studio-still-life_23-2150558979.jpg", - }, + id: "3", name: "Zenith Sneakers", price: "$120", imageSrc: "http://img.b2bpic.net/free-photo/ice-skates-studio-still-life_23-2150558979.jpg"}, { - id: "4", - name: "Logo Snapback", - price: "$35", - imageSrc: "http://img.b2bpic.net/free-photo/view-women-s-purse-tiles-with-mediterranean-aesthetics_23-2150916725.jpg", - }, + id: "4", name: "Logo Snapback", price: "$35", imageSrc: "http://img.b2bpic.net/free-photo/view-women-s-purse-tiles-with-mediterranean-aesthetics_23-2150916725.jpg"}, { - id: "5", - name: "Urban Cargos", - price: "$95", - imageSrc: "http://img.b2bpic.net/free-photo/woman-wit-prosthetic-leg-doing-yoga_23-2149722209.jpg", - }, + id: "5", name: "Urban Cargos", price: "$95", imageSrc: "http://img.b2bpic.net/free-photo/woman-wit-prosthetic-leg-doing-yoga_23-2149722209.jpg"}, { - id: "6", - name: "Sleek Bomber", - price: "$150", - imageSrc: "http://img.b2bpic.net/free-photo/millennial-fashion-couple-white-studio_158595-5496.jpg", - }, + id: "6", name: "Sleek Bomber", price: "$150", imageSrc: "http://img.b2bpic.net/free-photo/millennial-fashion-couple-white-studio_158595-5496.jpg"}, ]} title="The Collection" description="Essentials for the modern wanderer." @@ -180,46 +131,28 @@ export default function LandingPage() { useInvertedBackground={false} plans={[ { - id: "basic", - price: "$0", - name: "Community", - buttons: [ + id: "basic", price: "$0", name: "Community", buttons: [ { - text: "Join", - }, + text: "Join"}, ], features: [ - "Access to site", - "Newsletter", - ], + "Access to site", "Newsletter"], }, { - id: "pro", - price: "$29", - name: "Member", - buttons: [ + id: "pro", price: "$29", name: "Member", buttons: [ { - text: "Upgrade", - }, + text: "Upgrade"}, ], features: [ - "Early access", - "Free shipping", - ], + "Early access", "Free shipping"], }, { - id: "vip", - price: "$99", - name: "Elite", - buttons: [ + id: "vip", price: "$99", name: "Elite", buttons: [ { - text: "Join VIP", - }, + text: "Join VIP"}, ], features: [ - "Limited drops", - "Priority support", - ], + "Limited drops", "Priority support"], }, ]} title="Membership Tiers" @@ -229,44 +162,20 @@ export default function LandingPage() {