From 583746d98563e0a44ca6de0002a41e7858624780 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 08:00:16 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 515cd39..4fce6bf 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -19,7 +19,7 @@ export default function LandingPage() { borderRadius="rounded" contentWidth="mediumSmall" sizing="mediumLargeSizeMediumTitles" - background="grid" + background="circleGradient" cardStyle="outline" primaryButtonStyle="flat" secondaryButtonStyle="radial-glow" @@ -49,10 +49,10 @@ export default function LandingPage() { tag="Cheer Excellence" tagIcon={Sparkles} tagAnimation="slide-up" - background={{ variant: "grid" }} + background={{ variant: "animated-grid" }} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/group-pretty-teenager-cheerleaders-cute-uniform_23-2149111068.jpg?_wi=1", imageAlt: "CheerUp cheerleading squad performing" + imageSrc: "http://img.b2bpic.net/free-photo/group-pretty-teenager-cheerleaders-cute-uniform_23-2149111068.jpg", imageAlt: "CheerUp cheerleading squad performing" }, { imageSrc: "http://img.b2bpic.net/free-photo/group-pretty-teenagers-cheerleader-uniforms_23-2149111117.jpg", imageAlt: "Cheerleaders executing dynamic jump" @@ -61,7 +61,7 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/rhythmic-gymnastics-girls-gymnasts-performs-various-gymnastic-exercises-jumping-childs-sport-healthy-lifestyle_1157-44140.jpg", imageAlt: "Cheerleading pyramid stunt" }, { - imageSrc: "http://img.b2bpic.net/free-photo/group-pretty-teenager-cheerleaders-cute-uniform_23-2149111068.jpg?_wi=2", imageAlt: "Cheerleaders with pom poms in formation" + imageSrc: "http://img.b2bpic.net/free-photo/group-pretty-teenager-cheerleaders-cute-uniform_23-2149111068.jpg", imageAlt: "Cheerleaders with pom poms in formation" } ]} mediaAnimation="slide-up" @@ -140,7 +140,7 @@ export default function LandingPage() { }, { id: "2", name: "Jasmine Pierce", handle: "@jasmineaspires", testimonial: "The training here is world-class. I've competed at nationals twice and learned so much about dedication and teamwork. Couldn't imagine my cheer journey anywhere else.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-female-cheerleader-cute-uniform_23-2149111120.jpg?_wi=1", imageAlt: "Jasmine Pierce" + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-female-cheerleader-cute-uniform_23-2149111120.jpg", imageAlt: "Jasmine Pierce" }, { id: "3", name: "Sofia Martinez", handle: "@sofiam_stunts", testimonial: "CheerUp! gave me the platform to grow as an athlete and a leader. I'm now a team captain and mentor younger cheerleaders. The support here is genuine and inspiring.", rating: 5, @@ -152,7 +152,7 @@ export default function LandingPage() { }, { id: "5", name: "Tasha Williams", handle: "@tashawills_spirit", testimonial: "I came in as a beginner with no experience. The coaches believed in me, supported me, and now I'm competing at elite levels. CheerUp! is where dreams become reality.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-female-cheerleader-cute-uniform_23-2149111120.jpg?_wi=2", imageAlt: "Tasha Williams" + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-female-cheerleader-cute-uniform_23-2149111120.jpg", imageAlt: "Tasha Williams" }, { id: "6", name: "Emma Chen", handle: "@emmachen_cheer", testimonial: "The sisterhood, the training, the championships – every moment with CheerUp! has been unforgettable. I'm proud to represent this amazing organization.", rating: 5, -- 2.49.1