From 97501284e1cde8197700732f2178e6833f2e7dad Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 2 Mar 2026 20:33:54 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 29ca565..b2d99c5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -19,7 +19,7 @@ export default function LandingPage() { borderRadius="pill" contentWidth="compact" sizing="largeSmallSizeLargeTitles" - background="grid" + background="circleGradient" cardStyle="gradient-mesh" primaryButtonStyle="flat" secondaryButtonStyle="radial-glow" @@ -48,8 +48,8 @@ export default function LandingPage() { { text: "Join Us Today", href: "#contact" }, { text: "Explore Classes", href: "#classes" }, ]} - background={{ variant: "grid" }} - imageSrc="http://img.b2bpic.net/free-photo/athletic-shirtless-male-doing-workouts-back-with-power-exercise-machine-gym-club_613910-9461.jpg?_wi=1" + background={{ variant: "sparkles-gradient" }} + imageSrc="http://img.b2bpic.net/free-photo/athletic-shirtless-male-doing-workouts-back-with-power-exercise-machine-gym-club_613910-9461.jpg" imageAlt="Modern gym training facility at Alleysway" frameStyle="card" mediaAnimation="slide-up" @@ -66,7 +66,7 @@ export default function LandingPage() { description="Vic & Irene Alley" subdescription="Founders & Owners" icon={Dumbbell} - imageSrc="http://img.b2bpic.net/free-photo/athletic-shirtless-male-doing-workouts-back-with-power-exercise-machine-gym-club_613910-9461.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/athletic-shirtless-male-doing-workouts-back-with-power-exercise-machine-gym-club_613910-9461.jpg" imageAlt="Alleysway gym interior showcasing premium equipment" mediaAnimation="slide-up" useInvertedBackground={false} @@ -125,7 +125,7 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/dancer-team-studio_1303-10921.jpg", imageAlt: "Beatrockers Dance breakdancing class"}, { id: "vbound", title: "V-Bound", tags: ["Trampoline", "Cardio", "High-Energy"], - imageSrc: "http://img.b2bpic.net/free-photo/cheerful-woman-doing-abdominal-crunches-sitting-rebounder-looking-happy_176420-9049.jpg?_wi=1", imageAlt: "V-bound trampoline workout class"}, + imageSrc: "http://img.b2bpic.net/free-photo/cheerful-woman-doing-abdominal-crunches-sitting-rebounder-looking-happy_176420-9049.jpg", imageAlt: "V-bound trampoline workout class"}, { id: "taekwondo", title: "Taekwondo", tags: ["Martial Arts", "Strength", "Discipline"], imageSrc: "http://img.b2bpic.net/free-photo/two-professional-female-karate-fighting-using-karate-technique-kick-punch_651396-1104.jpg", imageAlt: "Taekwondo training class"}, @@ -134,7 +134,7 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/smiley-people-having-fun-zumba-class_23-2149074872.jpg", imageAlt: "Zumba dance fitness class"}, { id: "pilates", title: "Pilates", tags: ["Core", "Flexibility", "Balance"], - imageSrc: "http://img.b2bpic.net/free-photo/cheerful-woman-doing-abdominal-crunches-sitting-rebounder-looking-happy_176420-9049.jpg?_wi=2", imageAlt: "Pilates class for core strength"}, + imageSrc: "http://img.b2bpic.net/free-photo/cheerful-woman-doing-abdominal-crunches-sitting-rebounder-looking-happy_176420-9049.jpg", imageAlt: "Pilates class for core strength"}, ]} animationType="slide-up" title="Get A Perfect Body" @@ -211,9 +211,9 @@ export default function LandingPage() { tagIcon={Mail} title="Join Our Fitness Family" description="Contact us today to learn about memberships, schedule a consultation with our expert trainers, or ask any questions about our classes and services." - background={{ variant: "grid" }} + background={{ variant: "sparkles-gradient" }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/athletic-shirtless-male-doing-workouts-back-with-power-exercise-machine-gym-club_613910-9461.jpg?_wi=3" + imageSrc="http://img.b2bpic.net/free-photo/athletic-shirtless-male-doing-workouts-back-with-power-exercise-machine-gym-club_613910-9461.jpg" imageAlt="Alleysway gym facility" mediaAnimation="slide-up" mediaPosition="right" -- 2.49.1