Update src/app/services/page.tsx
This commit is contained in:
@@ -8,7 +8,7 @@ import FooterSimple from '@/components/sections/footer/FooterSimple';
|
||||
|
||||
export default function ServicesPage() {
|
||||
return (
|
||||
<ThemeProvider>
|
||||
<ThemeProvider defaultButtonVariant="directional-hover" defaultTextAnimation="entrance-slide" borderRadius="pill" contentWidth="mediumSmall" sizing="large" background="circleGradient" cardStyle="gradient-radial" primaryButtonStyle="radial-glow" secondaryButtonStyle="radial-glow" headingFontWeight="extrabold">
|
||||
<ReactLenis root>
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[{ name: "Home", id: "/" }, { name: "About", id: "/#about" }, { name: "Services", id: "/services" }, { name: "Gallery", id: "/#gallery" }, { name: "Contact", id: "/#contact" }]}
|
||||
@@ -31,6 +31,7 @@ export default function ServicesPage() {
|
||||
<FooterSimple
|
||||
columns={[{ title: "Company", items: [{ label: "Back to Home", href: "/" }] }]}
|
||||
bottomLeftText="© 2024 Hemlock Roofing."
|
||||
bottomRightText="All rights reserved."
|
||||
/>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
|
||||
Reference in New Issue
Block a user