Merge version_2 into main #3

Merged
bender merged 1 commits from version_2 into main 2026-03-31 10:25:48 +00:00

View File

@@ -9,13 +9,24 @@ import FooterSimple from '@/components/sections/footer/FooterSimple';
export default function TestimonialsPage() {
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>
<NavbarLayoutFloatingInline
navItems={[
{ name: "Home", id: "/" },
{ name: "About", id: "/about" },
{ name: "Services", id: "/features" },
{ name: "Features", id: "/features" },
{ name: "Testimonials", id: "/testimonials" },
{ name: "FAQ", id: "/faq" },
]}
@@ -60,6 +71,7 @@ export default function TestimonialsPage() {
{ title: "Legal", items: [{ label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }] },
]}
bottomLeftText="© 2024 LicensingPros. All rights reserved."
bottomRightText="Built for Success"
/>
</ReactLenis>
</ThemeProvider>