diff --git a/src/app/drivers/page.tsx b/src/app/drivers/page.tsx index 63d2f52..2f4caa0 100644 --- a/src/app/drivers/page.tsx +++ b/src/app/drivers/page.tsx @@ -6,8 +6,10 @@ import FooterBase from '@/components/sections/footer/FooterBase'; export default function DriversPage() { return ( - - + +

Driver Profiles

Detailed driver statistics and profiles grid content goes here.

diff --git a/src/app/news/page.tsx b/src/app/news/page.tsx index 69ca78a..e2491c0 100644 --- a/src/app/news/page.tsx +++ b/src/app/news/page.tsx @@ -6,8 +6,10 @@ import FooterBase from '@/components/sections/footer/FooterBase'; export default function NewsPage() { return ( - - + +

Latest F1 News

Dynamic blog feed content goes here.

diff --git a/src/app/races/page.tsx b/src/app/races/page.tsx index 18bc9e5..2bfc96f 100644 --- a/src/app/races/page.tsx +++ b/src/app/races/page.tsx @@ -6,8 +6,10 @@ import FooterBase from '@/components/sections/footer/FooterBase'; export default function RacesPage() { return ( - - + +

Race Schedule & Results

Interactive calendar and race results grid content goes here.

diff --git a/src/app/standings/page.tsx b/src/app/standings/page.tsx index c5334f6..130e6a4 100644 --- a/src/app/standings/page.tsx +++ b/src/app/standings/page.tsx @@ -6,8 +6,10 @@ import FooterBase from '@/components/sections/footer/FooterBase'; export default function StandingsPage() { return ( - - + +

Championship Standings

Live standings tables for constructors and drivers go here.