From d2207b5534926a1614f8b22deb20be8fc1bd61fd Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 2 Mar 2026 21:15:35 +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 68ae83e..09c5fda 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -166,15 +166,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", imageAlt: "professional headshot portrait avatar"}, { - 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", imageAlt: "creative professional portrait headshot"}, + 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", imageAlt: "creative professional portrait headshot"}, { - 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", imageAlt: "designer portrait professional avatar"}, + 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", imageAlt: "designer portrait professional avatar"}, { - 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", imageAlt: "artist headshot portrait professional"}, + 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", imageAlt: "artist headshot portrait professional"}, { - 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", imageAlt: "creative portrait professional headshot"}, + 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", imageAlt: "creative portrait professional headshot"}, { - 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", imageAlt: "professional portrait creative headshot"}, + 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", imageAlt: "professional portrait creative headshot"}, ]} ariaLabel="Testimonials section" containerClassName="w-full" -- 2.49.1