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