diff --git a/src/app/page.tsx b/src/app/page.tsx index ff54ab3..0cffb23 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,8 +11,9 @@ import FeatureCardTwentySeven from "@/components/sections/feature/FeatureCardTwe import SplitAbout from "@/components/sections/about/SplitAbout"; import ContactText from "@/components/sections/contact/ContactText"; import FooterSimple from "@/components/sections/footer/FooterSimple"; +import FaqDouble from "@/components/sections/faq/FaqDouble"; import Link from "next/link"; -import { Zap, Newspaper, Clock, Users, MapPin, Trophy, HelpCircle, Image as ImageIcon, Flag, Gauge } from "lucide-react"; +import { Zap, Newspaper, Clock, Users, MapPin, Trophy, HelpCircle, Image as ImageIcon, Flag, Gauge, Globe, Star, Lightbulb } from "lucide-react"; export default function HomePage() { return ( @@ -40,9 +41,7 @@ export default function HomePage() { { name: "History", id: "history" }, ]} button={{ - text: "Explore Media", - href: "media", - }} + text: "Explore Media", href: "media"}} /> @@ -56,32 +55,20 @@ export default function HomePage() { tagAnimation="slide-up" buttons={[ { - text: "View Teams", - href: "/teams", - }, + text: "View Teams", href: "/teams"}, { - text: "Watch Drivers", - href: "drivers", - }, + text: "Watch Drivers", href: "drivers"}, ]} buttonAnimation="slide-up" background={{ - variant: "radial-gradient", - }} + variant: "radial-gradient"}} dashboard={{ - title: "F1 Season Status", - logoIcon: Trophy, - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Abwd04ID95IvWsjALX3fZ1yci8/a-sleek-formula-1-racing-car-photographe-1772874860654-93772c45.png?_wi=1", - searchPlaceholder: "Search drivers, teams...", - buttons: [ + title: "F1 Season Status", logoIcon: Trophy, + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Abwd04ID95IvWsjALX3fZ1yci8/a-sleek-formula-1-racing-car-photographe-1772874860654-93772c45.png", searchPlaceholder: "Search drivers, teams...", buttons: [ { - text: "Latest News", - href: "#", - }, + text: "Latest News", href: "#"}, { - text: "Race Calendar", - href: "calendar", - }, + text: "Race Calendar", href: "calendar"}, ], sidebarItems: [ { @@ -97,23 +84,16 @@ export default function HomePage() { ], stats: [ { - title: "Championship Leader", - values: ["Max Verstappen", "Lewis Hamilton", "Charles Leclerc"], - description: "Current season standings", - }, + title: "Championship Leader", values: ["Max Verstappen", "Lewis Hamilton", "Charles Leclerc"], + description: "Current season standings"}, { - title: "Races Completed", - values: [18, 19, 20], - description: "Total races this season", - }, + title: "Races Completed", values: [18, 19, 20], + description: "Total races this season"}, { - title: "Teams Active", - values: [10, 10, 10], - description: "Formula 1 teams competing", - }, + title: "Teams Active", values: [10, 10, 10], + description: "Formula 1 teams competing"}, ], - chartTitle: "Championship Points", - chartData: [ + chartTitle: "Championship Points", chartData: [ { value: 430, }, @@ -130,23 +110,16 @@ export default function HomePage() { value: 320, }, ], - listTitle: "Upcoming Events", - listItems: [ + listTitle: "Upcoming Events", listItems: [ { icon: Flag, - title: "Monaco Grand Prix", - status: "May 26, 2025", - }, + title: "Monaco Grand Prix", status: "May 26, 2025"}, { icon: Gauge, - title: "Silverstone Circuit", - status: "June 29, 2025", - }, + title: "Silverstone Circuit", status: "June 29, 2025"}, { icon: Zap, - title: "Monza Racing", - status: "September 7, 2025", - }, + title: "Monza Racing", status: "September 7, 2025"}, ], }} /> @@ -164,49 +137,13 @@ export default function HomePage() { animationType="slide-up" blogs={[ { - id: "1", - category: "Team News", - title: "Red Bull Secures Championship Lead", - excerpt: "Red Bull Racing extends championship advantage with dominant performance at recent Grand Prix, maintaining perfect pit stop execution.", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Abwd04ID95IvWsjALX3fZ1yci8/red-bull-racing-formula-1-team-logo-with-1772874859977-3f264ba6.png?_wi=1", - imageAlt: "Red Bull Racing Formula 1 team logo with iconic red bull symbol and dark background, professional te", - authorName: "James Mitchell", - authorAvatar: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Abwd04ID95IvWsjALX3fZ1yci8/professional-portrait-of-a-formula-1-dri-1772874859911-8d06ece0.png", - date: "March 15, 2025", - }, + id: "1", category: "Team News", title: "Red Bull Secures Championship Lead", excerpt: "Red Bull Racing extends championship advantage with dominant performance at recent Grand Prix, maintaining perfect pit stop execution.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Abwd04ID95IvWsjALX3fZ1yci8/red-bull-racing-formula-1-team-logo-with-1772874859977-3f264ba6.png", imageAlt: "Red Bull Racing Formula 1 team logo with iconic red bull symbol and dark background, professional te", authorName: "James Mitchell", authorAvatar: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Abwd04ID95IvWsjALX3fZ1yci8/professional-portrait-of-a-formula-1-dri-1772874859911-8d06ece0.png", date: "March 15, 2025"}, { - id: "2", - category: "Driver Update", - title: "Ferrari Signs Young Talent", - excerpt: "The Scuderia announces exciting driver development program signing and confirms team roster for upcoming seasons ahead.", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Abwd04ID95IvWsjALX3fZ1yci8/ferrari-formula-1-team-logo-with-iconic--1772874860023-c5172766.png?_wi=1", - imageAlt: "Ferrari Formula 1 team logo with iconic prancing horse symbol, red and black branding, professional ", - authorName: "Sofia Romano", - authorAvatar: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Abwd04ID95IvWsjALX3fZ1yci8/professional-portrait-of-a-formula-1-dri-1772874859376-6fcda14c.png", - date: "March 12, 2025", - }, + id: "2", category: "Driver Update", title: "Ferrari Signs Young Talent", excerpt: "The Scuderia announces exciting driver development program signing and confirms team roster for upcoming seasons ahead.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Abwd04ID95IvWsjALX3fZ1yci8/ferrari-formula-1-team-logo-with-iconic--1772874860023-c5172766.png", imageAlt: "Ferrari Formula 1 team logo with iconic prancing horse symbol, red and black branding, professional ", authorName: "Sofia Romano", authorAvatar: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Abwd04ID95IvWsjALX3fZ1yci8/professional-portrait-of-a-formula-1-dri-1772874859376-6fcda14c.png", date: "March 12, 2025"}, { - id: "3", - category: "Technology", - title: "New Aerodynamic Regulations", - excerpt: "FIA introduces groundbreaking aerodynamic changes aimed at improving overtaking and safety standards for 2026 season regulations.", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Abwd04ID95IvWsjALX3fZ1yci8/mercedes-formula-1-team-logo-with-star-s-1772874860082-de2f6149.png?_wi=1", - imageAlt: "Mercedes Formula 1 team logo with star symbol, silver and black branding, professional motorsport te", - authorName: "David Chen", - authorAvatar: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Abwd04ID95IvWsjALX3fZ1yci8/professional-formula-1-driver-portrait-i-1772874859441-7382325c.png", - date: "March 10, 2025", - }, + id: "3", category: "Technology", title: "New Aerodynamic Regulations", excerpt: "FIA introduces groundbreaking aerodynamic changes aimed at improving overtaking and safety standards for 2026 season regulations.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Abwd04ID95IvWsjALX3fZ1yci8/mercedes-formula-1-team-logo-with-star-s-1772874860082-de2f6149.png", imageAlt: "Mercedes Formula 1 team logo with star symbol, silver and black branding, professional motorsport te", authorName: "David Chen", authorAvatar: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Abwd04ID95IvWsjALX3fZ1yci8/professional-formula-1-driver-portrait-i-1772874859441-7382325c.png", date: "March 10, 2025"}, { - id: "4", - category: "Race Analysis", - title: "Monaco Grand Prix Preview", - excerpt: "Historic Monaco circuit prepares for legendary Grand Prix with tight qualifying expected and thrilling street racing battles anticipated.", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Abwd04ID95IvWsjALX3fZ1yci8/monaco-grand-prix-racing-circuit-with-ic-1772874860518-666fa32c.png?_wi=1", - imageAlt: "Monaco Grand Prix racing circuit with iconic buildings and barriers, F1 car racing through street ci", - authorName: "Emma Thompson", - authorAvatar: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Abwd04ID95IvWsjALX3fZ1yci8/professional-formula-1-driver-photograph-1772874859927-8b33a693.png", - date: "March 8, 2025", - }, + id: "4", category: "Race Analysis", title: "Monaco Grand Prix Preview", excerpt: "Historic Monaco circuit prepares for legendary Grand Prix with tight qualifying expected and thrilling street racing battles anticipated.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Abwd04ID95IvWsjALX3fZ1yci8/monaco-grand-prix-racing-circuit-with-ic-1772874860518-666fa32c.png", imageAlt: "Monaco Grand Prix racing circuit with iconic buildings and barriers, F1 car racing through street ci", authorName: "Emma Thompson", authorAvatar: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Abwd04ID95IvWsjALX3fZ1yci8/professional-formula-1-driver-photograph-1772874859927-8b33a693.png", date: "March 8, 2025"}, ]} /> @@ -224,25 +161,13 @@ export default function HomePage() { useInvertedBackground={false} metrics={[ { - id: "1", - value: "May 26", - description: "Monaco Grand Prix", - }, + id: "1", value: "May 26", description: "Monaco Grand Prix"}, { - id: "2", - value: "Jun 29", - description: "British Grand Prix", - }, + id: "2", value: "Jun 29", description: "British Grand Prix"}, { - id: "3", - value: "Sep 7", - description: "Italian Grand Prix", - }, + id: "3", value: "Sep 7", description: "Italian Grand Prix"}, { - id: "4", - value: "Oct 5", - description: "Japanese Grand Prix", - }, + id: "4", value: "Oct 5", description: "Japanese Grand Prix"}, ]} /> @@ -260,105 +185,35 @@ export default function HomePage() { useInvertedBackground={false} products={[ { - id: "1", - brand: "Red Bull", - name: "Red Bull Racing", - price: "Championship Contender", - rating: 5, - reviewCount: "Max Verstappen, Sergio Pérez", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Abwd04ID95IvWsjALX3fZ1yci8/red-bull-racing-formula-1-team-logo-with-1772874859977-3f264ba6.png?_wi=2", - imageAlt: "Red Bull Racing Formula 1 team logo", - }, + id: "1", brand: "Red Bull", name: "Red Bull Racing", price: "Championship Contender", rating: 5, + reviewCount: "Max Verstappen, Sergio Pérez", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Abwd04ID95IvWsjALX3fZ1yci8/red-bull-racing-formula-1-team-logo-with-1772874859977-3f264ba6.png", imageAlt: "Red Bull Racing Formula 1 team logo"}, { - id: "2", - brand: "Ferrari", - name: "Scuderia Ferrari", - price: "Championship Contender", - rating: 5, - reviewCount: "Charles Leclerc, Lewis Hamilton", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Abwd04ID95IvWsjALX3fZ1yci8/ferrari-formula-1-team-logo-with-iconic--1772874860023-c5172766.png?_wi=2", - imageAlt: "Ferrari Formula 1 team logo", - }, + id: "2", brand: "Ferrari", name: "Scuderia Ferrari", price: "Championship Contender", rating: 5, + reviewCount: "Charles Leclerc, Lewis Hamilton", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Abwd04ID95IvWsjALX3fZ1yci8/ferrari-formula-1-team-logo-with-iconic--1772874860023-c5172766.png", imageAlt: "Ferrari Formula 1 team logo"}, { - id: "3", - brand: "Mercedes", - name: "Mercedes-AMG", - price: "Championship Contender", - rating: 5, - reviewCount: "George Russell, Andrea Kimi", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Abwd04ID95IvWsjALX3fZ1yci8/mercedes-formula-1-team-logo-with-star-s-1772874860082-de2f6149.png?_wi=2", - imageAlt: "Mercedes Formula 1 team logo", - }, + id: "3", brand: "Mercedes", name: "Mercedes-AMG", price: "Championship Contender", rating: 5, + reviewCount: "George Russell, Andrea Kimi", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Abwd04ID95IvWsjALX3fZ1yci8/mercedes-formula-1-team-logo-with-star-s-1772874860082-de2f6149.png", imageAlt: "Mercedes Formula 1 team logo"}, { - id: "4", - brand: "McLaren", - name: "McLaren Racing", - price: "Rising Competitor", - rating: 4, - reviewCount: "Lando Norris, Oscar Piastri", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Abwd04ID95IvWsjALX3fZ1yci8/mclaren-formula-1-team-logo-with-papaya--1772874859655-f8fedbbd.png?_wi=1", - imageAlt: "McLaren Formula 1 team logo", - }, + id: "4", brand: "McLaren", name: "McLaren Racing", price: "Rising Competitor", rating: 4, + reviewCount: "Lando Norris, Oscar Piastri", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Abwd04ID95IvWsjALX3fZ1yci8/mclaren-formula-1-team-logo-with-papaya--1772874859655-f8fedbbd.png", imageAlt: "McLaren Formula 1 team logo"}, { - id: "5", - brand: "Aston Martin", - name: "Aston Martin F1", - price: "Rising Competitor", - rating: 4, - reviewCount: "Fernando Alonso, Lance Stroll", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Abwd04ID95IvWsjALX3fZ1yci8/aston-martin-formula-1-team-logo-with-gr-1772874860128-5449b38f.png?_wi=1", - imageAlt: "Aston Martin Formula 1 team logo", - }, + id: "5", brand: "Aston Martin", name: "Aston Martin F1", price: "Rising Competitor", rating: 4, + reviewCount: "Fernando Alonso, Lance Stroll", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Abwd04ID95IvWsjALX3fZ1yci8/aston-martin-formula-1-team-logo-with-gr-1772874860128-5449b38f.png", imageAlt: "Aston Martin Formula 1 team logo"}, { - id: "6", - brand: "Alpine", - name: "Alpine Racing", - price: "Midfield Team", - rating: 4, - reviewCount: "Esteban Ocon, Jack Doohan", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Abwd04ID95IvWsjALX3fZ1yci8/alpine-formula-1-team-logo-with-blue-and-1772874861541-e5f41a42.png?_wi=1", - imageAlt: "Alpine Formula 1 team logo", - }, + id: "6", brand: "Alpine", name: "Alpine Racing", price: "Midfield Team", rating: 4, + reviewCount: "Esteban Ocon, Jack Doohan", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Abwd04ID95IvWsjALX3fZ1yci8/alpine-formula-1-team-logo-with-blue-and-1772874861541-e5f41a42.png", imageAlt: "Alpine Formula 1 team logo"}, { - id: "7", - brand: "Williams", - name: "Williams Racing", - price: "Midfield Team", - rating: 4, - reviewCount: "Alexander Albon, Logan Sargeant", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Abwd04ID95IvWsjALX3fZ1yci8/williams-formula-1-team-logo-with-classi-1772874860165-54795a03.png?_wi=1", - imageAlt: "Williams Formula 1 team logo", - }, + id: "7", brand: "Williams", name: "Williams Racing", price: "Midfield Team", rating: 4, + reviewCount: "Alexander Albon, Logan Sargeant", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Abwd04ID95IvWsjALX3fZ1yci8/williams-formula-1-team-logo-with-classi-1772874860165-54795a03.png", imageAlt: "Williams Formula 1 team logo"}, { - id: "8", - brand: "Haas", - name: "Haas F1 Team", - price: "Competitive Team", - rating: 3, - reviewCount: "Kevin Magnussen, Nico Hulkenberg", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Abwd04ID95IvWsjALX3fZ1yci8/haas-formula-1-team-logo-with-red-white--1772874859289-6932d651.png?_wi=1", - imageAlt: "Haas Formula 1 team logo", - }, + id: "8", brand: "Haas", name: "Haas F1 Team", price: "Competitive Team", rating: 3, + reviewCount: "Kevin Magnussen, Nico Hulkenberg", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Abwd04ID95IvWsjALX3fZ1yci8/haas-formula-1-team-logo-with-red-white--1772874859289-6932d651.png", imageAlt: "Haas Formula 1 team logo"}, { - id: "9", - brand: "Kick Sauber", - name: "Kick Sauber", - price: "Competitive Team", - rating: 3, - reviewCount: "Zhou Guanyu, Valtteri Bottas", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Abwd04ID95IvWsjALX3fZ1yci8/kick-sauber-formula-1-team-logo-with-dar-1772874860397-69a1c2ce.png?_wi=1", - imageAlt: "Kick Sauber Formula 1 team logo", - }, + id: "9", brand: "Kick Sauber", name: "Kick Sauber", price: "Competitive Team", rating: 3, + reviewCount: "Zhou Guanyu, Valtteri Bottas", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Abwd04ID95IvWsjALX3fZ1yci8/kick-sauber-formula-1-team-logo-with-dar-1772874860397-69a1c2ce.png", imageAlt: "Kick Sauber Formula 1 team logo"}, { - id: "10", - brand: "RB", - name: "Racing Bulls", - price: "Development Team", - rating: 3, - reviewCount: "Yuki Tsunoda, Liam Lawson", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Abwd04ID95IvWsjALX3fZ1yci8/rb-formula-1-team-logo-with-white-and-da-1772874861169-859e25ad.png?_wi=1", - imageAlt: "RB Formula 1 team logo", - }, + id: "10", brand: "RB", name: "Racing Bulls", price: "Development Team", rating: 3, + reviewCount: "Yuki Tsunoda, Liam Lawson", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Abwd04ID95IvWsjALX3fZ1yci8/rb-formula-1-team-logo-with-white-and-da-1772874861169-859e25ad.png", imageAlt: "RB Formula 1 team logo"}, ]} /> @@ -375,47 +230,17 @@ export default function HomePage() { animationType="slide-up" team={[ { - id: "1", - name: "Max Verstappen", - role: "Red Bull Racing", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Abwd04ID95IvWsjALX3fZ1yci8/professional-portrait-of-a-formula-1-dri-1772874859911-8d06ece0.png?_wi=1", - imageAlt: "Max Verstappen", - }, + id: "1", name: "Max Verstappen", role: "Red Bull Racing", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Abwd04ID95IvWsjALX3fZ1yci8/professional-portrait-of-a-formula-1-dri-1772874859911-8d06ece0.png", imageAlt: "Max Verstappen"}, { - id: "2", - name: "Lewis Hamilton", - role: "Ferrari", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Abwd04ID95IvWsjALX3fZ1yci8/professional-portrait-of-a-formula-1-dri-1772874859376-6fcda14c.png?_wi=1", - imageAlt: "Lewis Hamilton", - }, + id: "2", name: "Lewis Hamilton", role: "Ferrari", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Abwd04ID95IvWsjALX3fZ1yci8/professional-portrait-of-a-formula-1-dri-1772874859376-6fcda14c.png", imageAlt: "Lewis Hamilton"}, { - id: "3", - name: "Charles Leclerc", - role: "Ferrari", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Abwd04ID95IvWsjALX3fZ1yci8/professional-formula-1-driver-portrait-i-1772874859441-7382325c.png?_wi=1", - imageAlt: "Charles Leclerc", - }, + id: "3", name: "Charles Leclerc", role: "Ferrari", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Abwd04ID95IvWsjALX3fZ1yci8/professional-formula-1-driver-portrait-i-1772874859441-7382325c.png", imageAlt: "Charles Leclerc"}, { - id: "4", - name: "Lando Norris", - role: "McLaren Racing", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Abwd04ID95IvWsjALX3fZ1yci8/professional-formula-1-driver-photograph-1772874859927-8b33a693.png?_wi=1", - imageAlt: "Lando Norris", - }, + id: "4", name: "Lando Norris", role: "McLaren Racing", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Abwd04ID95IvWsjALX3fZ1yci8/professional-formula-1-driver-photograph-1772874859927-8b33a693.png", imageAlt: "Lando Norris"}, { - id: "5", - name: "George Russell", - role: "Mercedes-AMG", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Abwd04ID95IvWsjALX3fZ1yci8/professional-portrait-of-a-formula-1-dri-1772874859911-8d06ece0.png?_wi=2", - imageAlt: "George Russell", - }, + id: "5", name: "George Russell", role: "Mercedes-AMG", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Abwd04ID95IvWsjALX3fZ1yci8/professional-portrait-of-a-formula-1-dri-1772874859911-8d06ece0.png", imageAlt: "George Russell"}, { - id: "6", - name: "Sergio Pérez", - role: "Red Bull Racing", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Abwd04ID95IvWsjALX3fZ1yci8/professional-portrait-of-a-formula-1-dri-1772874859376-6fcda14c.png?_wi=2", - imageAlt: "Sergio Pérez", - }, + id: "6", name: "Sergio Pérez", role: "Red Bull Racing", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Abwd04ID95IvWsjALX3fZ1yci8/professional-portrait-of-a-formula-1-dri-1772874859376-6fcda14c.png", imageAlt: "Sergio Pérez"}, ]} /> @@ -433,41 +258,115 @@ export default function HomePage() { useInvertedBackground={false} features={[ { - id: "1", - title: "Monaco Grand Prix", - description: "Historic street circuit through Monte Carlo's prestigious streets. The most glamorous race where precision and bravery collide on narrow barriers and tight corners at breathtaking speeds.", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Abwd04ID95IvWsjALX3fZ1yci8/monaco-grand-prix-racing-circuit-with-ic-1772874860518-666fa32c.png?_wi=2", - imageAlt: "Monaco Grand Prix racing circuit", + id: "1", title: "Monaco Grand Prix", description: "Historic street circuit through Monte Carlo's prestigious streets. The most glamorous race where precision and bravery collide on narrow barriers and tight corners at breathtaking speeds.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Abwd04ID95IvWsjALX3fZ1yci8/monaco-grand-prix-racing-circuit-with-ic-1772874860518-666fa32c.png", imageAlt: "Monaco Grand Prix racing circuit"}, + { + id: "2", title: "British Grand Prix", description: "Silverstone Circuit iconic home of British motorsport. High-speed sweeping corners and intense racing battles make this one of the most thrilling Formula 1 experiences for drivers and fans alike.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Abwd04ID95IvWsjALX3fZ1yci8/british-grand-prix-at-silverstone-circui-1772874861622-b46d033f.png", imageAlt: "British Grand Prix at Silverstone Circuit"}, + { + id: "3", title: "Italian Grand Prix", description: "Monza's legendary high-speed circuit near Milan. Known for incredible overtaking, passionate fans, and the iconic Temple of Speed where straight-line racing drama unfolds dramatically.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Abwd04ID95IvWsjALX3fZ1yci8/italian-grand-prix-at-monza-circuit-with-1772874860680-51ca5359.png", imageAlt: "Italian Grand Prix at Monza Circuit"}, + { + id: "4", title: "Japanese Grand Prix", description: "Suzuka's challenging figure-eight layout demands precision and skill. Respect the track as corner precision and technical perfection separate champions from the rest of the field consistently.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Abwd04ID95IvWsjALX3fZ1yci8/japanese-grand-prix-at-suzuka-circuit-wi-1772874860864-d1529a4c.png", imageAlt: "Japanese Grand Prix at Suzuka Circuit"}, + { + id: "5", title: "Abu Dhabi Grand Prix", description: "Yas Marina Circuit's modern facilities and night racing spectacle. This season finale circuit determines world champions with thrilling competitive battles and unexpected championship twists annually.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Abwd04ID95IvWsjALX3fZ1yci8/abu-dhabi-grand-prix-at-yas-marina-circu-1772874860556-b23dc5db.png", imageAlt: "Abu Dhabi Grand Prix at Yas Marina Circuit"}, + ]} + /> + + + {/* History Section */} +
+ +
+ + {/* Media Gallery */} +
+ +
+ + {/* FAQ Section */} +
+ +
+ + {/* CTA Section */} +
+
@@ -476,87 +375,51 @@ export default function HomePage() {