From 5236d24f757e44774e650eb2a0a6ad3fd7f5b7f8 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 5 May 2026 18:59:50 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 197 ++++++++--------------------------------------- 1 file changed, 34 insertions(+), 163 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 1dd0ec8..e55663a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,80 +32,25 @@ export default function LandingPage() {
@@ -113,14 +58,12 @@ export default function LandingPage() {
@@ -129,16 +72,9 @@ export default function LandingPage() { animationType="slide-up" textboxLayout="split" useInvertedBackground={false} - features={[ - { - id: "f1", title: "Secure Payments", subtitle: "MTN/Airtel Integration", category: "Payments", value: "Reliable"}, - { - id: "f2", title: "Real-time Alerts", subtitle: "Instant Email Notifications", category: "System", value: "Efficiency"}, - { - id: "f3", title: "Seller Dashboards", subtitle: "Personalized Inventory Management", category: "Control", value: "Luxury"}, - ]} - title="Why Choose ShopAvie?" - description="Experience secure, fast, and elegant shopping features." + features={[]} + title="Build Your Experience" + description="Customize each section to showcase your unique offerings." /> @@ -148,38 +84,18 @@ export default function LandingPage() { textboxLayout="split" gridVariant="three-columns-all-equal-width" useInvertedBackground={false} - products={[ - { - id: "p1", name: "Silk Scarf", price: "$120", imageSrc: "http://img.b2bpic.net/free-photo/still-life-glass-cups_23-2149646447.jpg", imageAlt: "silk scarf luxury product"}, - { - id: "p2", name: "Designer Watch", price: "$890", imageSrc: "http://img.b2bpic.net/free-photo/golden-easter-eggs-by-easter-decorations_1303-30816.jpg", imageAlt: "luxury watch product photo"}, - { - id: "p3", name: "Leather Handbag", price: "$450", imageSrc: "http://img.b2bpic.net/free-photo/fedora-hats-arrangement-studio_23-2150737137.jpg", imageAlt: "leather handbag luxury"}, - { - id: "p4", name: "Luxury Perfume", price: "$220", imageSrc: "http://img.b2bpic.net/free-photo/women-s-day-still-life-with-makeup-jewelry_23-2149263174.jpg", imageAlt: "luxury perfume product"}, - { - id: "p5", name: "Diamond Ring", price: "$2,500", imageSrc: "http://img.b2bpic.net/free-photo/empty-black-gold-luxury-podium-pedestal-product-display-background-3d-rendering_56104-1370.jpg", imageAlt: "luxury jewelry product"}, - { - id: "p6", name: "Designer Glasses", price: "$380", imageSrc: "http://img.b2bpic.net/free-photo/woman-standing-with-shopping-bags_1157-33432.jpg", imageAlt: "luxury eyewear product"}, - ]} - title="Curated Luxury" - description="Browse our latest premium collection." + products={[]} + title="Catalog" + description="Your products will appear here once you add them to the system." />
@@ -188,20 +104,9 @@ export default function LandingPage() { @@ -209,16 +114,9 @@ export default function LandingPage() { @@ -226,44 +124,17 @@ export default function LandingPage() {
-- 2.49.1