From 20cb3a727c93a1f3de264e1073e1101559d4d46f Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 28 Apr 2026 11:07:36 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/src/app/page.tsx b/src/app/page.tsx index 6af65d4..6ddc882 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,6 +9,7 @@ import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatin import TextAbout from '@/components/sections/about/TextAbout'; import ContactText from '@/components/sections/contact/ContactText'; import FooterMedia from '@/components/sections/footer/FooterMedia'; +import FaqBase from '@/components/sections/faq/FaqBase'; export default function LandingPage() { return ( @@ -31,6 +32,7 @@ export default function LandingPage() { { name: "Home", id: "hero" }, { name: "About", id: "about" }, { name: "Artists", id: "features" }, + { name: "FAQ", id: "faq" }, { name: "Contact", id: "contact" }, { name: "Support", id: "support" }, ]} @@ -75,6 +77,21 @@ export default function LandingPage() { /> +
+ +
+