From b8459da5fab1201bdaa28f02e3cf712bb3ce4a30 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 17 Mar 2026 02:41:07 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 45df748..f59a205 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -55,7 +55,7 @@ export default function LandingPage() { { text: "Learn More", href: "#about" } ]} buttonAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/car-racing-video-game-arcade_53876-98103.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/car-racing-video-game-arcade_53876-98103.jpg" imageAlt="Professional racing simulator cockpit setup" /> @@ -81,11 +81,11 @@ export default function LandingPage() { tagAnimation="slide-up" features={[ { - title: "Competitive Excellence", description: "Top-tier sim racing performance showcasing advanced techniques, race strategies, and competitive victories across multiple platforms.", imageSrc: "http://img.b2bpic.net/free-photo/stressed-couple-gamers-losing-space-shooter-video-game-playing-rgb-powerful-computer-while-streaming-online-competition-pro-cyber-woman-with-headset-performing-from-home-virtual-tournament_482257-12511.jpg?_wi=1", imageAlt: "Competitive racing simulation display", buttonIcon: Trophy, + title: "Competitive Excellence", description: "Top-tier sim racing performance showcasing advanced techniques, race strategies, and competitive victories across multiple platforms.", imageSrc: "http://img.b2bpic.net/free-photo/stressed-couple-gamers-losing-space-shooter-video-game-playing-rgb-powerful-computer-while-streaming-online-competition-pro-cyber-woman-with-headset-performing-from-home-virtual-tournament_482257-12511.jpg", imageAlt: "Competitive racing simulation display", buttonIcon: Trophy, buttonHref: "#" }, { - title: "Educational Focus", description: "Structured learning programs demonstrating how sim racing applies to real-world motorsport education and professional driver development.", imageSrc: "http://img.b2bpic.net/free-photo/person-taking-driver-s-license-exam_23-2149891380.jpg?_wi=1", imageAlt: "Educational racing training program", buttonIcon: BookOpen, + title: "Educational Focus", description: "Structured learning programs demonstrating how sim racing applies to real-world motorsport education and professional driver development.", imageSrc: "http://img.b2bpic.net/free-photo/person-taking-driver-s-license-exam_23-2149891380.jpg", imageAlt: "Educational racing training program", buttonIcon: BookOpen, buttonHref: "#" }, { @@ -112,10 +112,10 @@ export default function LandingPage() { id: "trailer-primary", name: "Full Racing Simulator Station", price: "Interactive Experience", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-enjoys-sunset-while-sitting-trunk-suv_169016-21547.jpg", imageAlt: "Mobile sim racing trailer exterior" }, { - id: "trailer-edu", name: "Educational Program Module", price: "Career-Focused Content", imageSrc: "http://img.b2bpic.net/free-photo/person-taking-driver-s-license-exam_23-2149891380.jpg?_wi=2", imageAlt: "Educational racing training module" + id: "trailer-edu", name: "Educational Program Module", price: "Career-Focused Content", imageSrc: "http://img.b2bpic.net/free-photo/person-taking-driver-s-license-exam_23-2149891380.jpg", imageAlt: "Educational racing training module" }, { - id: "trailer-community", name: "Community Engagement Hub", price: "Social Integration", imageSrc: "http://img.b2bpic.net/free-photo/stressed-couple-gamers-losing-space-shooter-video-game-playing-rgb-powerful-computer-while-streaming-online-competition-pro-cyber-woman-with-headset-performing-from-home-virtual-tournament_482257-12511.jpg?_wi=2", imageAlt: "Community racing experience" + id: "trailer-community", name: "Community Engagement Hub", price: "Social Integration", imageSrc: "http://img.b2bpic.net/free-photo/stressed-couple-gamers-losing-space-shooter-video-game-playing-rgb-powerful-computer-while-streaming-online-competition-pro-cyber-woman-with-headset-performing-from-home-virtual-tournament_482257-12511.jpg", imageAlt: "Community racing experience" } ]} gridVariant="three-columns-all-equal-width" @@ -178,7 +178,6 @@ export default function LandingPage() {