Update src/app/case-studies/page.tsx

This commit is contained in:
2026-05-18 10:57:57 +00:00
parent 49b0c37a20
commit dab6320ff4

View File

@@ -7,9 +7,9 @@ import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
export default function CaseStudiesPage() {
return (
<ThemeProvider>
<ThemeProvider defaultButtonVariant="text-stagger" defaultTextAnimation="entrance-slide" borderRadius="rounded" contentWidth="medium" sizing="medium" background="circleGradient" cardStyle="glass-elevated" primaryButtonStyle="gradient" secondaryButtonStyle="glass" headingFontWeight="normal">
<ReactLenis root>
<NavbarStyleFullscreen navItems={[{name: "Services", id: "/services"}, {name: "Process", id: "/#process"}, {name: "Case Studies", id: "/case-studies"}, {name: "Contact", id: "/contact"}]} brandName="Spanks" />
<NavbarStyleFullscreen navItems={[{name: "Home", id: "/"}, {name: "Services", id: "/services"}, {name: "Case Studies", id: "/case-studies"}, {name: "Contact", id: "/contact"}]} />
<main className="py-24 px-6">
<h1 className="text-4xl font-bold mb-8">Case Studies</h1>
<p>Explore how we've helped leading companies achieve operational excellence and massive growth through our custom solutions.</p>