Merge version_2 into main #5
@@ -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>
|
||||
|
||||
@@ -7,9 +7,9 @@ import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
|
||||
|
||||
export default function ContactPage() {
|
||||
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">Contact Us</h1>
|
||||
<p>Ready to start your transformation? Get in touch with our team today.</p>
|
||||
|
||||
@@ -7,9 +7,9 @@ import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
|
||||
|
||||
export default function ServicesPage() {
|
||||
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">Our Services</h1>
|
||||
<p>We provide expert digital operations, workflow automation, and custom software development to help your business scale efficiently.</p>
|
||||
|
||||
Reference in New Issue
Block a user