Update src/app/services/page.tsx
This commit is contained in:
@@ -26,11 +26,11 @@ export default function ServicesPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
brandName="Webild"
|
||||
navItems={[
|
||||
{ name: "Work", href: "#work" },
|
||||
{ name: "Services", href: "/services" },
|
||||
{ name: "Testimonials", href: "#testimonials" },
|
||||
{ name: "About", href: "/about" },
|
||||
{ name: "Contact", href: "/contact" }
|
||||
{ name: "Work", id: "#work" },
|
||||
{ name: "Services", id: "/services" },
|
||||
{ name: "Testimonials", id: "#testimonials" },
|
||||
{ name: "About", id: "/about" },
|
||||
{ name: "Contact", id: "/contact" }
|
||||
]}
|
||||
button={{ text: "Get Started", href: "/contact" }}
|
||||
/>
|
||||
@@ -61,7 +61,6 @@ export default function ServicesPage() {
|
||||
]}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
animationType="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user