Merge version_2 into main #3

Merged
bender merged 3 commits from version_2 into main 2026-03-28 20:10:24 +00:00
3 changed files with 24 additions and 3 deletions

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>

View File

@@ -97,7 +97,6 @@ export default function LandingPage() {
<div id="contact" data-section="contact">
<ContactFaq
title="Get In Touch"
ctaTitle="Ready to start your growth journey?"
ctaDescription="Our senior partners are ready to discuss how we can accelerate your business objectives today."
ctaButton={{ text: "Connect With Us", href: "#contact-form" }}

View File

@@ -5,7 +5,18 @@ import FooterMedia from '@/components/sections/footer/FooterMedia';
export default function SolutionsPage() {
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">Our Solutions</h1>