diff --git a/src/app/page.tsx b/src/app/page.tsx
index 4ba0435..16906b5 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -32,18 +32,9 @@ export default function LandingPage() {
@@ -52,32 +43,15 @@ export default function LandingPage() {
@@ -286,24 +144,9 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
metrics={[
- {
- id: "m1",
- icon: Zap,
- title: "Delivery Speed",
- value: "40%",
- },
- {
- id: "m2",
- icon: Shield,
- title: "Safe Delivery",
- value: "99.9%",
- },
- {
- id: "m3",
- icon: Award,
- title: "Customer Satisfaction",
- value: "98%",
- },
+ { id: "m1", icon: Zap, title: "Delivery Speed", value: "40%" },
+ { id: "m2", icon: Shield, title: "Safe Delivery", value: "99.9%" },
+ { id: "m3", icon: Award, title: "Customer Satisfaction", value: "98%" },
]}
title="Driving Real Results"
description="Key stats that matter to your business."
@@ -318,45 +161,20 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
- id: "1",
- name: "Sarah",
- role: "CEO",
- company: "GrowthCo",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-doing-online-shopping_23-2149159926.jpg?_wi=2",
- },
+ id: "1", name: "Sarah", role: "CEO", company: "GrowthCo", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-doing-online-shopping_23-2149159926.jpg"},
{
- id: "2",
- name: "Mike",
- role: "CTO",
- company: "Innovate",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/baby-doing-his-first-steps_23-2149235271.jpg",
- },
+ id: "2", name: "Mike", role: "CTO", company: "Innovate", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/baby-doing-his-first-steps_23-2149235271.jpg"},
{
- id: "3",
- name: "Elena",
- role: "CMO",
- company: "Retail",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-men-shaking-hands_23-2148920580.jpg",
- },
+ id: "3", name: "Elena", role: "CMO", company: "Retail", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/close-up-men-shaking-hands_23-2148920580.jpg"},
{
- id: "4",
- name: "David",
- role: "Owner",
- company: "StoreXYZ",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/smiling-middle-aged-man-using-tablet-street-cafe_1262-19056.jpg",
- },
+ id: "4", name: "David", role: "Owner", company: "StoreXYZ", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/smiling-middle-aged-man-using-tablet-street-cafe_1262-19056.jpg"},
{
- id: "5",
- name: "Julia",
- role: "Manager",
- company: "Logi",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/side-view-couple-enjoying-online-order-they-received_23-2148455107.jpg",
- },
+ id: "5", name: "Julia", role: "Manager", company: "Logi", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/side-view-couple-enjoying-online-order-they-received_23-2148455107.jpg"},
]}
title="Client Success Stories"
description="See why merchants trust us."
@@ -367,29 +185,17 @@ export default function LandingPage() {