Update src/app/pricing/page.tsx
This commit is contained in:
@@ -8,7 +8,7 @@ import FooterMedia from '@/components/sections/footer/FooterMedia';
|
||||
|
||||
export default function PricingPage() {
|
||||
return (
|
||||
<ThemeProvider>
|
||||
<ThemeProvider defaultButtonVariant="hover-magnetic" defaultTextAnimation="entrance-slide" borderRadius="rounded" contentWidth="medium" sizing="medium" background="circleGradient" cardStyle="glass-elevated" primaryButtonStyle="gradient" secondaryButtonStyle="glass" headingFontWeight="normal">
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleCentered
|
||||
@@ -39,6 +39,7 @@ export default function PricingPage() {
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
logoText="Clean On Click"
|
||||
videoSrc="https://assets.mixkit.co/videos/preview/mixkit-cleaning-windows-with-a-squeegee-4279-large.mp4"
|
||||
columns={[
|
||||
{ title: "Quick Links", items: [{ label: "Home", href: "/" }, { label: "About", href: "/about" }, { label: "Services", href: "/services" }, { label: "Pricing", href: "/pricing" }, { label: "Contact", href: "/contact" }] },
|
||||
{ title: "Services", items: [{ label: "Deep Cleaning", href: "/services" }, { label: "Pest Control", href: "/services" }, { label: "Carpet Cleaning", href: "/services" }, { label: "Floor Maintenance", href: "/services" }] },
|
||||
|
||||
Reference in New Issue
Block a user