Update src/app/blog/page.tsx
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user