From 56a4304cc39f549ee593956ce763f3dea7cffbb6 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 01:42:41 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ca2b0e3..378fcf6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,7 @@ import FeatureCardNine from "@/components/sections/feature/FeatureCardNine"; import SocialProofOne from "@/components/sections/socialProof/SocialProofOne"; import ContactCenter from "@/components/sections/contact/ContactCenter"; import FooterMedia from "@/components/sections/footer/FooterMedia"; -import { Award, Camera, Checkmark, Flag, Handshake, Lightbulb, Play, Share2, Target, Trophy, Zap } from "lucide-react"; +import { Award, Camera, CheckCircle, Flag, Handshake, Lightbulb, Play, Share2, Target, Trophy, Zap } from "lucide-react"; export default function LandingPage() { return ( @@ -113,7 +113,7 @@ export default function LandingPage() { id: "1", value: "5+", title: "Series Competed", description: "Racing across multiple national and international championships", icon: Flag }, { - id: "2", value: "15+", title: "Race Wins", description: "Podium finishes and victories demonstrating competitive excellence", icon: Checkmark + id: "2", value: "15+", title: "Race Wins", description: "Podium finishes and victories demonstrating competitive excellence", icon: CheckCircle }, { id: "3", value: "2024", title: "Current Season", description: "Building momentum toward professional racing goals", icon: Target @@ -166,10 +166,10 @@ export default function LandingPage() { { id: 1, title: "Race Day Vlog", description: "Full race weekend experience from setup to finish line. Follow every decision, every lap, and every challenge on track", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-vector/flat-car-rental-youtube-thumbnail_23-2149236624.jpg?_wi=1", imageAlt: "YouTube thumbnail - Phone 1" + imageSrc: "http://img.b2bpic.net/free-vector/flat-car-rental-youtube-thumbnail_23-2149236624.jpg", imageAlt: "YouTube thumbnail - Phone 1" }, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-vector/flat-car-rental-youtube-thumbnail_23-2149236624.jpg?_wi=2", imageAlt: "YouTube thumbnail - Phone 2" + imageSrc: "http://img.b2bpic.net/free-vector/flat-car-rental-youtube-thumbnail_23-2149236624.jpg", imageAlt: "YouTube thumbnail - Phone 2" }, buttons: [{ text: "Watch on YouTube", href: "https://youtube.com/@brennenreichers" }] } @@ -229,7 +229,7 @@ export default function LandingPage() { { title: "Social", items: [ { label: "YouTube", href: "https://youtube.com/@brennenreichers" }, - { label: "Instagram", href: "https://instagram.com/brennenreichers" }, + { label: "Instagram", href: "https://instagram.com/@brennenreichers" }, { label: "TikTok", href: "https://tiktok.com/@brennenreichers" } ] },