Merge version_2 into main #3
@@ -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>
|
||||
|
||||
@@ -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" }}
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user