diff --git a/src/app/page.tsx b/src/app/page.tsx
index bb481ec..cbb2375 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -31,21 +31,13 @@ export default function LandingPage() {
@@ -54,32 +46,15 @@ export default function LandingPage() {
@@ -195,40 +127,15 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
- id: "1",
- name: "Sarah Miller",
- role: "Photographer",
- testimonial: "Best stand ever! So stable.",
- imageSrc: "http://img.b2bpic.net/free-photo/office-worker-using-cell-phone-work_329181-20159.jpg?_wi=1",
- },
+ id: "1", name: "Sarah Miller", role: "Photographer", testimonial: "Best stand ever! So stable.", imageSrc: "http://img.b2bpic.net/free-photo/office-worker-using-cell-phone-work_329181-20159.jpg"},
{
- id: "2",
- name: "James Chen",
- role: "Developer",
- testimonial: "Finally, a stand that doesn't slip.",
- imageSrc: "http://img.b2bpic.net/free-photo/office-worker-using-cell-phone-work_329181-20159.jpg?_wi=2",
- },
+ id: "2", name: "James Chen", role: "Developer", testimonial: "Finally, a stand that doesn't slip.", imageSrc: "http://img.b2bpic.net/free-photo/office-worker-using-cell-phone-work_329181-20159.jpg"},
{
- id: "3",
- name: "Emily Davis",
- role: "Vlogger",
- testimonial: "Perfect for filming my daily content.",
- imageSrc: "http://img.b2bpic.net/free-photo/office-worker-using-cell-phone-work_329181-20159.jpg?_wi=3",
- },
+ id: "3", name: "Emily Davis", role: "Vlogger", testimonial: "Perfect for filming my daily content.", imageSrc: "http://img.b2bpic.net/free-photo/office-worker-using-cell-phone-work_329181-20159.jpg"},
{
- id: "4",
- name: "Mark Wilson",
- role: "Designer",
- testimonial: "Looks sleek on my desk setup.",
- imageSrc: "http://img.b2bpic.net/free-photo/office-worker-using-cell-phone-work_329181-20159.jpg?_wi=4",
- },
+ id: "4", name: "Mark Wilson", role: "Designer", testimonial: "Looks sleek on my desk setup.", imageSrc: "http://img.b2bpic.net/free-photo/office-worker-using-cell-phone-work_329181-20159.jpg"},
{
- id: "5",
- name: "Alex Taylor",
- role: "Gamer",
- testimonial: "The build quality is outstanding.",
- imageSrc: "http://img.b2bpic.net/free-photo/office-worker-using-cell-phone-work_329181-20159.jpg?_wi=5",
- },
+ id: "5", name: "Alex Taylor", role: "Gamer", testimonial: "The build quality is outstanding.", imageSrc: "http://img.b2bpic.net/free-photo/office-worker-using-cell-phone-work_329181-20159.jpg"},
]}
title="Loved by Creators"
description="Don't just take our word for it."
@@ -239,13 +146,12 @@ export default function LandingPage() {