Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-07 11:40:47 +00:00

View File

@@ -69,11 +69,11 @@ export default function LandingPage() {
<FeatureCardMedia
features={[
{
id: "weekly-convoy", title: "Weekly Friday Night Convoy", description: "Join our signature Friday evening convoy featuring scenic European routes. Drivers of all skill levels welcome. Meet at designated meeting point at 8 PM UTC.", tag: "Regular Event", imageSrc: "http://img.b2bpic.net/free-photo/traffic-highway_1359-2.jpg", imageAlt: "convoy truck event virtual trucking"},
id: "weekly-convoy", title: "Weekly Friday Night Convoy", description: "Join our signature Friday evening convoy featuring scenic European routes. Drivers of all skill levels welcome. Meet at designated meeting point at 8 PM UTC.", tag: "Regular Event", imageSrc: "http://img.b2bpic.net/free-photo/traffic-highway_1359-2.jpg?_wi=1", imageAlt: "convoy truck event virtual trucking"},
{
id: "monthly-challenge", title: "Monthly Trucking Challenge", description: "Compete in skill-based challenges including speed runs, precision parking, and cargo delivery accuracy. Win badges and community recognition. Open to all members.", tag: "Competition", imageSrc: "http://img.b2bpic.net/free-photo/traffic-highway_1359-2.jpg", imageAlt: "convoy truck event virtual trucking"},
id: "monthly-challenge", title: "Monthly Trucking Challenge", description: "Compete in skill-based challenges including speed runs, precision parking, and cargo delivery accuracy. Win badges and community recognition. Open to all members.", tag: "Competition", imageSrc: "http://img.b2bpic.net/free-photo/traffic-highway_1359-2.jpg?_wi=2", imageAlt: "convoy truck event virtual trucking"},
{
id: "seasonal-event", title: "Seasonal Celebrations", description: "Special themed convoys and community gatherings marking seasonal moments. Holiday drives, milestone celebrations, and exclusive networking events for our VTC family.", tag: "Special Event", imageSrc: "http://img.b2bpic.net/free-photo/traffic-highway_1359-2.jpg", imageAlt: "convoy truck event virtual trucking"},
id: "seasonal-event", title: "Seasonal Celebrations", description: "Special themed convoys and community gatherings marking seasonal moments. Holiday drives, milestone celebrations, and exclusive networking events for our VTC family.", tag: "Special Event", imageSrc: "http://img.b2bpic.net/free-photo/traffic-highway_1359-2.jpg?_wi=3", imageAlt: "convoy truck event virtual trucking"},
]}
animationType="slide-up"
textboxLayout="default"
@@ -90,13 +90,13 @@ export default function LandingPage() {
{
id: "leadership", groupTitle: "Leadership", members: [
{
id: "1", title: "Founder & CEO", subtitle: "Leadership", detail: "Vision & Direction", imageSrc: "http://img.b2bpic.net/free-vector/gradient-organizational-chart-infographic_23-2149009931.jpg", imageAlt: "team management structure avatar profiles"},
id: "1", title: "Founder & CEO", subtitle: "Leadership", detail: "Vision & Direction", imageSrc: "http://img.b2bpic.net/free-vector/gradient-organizational-chart-infographic_23-2149009931.jpg?_wi=1", imageAlt: "team management structure avatar profiles"},
{
id: "2", title: "Events Coordinator", subtitle: "Events Management", detail: "Convoy Organizer", imageSrc: "http://img.b2bpic.net/free-vector/gradient-organizational-chart-infographic_23-2149009931.jpg", imageAlt: "team management structure avatar profiles"},
id: "2", title: "Events Coordinator", subtitle: "Events Management", detail: "Convoy Organizer", imageSrc: "http://img.b2bpic.net/free-vector/gradient-organizational-chart-infographic_23-2149009931.jpg?_wi=2", imageAlt: "team management structure avatar profiles"},
{
id: "3", title: "Community Manager", subtitle: "Member Relations", detail: "Support & Engagement", imageSrc: "http://img.b2bpic.net/free-vector/gradient-organizational-chart-infographic_23-2149009931.jpg", imageAlt: "team management structure avatar profiles"},
id: "3", title: "Community Manager", subtitle: "Member Relations", detail: "Support & Engagement", imageSrc: "http://img.b2bpic.net/free-vector/gradient-organizational-chart-infographic_23-2149009931.jpg?_wi=3", imageAlt: "team management structure avatar profiles"},
{
id: "4", title: "Media Director", subtitle: "Content Creation", detail: "Gallery & Updates", imageSrc: "http://img.b2bpic.net/free-vector/gradient-organizational-chart-infographic_23-2149009931.jpg", imageAlt: "team management structure avatar profiles"},
id: "4", title: "Media Director", subtitle: "Content Creation", detail: "Gallery & Updates", imageSrc: "http://img.b2bpic.net/free-vector/gradient-organizational-chart-infographic_23-2149009931.jpg?_wi=4", imageAlt: "team management structure avatar profiles"},
],
},
]}