From 301753d26320d862b3e5816b40e900bc319e6ae7 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 2 Mar 2026 21:08:21 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index f5f49ff..f2eb0be 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -170,15 +170,15 @@ export default function LandingPage() { { id: "1", title: "Finally, a tool built for creators", quote: "Energy has completely changed how I manage my design projects. The calendar integration means I never miss a deadline, and the task management is intuitive enough that I spend less time organizing and more time creating.", name: "Sarah Chen", role: "Graphic Designer & Art Director", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg"}, { - id: "2", title: "The collaboration features are game-changing", quote: "As a music producer working with multiple artists and engineers, Energy's team features keep everyone aligned. The shared calendar view prevents scheduling conflicts, and comment threads keep feedback organized.", name: "Marcus Williams", role: "Music Producer", imageSrc: "http://img.b2bpic.net/free-photo/portrait-redhead-bearded-male-eyeglasses-dressed-elegant-wool-suit-grey-background_613910-15599.jpg"}, + id: "2", title: "The collaboration features are game-changing", quote: "As a music producer working with multiple artists and engineers, Energy's team features keep everyone aligned. The shared calendar view prevents scheduling conflicts, and comment threads keep feedback organized.", name: "Marcus Williams", role: "Music Producer", imageSrc: "http://img.b2bpic.net/free-photo/portrait-redhead-bearded-male-eyeglasses-dressed-elegant-wool-suit-grey-background_613910-15599.jpg?_wi=1"}, { - id: "3", title: "Reduced workflow friction by 70%", quote: "I was juggling three different apps before Energy. Now everything is in one place, and the interface is so clean that my team adopted it without resistance. This is how creative tool design should be done.", name: "Elena Rodriguez", role: "Creative Director", imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-bearded-man-suit_23-2149705918.jpg"}, + id: "3", title: "Reduced workflow friction by 70%", quote: "I was juggling three different apps before Energy. Now everything is in one place, and the interface is so clean that my team adopted it without resistance. This is how creative tool design should be done.", name: "Elena Rodriguez", role: "Creative Director", imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-bearded-man-suit_23-2149705918.jpg?_wi=1"}, { - id: "4", title: "Simple, powerful, and beautiful", quote: "Energy respects my time and attention. It's not bloated with unnecessary features, but it has everything I need. The design itself is inspiring—using the app feels like a creative act.", name: "James Liu", role: "Illustration & Animation", imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-bearded-man-suit_23-2149705918.jpg"}, + id: "4", title: "Simple, powerful, and beautiful", quote: "Energy respects my time and attention. It's not bloated with unnecessary features, but it has everything I need. The design itself is inspiring—using the app feels like a creative act.", name: "James Liu", role: "Illustration & Animation", imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-bearded-man-suit_23-2149705918.jpg?_wi=2"}, { - id: "5", title: "The best investment for my creative business", quote: "Energy has helped me take on more clients without feeling overwhelmed. The automation and templates save me hours every week, and I can focus on the actual creative work.", name: "Amelia Foster", role: "Freelance Illustrator", imageSrc: "http://img.b2bpic.net/free-photo/portrait-redhead-bearded-male-eyeglasses-dressed-elegant-wool-suit-grey-background_613910-15599.jpg"}, + id: "5", title: "The best investment for my creative business", quote: "Energy has helped me take on more clients without feeling overwhelmed. The automation and templates save me hours every week, and I can focus on the actual creative work.", name: "Amelia Foster", role: "Freelance Illustrator", imageSrc: "http://img.b2bpic.net/free-photo/portrait-redhead-bearded-male-eyeglasses-dressed-elegant-wool-suit-grey-background_613910-15599.jpg?_wi=2"}, { - id: "6", title: "A breath of fresh air", quote: "Most productivity tools feel corporate and generic. Energy gets it—it's designed by people who understand the creative process and the specific challenges we face. Every detail shows that care.", name: "David Park", role: "Content Creator & Filmmaker", imageSrc: "http://img.b2bpic.net/free-photo/portrait-redhead-bearded-male-eyeglasses-dressed-elegant-wool-suit-grey-background_613910-15599.jpg"}, + id: "6", title: "A breath of fresh air", quote: "Most productivity tools feel corporate and generic. Energy gets it—it's designed by people who understand the creative process and the specific challenges we face. Every detail shows that care.", name: "David Park", role: "Content Creator & Filmmaker", imageSrc: "http://img.b2bpic.net/free-photo/portrait-redhead-bearded-male-eyeglasses-dressed-elegant-wool-suit-grey-background_613910-15599.jpg?_wi=3"}, ]} ariaLabel="Testimonials section" containerClassName="w-full" -- 2.49.1