diff --git a/src/app/page.tsx b/src/app/page.tsx index 267bab8..da98bd5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -20,7 +20,7 @@ export default function LandingPage() { borderRadius="pill" contentWidth="small" sizing="mediumLarge" - background="aurora" + background="circleGradient" cardStyle="subtle-shadow" primaryButtonStyle="radial-glow" secondaryButtonStyle="glass" @@ -45,7 +45,7 @@ export default function LandingPage() { @@ -141,16 +141,16 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "1", name: "Sarah Martinez", role: "Comic Book Collector", testimonial: "Spider-Man taught me that anyone can be a hero. His journey from an ordinary teenager to a legendary icon is genuinely inspiring.", imageSrc: "http://img.b2bpic.net/free-vector/set-social-people-media-profile-member_24877-53571.jpg?_wi=1", imageAlt: "Sarah Martinez", icon: Star + id: "1", name: "Sarah Martinez", role: "Comic Book Collector", testimonial: "Spider-Man taught me that anyone can be a hero. His journey from an ordinary teenager to a legendary icon is genuinely inspiring.", imageSrc: "http://img.b2bpic.net/free-vector/set-social-people-media-profile-member_24877-53571.jpg", imageAlt: "Sarah Martinez", icon: Star }, { - id: "2", name: "Michael Chen", role: "Marvel Fan", testimonial: "The complexity of Peter Parker's character is unmatched. Balancing personal struggles with saving the world resonates deeply with me.", imageSrc: "http://img.b2bpic.net/free-vector/set-social-people-media-profile-member_24877-53571.jpg?_wi=2", imageAlt: "Michael Chen", icon: Star + id: "2", name: "Michael Chen", role: "Marvel Fan", testimonial: "The complexity of Peter Parker's character is unmatched. Balancing personal struggles with saving the world resonates deeply with me.", imageSrc: "http://img.b2bpic.net/free-vector/set-social-people-media-profile-member_24877-53571.jpg", imageAlt: "Michael Chen", icon: Star }, { - id: "3", name: "Emma Rodriguez", role: "Superhero Enthusiast", testimonial: "Spider-Man's wit and humor make him unique. He proves that heroes don't need to be dark and brooding to be powerful.", imageSrc: "http://img.b2bpic.net/free-vector/set-social-people-media-profile-member_24877-53571.jpg?_wi=3", imageAlt: "Emma Rodriguez", icon: Star + id: "3", name: "Emma Rodriguez", role: "Superhero Enthusiast", testimonial: "Spider-Man's wit and humor make him unique. He proves that heroes don't need to be dark and brooding to be powerful.", imageSrc: "http://img.b2bpic.net/free-vector/set-social-people-media-profile-member_24877-53571.jpg", imageAlt: "Emma Rodriguez", icon: Star }, { - id: "4", name: "James Wilson", role: "Animation Fan", testimonial: "Every interpretation of Spider-Man brings something fresh. From comics to films, the character continues to evolve and inspire.", imageSrc: "http://img.b2bpic.net/free-vector/set-social-people-media-profile-member_24877-53571.jpg?_wi=4", imageAlt: "James Wilson", icon: Star + id: "4", name: "James Wilson", role: "Animation Fan", testimonial: "Every interpretation of Spider-Man brings something fresh. From comics to films, the character continues to evolve and inspire.", imageSrc: "http://img.b2bpic.net/free-vector/set-social-people-media-profile-member_24877-53571.jpg", imageAlt: "James Wilson", icon: Star } ]} animationType="slide-up"