Update src/app/blog/page.tsx

This commit is contained in:
2026-03-28 20:10:20 +00:00
parent 9138a772c0
commit d691fa63df

View File

@@ -5,7 +5,18 @@ import FooterMedia from '@/components/sections/footer/FooterMedia';
export default function BlogPage() {
return (
<ThemeProvider>
<ThemeProvider
defaultButtonVariant="hover-bubble"
defaultTextAnimation="reveal-blur"
borderRadius="soft"
contentWidth="mediumLarge"
sizing="mediumSizeLargeTitles"
background="none"
cardStyle="gradient-mesh"
primaryButtonStyle="shadow"
secondaryButtonStyle="layered"
headingFontWeight="bold"
>
<NavbarStyleCentered navItems={[{name: "Home", id: "/"}, {name: "Solutions", id: "/solutions"}, {name: "Insights", id: "/blog"}, {name: "Contact", id: "/#contact"}]} brandName="Oakmont Consulting" />
<div className="container mx-auto py-20">
<h1 className="text-4xl font-bold mb-8">Consulting Insights</h1>