diff --git a/src/app/page.tsx b/src/app/page.tsx
index 465346a..6e0b628 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -30,22 +30,10 @@ export default function LandingPage() {
@@ -223,46 +129,11 @@ export default function LandingPage() {
gridVariant="one-large-left-three-stacked-right"
useInvertedBackground={false}
testimonials={[
- {
- id: "t1",
- name: "Alex Rivet",
- role: "Creative Lead",
- company: "Growth Agency",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/reflection-light-prisms-colorful-effect_23-2148898186.jpg",
- },
- {
- id: "t2",
- name: "Sarah J.",
- role: "Founder",
- company: "Direct-to-Consumer",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/red-yellow-blue-lights_400718-28.jpg",
- },
- {
- id: "t3",
- name: "Mark D.",
- role: "Marketing Director",
- company: "SaaS Platform",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/light-rays-prism-high-view_23-2148771771.jpg",
- },
- {
- id: "t4",
- name: "Elena K.",
- role: "Creator",
- company: "Youtube Partner",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/prism-dispersing-colorful-lights_23-2148599249.jpg",
- },
- {
- id: "t5",
- name: "Sam W.",
- role: "Manager",
- company: "Tech Ventures",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-psd/flat-design-business-template_23-2149336692.jpg",
- },
+ { id: "t1", name: "Alex Rivet", role: "Creative Lead", company: "Growth Agency", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/reflection-light-prisms-colorful-effect_23-2148898186.jpg" },
+ { id: "t2", name: "Sarah J.", role: "Founder", company: "Direct-to-Consumer", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/red-yellow-blue-lights_400718-28.jpg" },
+ { id: "t3", name: "Mark D.", role: "Marketing Director", company: "SaaS Platform", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/light-rays-prism-high-view_23-2148771771.jpg" },
+ { id: "t4", name: "Elena K.", role: "Creator", company: "Youtube Partner", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/prism-dispersing-colorful-lights_23-2148599249.jpg" },
+ { id: "t5", name: "Sam W.", role: "Manager", company: "Tech Ventures", rating: 5, imageSrc: "http://img.b2bpic.net/free-psd/flat-design-business-template_23-2149336692.jpg" }
]}
title="Why UTE?"
description="UTE focuses on performance-driven editing using proven frameworks instead of trends."
@@ -272,9 +143,7 @@ export default function LandingPage() {