diff --git a/src/app/page.tsx b/src/app/page.tsx
index 0616178..1dd0ec8 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -33,21 +33,13 @@ export default function LandingPage() {
@@ -56,116 +48,64 @@ export default function LandingPage() {
@@ -191,26 +131,11 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
- id: "f1",
- title: "Secure Payments",
- subtitle: "MTN/Airtel Integration",
- category: "Payments",
- value: "Reliable",
- },
+ 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: "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",
- },
+ 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."
@@ -225,47 +150,17 @@ export default function LandingPage() {
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: "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: "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: "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: "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: "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",
- },
+ 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."
@@ -279,20 +174,11 @@ export default function LandingPage() {
tag="Our Stats"
metrics={[
{
- id: "m1",
- value: "500+",
- description: "Happy Sellers",
- },
+ id: "m1", value: "500+", description: "Happy Sellers"},
{
- id: "m2",
- value: "10k+",
- description: "Products Sold",
- },
+ id: "m2", value: "10k+", description: "Products Sold"},
{
- id: "m3",
- value: "50k+",
- description: "Active Users",
- },
+ id: "m3", value: "50k+", description: "Active Users"},
]}
metricsAnimation="slide-up"
/>
@@ -304,45 +190,15 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
- id: "t1",
- title: "Excellent Service",
- quote: "The luxury experience on ShopAvie is unmatched.",
- name: "Sarah J.",
- role: "Shopper",
- imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-smiling_93675-133804.jpg",
- },
+ id: "t1", title: "Excellent Service", quote: "The luxury experience on ShopAvie is unmatched.", name: "Sarah J.", role: "Shopper", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-smiling_93675-133804.jpg"},
{
- id: "t2",
- title: "Increased Sales",
- quote: "Managing my shop has never been this easier.",
- name: "Michael K.",
- role: "Seller",
- imageSrc: "http://img.b2bpic.net/free-photo/businessman-talking-mobile-phone-while-having-snacks_107420-65909.jpg",
- },
+ id: "t2", title: "Increased Sales", quote: "Managing my shop has never been this easier.", name: "Michael K.", role: "Seller", imageSrc: "http://img.b2bpic.net/free-photo/businessman-talking-mobile-phone-while-having-snacks_107420-65909.jpg"},
{
- id: "t3",
- title: "Elegant Platform",
- quote: "I love the clean interface and premium feel.",
- name: "Emily R.",
- role: "Shopper",
- imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-drag-queen-talking-phone_23-2149556835.jpg",
- },
+ id: "t3", title: "Elegant Platform", quote: "I love the clean interface and premium feel.", name: "Emily R.", role: "Shopper", imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-drag-queen-talking-phone_23-2149556835.jpg"},
{
- id: "t4",
- title: "Secure and Fast",
- quote: "Instant notifications make business flow perfectly.",
- name: "David L.",
- role: "Seller",
- imageSrc: "http://img.b2bpic.net/free-photo/customer-shop-assistant-meeting-fashion-store-sitting-together-using-tablet-discussing-clothes-purchases-consumerism-shopping-concept_74855-11657.jpg",
- },
+ id: "t4", title: "Secure and Fast", quote: "Instant notifications make business flow perfectly.", name: "David L.", role: "Seller", imageSrc: "http://img.b2bpic.net/free-photo/customer-shop-assistant-meeting-fashion-store-sitting-together-using-tablet-discussing-clothes-purchases-consumerism-shopping-concept_74855-11657.jpg"},
{
- id: "t5",
- title: "Trusted Marketplace",
- quote: "Simply the best marketplace for quality items.",
- name: "Grace P.",
- role: "Shopper",
- imageSrc: "http://img.b2bpic.net/free-photo/side-view-smiley-woman-holding-bags_23-2148750364.jpg",
- },
+ id: "t5", title: "Trusted Marketplace", quote: "Simply the best marketplace for quality items.", name: "Grace P.", role: "Shopper", imageSrc: "http://img.b2bpic.net/free-photo/side-view-smiley-woman-holding-bags_23-2148750364.jpg"},
]}
title="What Our Community Says"
description="Insights from our sellers and shoppers."
@@ -355,20 +211,11 @@ export default function LandingPage() {
useInvertedBackground={false}
faqs={[
{
- id: "q1",
- title: "How do I become a seller?",
- content: "Register, pay the small fee, and start posting your luxury products immediately.",
- },
+ id: "q1", title: "How do I become a seller?", content: "Register, pay the small fee, and start posting your luxury products immediately."},
{
- id: "q2",
- title: "Is payment secure?",
- content: "Yes, we integrate with secure mobile money gateways to ensure safe transfers.",
- },
+ id: "q2", title: "Is payment secure?", content: "Yes, we integrate with secure mobile money gateways to ensure safe transfers."},
{
- id: "q3",
- title: "How are digital files handled?",
- content: "Upon successful payment, customers get instant secure download links for digital products.",
- },
+ id: "q3", title: "How are digital files handled?", content: "Upon successful payment, customers get instant secure download links for digital products."},
]}
title="Frequently Asked Questions"
description="Common questions about ShopAvie."
@@ -380,8 +227,7 @@ export default function LandingPage() {
);
-}
+}
\ No newline at end of file