Update src/app/services/page.tsx

This commit is contained in:
2026-06-02 14:47:01 +00:00
parent e6a388f44a
commit 58872396de

View File

@@ -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>