diff --git a/src/app/page.tsx b/src/app/page.tsx
index 4742ebc..a641c9a 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -29,21 +29,13 @@ export default function LandingPage() {
@@ -52,158 +44,65 @@ export default function LandingPage() {
@@ -231,45 +128,20 @@ export default function LandingPage() {
useInvertedBackground={true}
testimonials={[
{
- id: "t1",
- name: "Alex R.",
- role: "Collector",
- company: "UrbanFits",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/slim-brunette-woman-black-sweater-crossed-arms_613910-7040.jpg",
- },
+ id: "t1", name: "Alex R.", role: "Collector", company: "UrbanFits", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/slim-brunette-woman-black-sweater-crossed-arms_613910-7040.jpg"},
{
- id: "t2",
- name: "Jordan S.",
- role: "Influencer",
- company: "StyleDaily",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/stylish-casual-hipster-girl-cap-sunglasses-jeans-wear-listening-music-from-headphones-mobile-phone-against-large-graffiti-wall_627829-7727.jpg",
- },
+ id: "t2", name: "Jordan S.", role: "Influencer", company: "StyleDaily", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/stylish-casual-hipster-girl-cap-sunglasses-jeans-wear-listening-music-from-headphones-mobile-phone-against-large-graffiti-wall_627829-7727.jpg"},
{
- id: "t3",
- name: "Casey M.",
- role: "Artist",
- company: "StreetVibes",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-with-sunglasses_23-2149409792.jpg",
- },
+ id: "t3", name: "Casey M.", role: "Artist", company: "StreetVibes", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-with-sunglasses_23-2149409792.jpg"},
{
- id: "t4",
- name: "Riley K.",
- role: "Fan",
- company: "AscendCrew",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/girl-is-walking-around-city_1321-1321.jpg",
- },
+ id: "t4", name: "Riley K.", role: "Fan", company: "AscendCrew", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/girl-is-walking-around-city_1321-1321.jpg"},
{
- id: "t5",
- name: "Sam T.",
- role: "Fan",
- company: "AscendCrew",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-girl-smiling-sitting-floor-white-wall_176420-8541.jpg",
- },
+ id: "t5", name: "Sam T.", role: "Fan", company: "AscendCrew", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-girl-smiling-sitting-floor-white-wall_176420-8541.jpg"},
]}
title="Community Vibes"
description="What the streets are saying about Ascend."
@@ -280,16 +152,13 @@ export default function LandingPage() {
@@ -298,46 +167,29 @@ export default function LandingPage() {