Update src/app/services/page.tsx
This commit is contained in:
@@ -7,9 +7,8 @@ import FooterBase from "@/components/sections/footer/FooterBase";
|
||||
|
||||
export default function ServicesPage() {
|
||||
return (
|
||||
<ThemeProvider>
|
||||
<ThemeProvider defaultButtonVariant="text-stagger" defaultTextAnimation="entrance-slide" borderRadius="pill" contentWidth="medium" sizing="medium" background="none" cardStyle="glass-elevated" primaryButtonStyle="gradient" secondaryButtonStyle="glass" headingFontWeight="medium">
|
||||
<NavbarLayoutFloatingOverlay
|
||||
brandName="Webild"
|
||||
navItems={[
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "Services", id: "/services" },
|
||||
@@ -17,13 +16,13 @@ export default function ServicesPage() {
|
||||
{ name: "About", id: "/about" },
|
||||
{ name: "Contact", id: "/contact" },
|
||||
]}
|
||||
button={{ text: "Get Started", href: "/contact" }}
|
||||
/>
|
||||
<FeatureCardNineteen
|
||||
title="Our Services"
|
||||
description="A comprehensive suite of digital design and development services."
|
||||
description="A comprehensive suite of digital services."
|
||||
textboxLayout="default"
|
||||
features={[]}
|
||||
useInvertedBackground="none"
|
||||
/>
|
||||
<FooterBase logoText="Webild" columns={[{ title: "Company", items: [{ label: "About", href: "/about" }, { label: "Services", href: "/services" }, { label: "Portfolio", href: "/portfolio" }, { label: "Contact", href: "/contact" }] }]} />
|
||||
</ThemeProvider>
|
||||
|
||||
Reference in New Issue
Block a user