From e88256a0d8e056e7ba4b17bd74072eb88a34fbea Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 6 Apr 2026 11:37:55 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 32ee685..0e8ccf1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,6 +10,7 @@ import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; import PricingCardThree from '@/components/sections/pricing/PricingCardThree'; import ProductCardThree from '@/components/sections/product/ProductCardThree'; +import FaqBase from '@/components/sections/faq/FaqBase'; export default function LandingPage() { return ( @@ -35,6 +36,8 @@ export default function LandingPage() { name: "Categories", id: "categories"}, { name: "Products", id: "products"}, + { + name: "Guides", id: "guides"}, { name: "Contact", id: "contact"}, ]} @@ -159,6 +162,20 @@ export default function LandingPage() { /> +
+ +
+
); -} +} \ No newline at end of file -- 2.49.1