Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-09 01:42:52 +00:00

View File

@@ -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" }
]
},