Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-02 21:12:15 +00:00

View File

@@ -33,7 +33,7 @@ export default function LandingPage() {
borderRadius="rounded"
contentWidth="smallMedium"
sizing="largeSmall"
background="noise"
background="circleGradient"
cardStyle="subtle-shadow"
primaryButtonStyle="diagonal-gradient"
secondaryButtonStyle="radial-glow"
@@ -65,7 +65,7 @@ export default function LandingPage() {
{ text: "View Demo", href: "#features" },
]}
buttonAnimation="slide-up"
background={{ variant: "noise" }}
background={{ variant: "plain" }}
dashboard={{
title: "Energy Dashboard", logoIcon: Zap,
imageSrc: "http://img.b2bpic.net/free-vector/fitness-mobile-app-infographic-template-flat-style_23-2148219822.jpg", searchPlaceholder: "Search tasks & events", buttons: [
@@ -100,8 +100,6 @@ export default function LandingPage() {
}}
ariaLabel="Energy creative productivity dashboard hero"
containerClassName="w-full"
titleClassName="text-4xl md:text-5xl font-bold"
descriptionClassName="text-lg text-foreground opacity-90"
dashboardClassName="mt-12 w-full"
/>
</div>
@@ -126,8 +124,6 @@ export default function LandingPage() {
}}
ariaLabel="Feature comparison section"
containerClassName="w-full"
titleClassName="text-3xl md:text-4xl font-bold"
descriptionClassName="text-foreground opacity-80"
/>
</div>
@@ -151,8 +147,6 @@ export default function LandingPage() {
]}
ariaLabel="Metrics section"
containerClassName="w-full"
titleClassName="text-3xl md:text-4xl font-bold"
descriptionClassName="text-foreground opacity-80"
/>
</div>
@@ -165,25 +159,22 @@ export default function LandingPage() {
tagAnimation="slide-up"
textboxLayout="default"
useInvertedBackground={false}
animationType="slide-up"
testimonials={[
{
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?_wi=1"},
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: "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: "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: "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: "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: "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: "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: "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"},
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"},
]}
ariaLabel="Testimonials section"
containerClassName="w-full"
titleClassName="text-3xl md:text-4xl font-bold"
descriptionClassName="text-foreground opacity-80"
/>
</div>
@@ -214,8 +205,6 @@ export default function LandingPage() {
]}
ariaLabel="FAQ section"
containerClassName="w-full"
titleClassName="text-3xl md:text-4xl font-bold"
descriptionClassName="text-foreground opacity-80"
/>
</div>
@@ -235,8 +224,6 @@ export default function LandingPage() {
useInvertedBackground={false}
ariaLabel="Contact and call-to-action section"
containerClassName="w-full"
titleClassName="text-3xl md:text-4xl font-bold"
descriptionClassName="text-foreground opacity-80"
/>
</div>