diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx
index 6b853cb..750e53b 100644
--- a/src/app/contact/page.tsx
+++ b/src/app/contact/page.tsx
@@ -25,22 +25,10 @@ export default function LandingPage() {
@@ -49,16 +37,9 @@ export default function LandingPage() {
@@ -70,25 +51,9 @@ export default function LandingPage() {
description="What our supporters are saying."
testimonials={[
{
- id: "t1",
- name: "Jordan P.",
- date: "Oct 2023",
- title: "Amazing quality",
- quote: "The retro jersey feels authentic and premium. Best drop this year.",
- tag: "Verified",
- avatarSrc: "http://img.b2bpic.net/free-photo/front-view-sad-boy-holding-ball_23-2149748388.jpg",
- imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-male-white-t-shirt-colorful-coat-posing-showing-his-clothes-pink-background_140725-26961.jpg",
- },
+ id: "t1", name: "Jordan P.", date: "Oct 2023", title: "Amazing quality", quote: "The retro jersey feels authentic and premium. Best drop this year.", tag: "Verified", avatarSrc: "http://img.b2bpic.net/free-photo/front-view-sad-boy-holding-ball_23-2149748388.jpg", imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-male-white-t-shirt-colorful-coat-posing-showing-his-clothes-pink-background_140725-26961.jpg"},
{
- id: "t2",
- name: "Casey L.",
- date: "Nov 2023",
- title: "Style icon",
- quote: "My jacket is the best thing I own in my wardrobe.",
- tag: "Fan",
- avatarSrc: "http://img.b2bpic.net/free-photo/dark-skinned-bearded-hipster-guy-dressed-black-hoodie-sports-shorts-holds-skateboard-while-sitting-stairs-ghetto_613910-6253.jpg",
- imageSrc: "http://img.b2bpic.net/free-photo/displeased-man-basketball-player-holds-ball-looks-unhappily-camera_273609-46265.jpg",
- },
+ id: "t2", name: "Casey L.", date: "Nov 2023", title: "Style icon", quote: "My jacket is the best thing I own in my wardrobe.", tag: "Fan", avatarSrc: "http://img.b2bpic.net/free-photo/dark-skinned-bearded-hipster-guy-dressed-black-hoodie-sports-shorts-holds-skateboard-while-sitting-stairs-ghetto_613910-6253.jpg", imageSrc: "http://img.b2bpic.net/free-photo/displeased-man-basketball-player-holds-ball-looks-unhappily-camera_273609-46265.jpg"},
]}
/>
@@ -97,36 +62,12 @@ export default function LandingPage() {