diff --git a/src/app/page.tsx b/src/app/page.tsx
index a6580d4..a3b578a 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -27,22 +27,10 @@ export default function LandingPage() {
@@ -50,66 +38,25 @@ export default function LandingPage() {
@@ -120,21 +67,9 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={true}
features={[
- {
- title: "Real-Time Analytics",
- description: "Track platform-wide revenue and individual seller performance with granular data.",
- imageSrc: "http://img.b2bpic.net/free-photo/network-analyst-studying-digital-commerce-progression-reports-computer_482257-126389.jpg",
- },
- {
- title: "Automated Payments",
- description: "Stripe Connect integration ensures instant commission splits for every single order.",
- imageSrc: "http://img.b2bpic.net/free-photo/mobile-shopping-app_23-2151952988.jpg",
- },
- {
- title: "Inventory Management",
- description: "Unified tools for sellers to manage complex product catalogs, variants, and shipping.",
- imageSrc: "http://img.b2bpic.net/free-photo/woman-buyer-selecting-clothes-board_482257-84189.jpg",
- },
+ { title: "Real-Time Analytics", description: "Track platform-wide revenue and individual seller performance with granular data.", imageSrc: "http://img.b2bpic.net/free-photo/network-analyst-studying-digital-commerce-progression-reports-computer_482257-126389.jpg" },
+ { title: "Automated Payments", description: "Stripe Connect integration ensures instant commission splits for every single order.", imageSrc: "http://img.b2bpic.net/free-photo/mobile-shopping-app_23-2151952988.jpg" },
+ { title: "Inventory Management", description: "Unified tools for sellers to manage complex product catalogs, variants, and shipping.", imageSrc: "http://img.b2bpic.net/free-photo/woman-buyer-selecting-clothes-board_482257-84189.jpg" },
]}
title="Everything You Need to Scale"
description="Enterprise-grade features built for modern marketplace operators."
@@ -148,26 +83,11 @@ export default function LandingPage() {
rating={5}
author="Sarah Jenkins, Platform Lead"
avatars={[
- {
- src: "http://img.b2bpic.net/free-photo/smiling-african-businessman-wearing-suit-headshot-vertical-portrait-with-team_1163-3924.jpg",
- alt: "Sarah",
- },
- {
- src: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-work_23-2149097959.jpg",
- alt: "Client 2",
- },
- {
- src: "http://img.b2bpic.net/free-photo/portrait-young-business-man-posing-with-crossed-arms_23-2149206526.jpg",
- alt: "Client 3",
- },
- {
- src: "http://img.b2bpic.net/free-photo/close-up-equity-analyst-working-proprietary-firm-reading-annual-company-reports-evaluate_482257-132953.jpg",
- alt: "Client 4",
- },
- {
- src: "http://img.b2bpic.net/free-photo/portrait-handsome-man-smiling_23-2148729669.jpg",
- alt: "Client 5",
- },
+ { src: "http://img.b2bpic.net/free-photo/smiling-african-businessman-wearing-suit-headshot-vertical-portrait-with-team_1163-3924.jpg", alt: "Sarah" },
+ { src: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-work_23-2149097959.jpg", alt: "Client 2" },
+ { src: "http://img.b2bpic.net/free-photo/portrait-young-business-man-posing-with-crossed-arms_23-2149206526.jpg", alt: "Client 3" },
+ { src: "http://img.b2bpic.net/free-photo/close-up-equity-analyst-working-proprietary-firm-reading-annual-company-reports-evaluate_482257-132953.jpg", alt: "Client 4" },
+ { src: "http://img.b2bpic.net/free-photo/portrait-handsome-man-smiling_23-2148729669.jpg", alt: "Client 5" },
]}
ratingAnimation="slide-up"
avatarsAnimation="slide-up"
@@ -175,46 +95,14 @@ export default function LandingPage() {