website refactor
This commit is contained in:
@@ -11,7 +11,6 @@ import { TeamSummaryPanel } from '@/components/home/TeamSummaryPanel';
|
||||
import { HomeFeatureDescription } from '@/components/home/HomeFeatureDescription';
|
||||
import { FAQ } from '@/components/landing/FAQ';
|
||||
import { HomeFooterCTA } from '@/components/home/HomeFooterCTA';
|
||||
import { Footer } from '@/ui/Footer';
|
||||
import { ModeGuard } from '@/components/shared/ModeGuard';
|
||||
import { CareerProgressionMockup } from '@/components/mockups/CareerProgressionMockup';
|
||||
import { RaceHistoryMockup } from '@/components/mockups/RaceHistoryMockup';
|
||||
@@ -55,7 +54,7 @@ interface HomeTemplateProps {
|
||||
*/
|
||||
export function HomeTemplate({ viewData }: HomeTemplateProps) {
|
||||
return (
|
||||
<Box as="main" minHeight="screen" bg="graphite-black" color="text-white">
|
||||
<Box color="text-white">
|
||||
{/* Hero Section */}
|
||||
<HomeHeader
|
||||
title="Modern Motorsport Infrastructure."
|
||||
@@ -176,9 +175,6 @@ export function HomeTemplate({ viewData }: HomeTemplateProps) {
|
||||
{/* CTA & FAQ */}
|
||||
<HomeFooterCTA />
|
||||
<FAQ />
|
||||
|
||||
{/* Footer */}
|
||||
<Footer />
|
||||
</Box>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user