diff --git a/src/app/page.tsx b/src/app/page.tsx
index 35f1789..329a30f 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -32,43 +32,24 @@ export default function LandingPage() {
@@ -210,46 +117,11 @@ export default function LandingPage() {
gridVariant="asymmetric-60-wide-40-narrow"
useInvertedBackground={false}
testimonials={[
- {
- id: "1",
- name: "Sarah Johnson",
- role: "Pro Athlete",
- company: "Team One",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/smiling-athletic-man-black-background_613910-9870.jpg",
- },
- {
- id: "2",
- name: "Michael Chen",
- role: "Youth Coach",
- company: "Hoop Lab",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/front-view-male-athlete-sport-clothes-with-bottle-water_179666-26410.jpg",
- },
- {
- id: "3",
- name: "Emily Rodriguez",
- role: "Elite Player",
- company: "City Stars",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/closeup-young-bearded-man_273609-16029.jpg",
- },
- {
- id: "4",
- name: "David Kim",
- role: "Point Guard",
- company: "StreetKings",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-athlete-playing-basketball_23-2150845526.jpg",
- },
- {
- id: "5",
- name: "Jessica Lee",
- role: "Pro Coach",
- company: "NetMaster",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/front-view-boy-with-basketball-ball_23-2148459552.jpg",
- },
+ { id: "1", name: "Sarah Johnson", role: "Pro Athlete", company: "Team One", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-athletic-man-black-background_613910-9870.jpg" },
+ { id: "2", name: "Michael Chen", role: "Youth Coach", company: "Hoop Lab", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/front-view-male-athlete-sport-clothes-with-bottle-water_179666-26410.jpg" },
+ { id: "3", name: "Emily Rodriguez", role: "Elite Player", company: "City Stars", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/closeup-young-bearded-man_273609-16029.jpg" },
+ { id: "4", name: "David Kim", role: "Point Guard", company: "StreetKings", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-athlete-playing-basketball_23-2150845526.jpg" },
+ { id: "5", name: "Jessica Lee", role: "Pro Coach", company: "NetMaster", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/front-view-boy-with-basketball-ball_23-2148459552.jpg" },
]}
title="Voice of the Court"
description="What our athletes have to say about Cobraxnato gear."
@@ -261,26 +133,14 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
faqs={[
- {
- id: "q1",
- title: "Shipping times?",
- content: "Most orders arrive within 3-5 business days.",
- },
- {
- id: "q2",
- title: "Return policy?",
- content: "30-day hassle-free returns on all unused gear.",
- },
- {
- id: "q3",
- title: "Custom orders?",
- content: "Yes, we provide bulk team customization services.",
- },
+ { id: "q1", title: "Shipping times?", content: "Most orders arrive within 3-5 business days." },
+ { id: "q2", title: "Return policy?", content: "30-day hassle-free returns on all unused gear." },
+ { id: "q3", title: "Custom orders?", content: "Yes, we provide bulk team customization services." },
]}
title="Got Questions?"
description="All your gear and company inquiries answered here."
faqsAnimation="slide-up"
- imageSrc="http://img.b2bpic.net/free-photo/young-basketball-player-shoot_53876-30212.jpg?_wi=1"
+ imageSrc="http://img.b2bpic.net/free-photo/young-basketball-player-shoot_53876-30212.jpg"
mediaAnimation="slide-up"
/>
@@ -288,13 +148,11 @@ export default function LandingPage() {
@@ -302,32 +160,8 @@ export default function LandingPage() {