Update src/app/page.tsx

This commit is contained in:
2026-01-20 20:56:01 +00:00
parent b8af046c20
commit f79d595e1e

View File

@@ -1,4 +1,4 @@
"use client"
"use client";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
@@ -29,7 +29,7 @@ export default function LandingPage() {
<NavbarLayoutFloatingOverlay
brandName="Heras"
navItems={[
{ name: "Home", id: "home" },
{ name: "Home", id: "hero" },
{ name: "Services", id: "services" },
{ name: "About", id: "about" },
{ name: "Reviews", id: "testimonials" },
@@ -116,7 +116,7 @@ export default function LandingPage() {
{
id: "4", value: "Client-", title: "Focused", description: "Clear communication and dependable support throughout your engagement with us", imageSrc: "https://img.b2bpic.net/free-photo/portrait-young-office-worker-woman-sitting-office-desk-using-calculator-calculate-something-with-serious-confident-expression-face-working-office_141793-21256.jpg", imageAlt: "Focused client service"
}
]
]}
textboxLayout="default"
useInvertedBackground="invertDefault"
animationType="slide-up"