diff --git a/src/app/page.tsx b/src/app/page.tsx index 6d0a8b9..516d1a9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -43,14 +43,14 @@ export default function LandingPage() { @@ -168,14 +168,15 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} showRating={true} + animationType="slide-up" testimonials={[ { id: "1", name: "Sarah Chen", handle: "@sarahchen_music", testimonial: "Musicfy completely changed how I discover and enjoy music. The seamless integration with my other apps is pure genius. Highly recommended!", rating: 5, - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BGPBNnweDif5a9T95rH5f8JeaN/professional-headshot-portrait-of-a-youn-1774112425994-1648b88c.png?_wi=1", imageAlt: "Sarah Chen" + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BGPBNnweDif5a9T95rH5f8JeaN/professional-headshot-portrait-of-a-youn-1774112425994-1648b88c.png", imageAlt: "Sarah Chen" }, { id: "2", name: "Marcus Rodriguez", handle: "@marcus_creates", testimonial: "As a creative professional, Sync Note keeps my ideas organized and synchronized across all devices. Essential tool for my workflow.", rating: 5, - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BGPBNnweDif5a9T95rH5f8JeaN/professional-headshot-of-a-diverse-music-1774112427998-ba82a391.png?_wi=1", imageAlt: "Marcus Rodriguez" + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BGPBNnweDif5a9T95rH5f8JeaN/professional-headshot-of-a-diverse-music-1774112427998-ba82a391.png", imageAlt: "Marcus Rodriguez" }, { id: "3", name: "Emily Watson", handle: "@emilyproductive", testimonial: "Flow has helped me achieve unprecedented focus and mental clarity. The design is beautiful, and it genuinely helps me stay productive.", rating: 5, @@ -187,11 +188,11 @@ export default function LandingPage() { }, { id: "5", name: "Jessica Brown", handle: "@jessicatech", testimonial: "The entire Centi Byte ecosystem feels like it was designed specifically for my needs. Love the minimalist approach and powerful features.", rating: 5, - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BGPBNnweDif5a9T95rH5f8JeaN/professional-headshot-portrait-of-a-youn-1774112425994-1648b88c.png?_wi=2", imageAlt: "Jessica Brown" + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BGPBNnweDif5a9T95rH5f8JeaN/professional-headshot-portrait-of-a-youn-1774112425994-1648b88c.png", imageAlt: "Jessica Brown" }, { id: "6", name: "James Miller", handle: "@jamesmiller_dev", testimonial: "Finally, an integrated suite of apps that doesn't compromise on quality. Centi Byte sets the new standard for innovation.", rating: 5, - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BGPBNnweDif5a9T95rH5f8JeaN/professional-headshot-of-a-diverse-music-1774112427998-ba82a391.png?_wi=2", imageAlt: "James Miller" + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BGPBNnweDif5a9T95rH5f8JeaN/professional-headshot-of-a-diverse-music-1774112427998-ba82a391.png", imageAlt: "James Miller" } ]} buttonAnimation="slide-up" @@ -204,7 +205,7 @@ export default function LandingPage() { title="Ready to Transform Your Digital Life?" description="Join millions of users experiencing the power of Centi Byte. Start exploring our apps today and unlock a world of possibilities." tagIcon={Rocket} - background={{ variant: "circleGradient" }} + background={{ variant: "radial-gradient" }} useInvertedBackground={false} inputPlaceholder="Enter your email to get started" buttonText="Start Exploring"