From 8cec188c715585c48029f8c3b9ca9d91affb90e7 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 01:43:07 +0000 Subject: [PATCH] Update src/app/about/page.tsx --- src/app/about/page.tsx | 20 ++++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 6f1ab1e..2b04839 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -3,6 +3,7 @@ import Link from "next/link"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleFullscreen from "@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen"; +import HeroBillboard from "@/components/sections/hero/HeroBillboard"; import MetricSplitMediaAbout from "@/components/sections/about/MetricSplitMediaAbout"; import FeatureHoverPattern from "@/components/sections/feature/featureHoverPattern/FeatureHoverPattern"; import FooterBase from "@/components/sections/footer/FooterBase"; @@ -66,6 +67,21 @@ export default function AboutPage() { /> +
+ +
+