From 306c2b4e445c66f2f8f396b530fb965f3b2efb4f Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 8 Apr 2026 06:06:41 +0000 Subject: [PATCH 1/4] Update src/app/drivers/page.tsx --- src/app/drivers/page.tsx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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.

-- 2.49.1 From 5f7dfdbb6a8be1cd115e2c1eb1f020863489ea6e Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 8 Apr 2026 06:06:41 +0000 Subject: [PATCH 2/4] Update src/app/news/page.tsx --- src/app/news/page.tsx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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.

-- 2.49.1 From 6c49400276b6e02ad49f207383eea8e0647aaf46 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 8 Apr 2026 06:06:42 +0000 Subject: [PATCH 3/4] Update src/app/races/page.tsx --- src/app/races/page.tsx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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.

-- 2.49.1 From 25777d0e8d1d2b8321504191bc1db1eb854c5c71 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 8 Apr 2026 06:06:42 +0000 Subject: [PATCH 4/4] Update src/app/standings/page.tsx --- src/app/standings/page.tsx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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.

-- 2.49.1