Update src/app/page.tsx
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
"use client"
|
"use client";
|
||||||
|
|
||||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||||
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
||||||
@@ -29,7 +29,7 @@ export default function LandingPage() {
|
|||||||
<NavbarLayoutFloatingOverlay
|
<NavbarLayoutFloatingOverlay
|
||||||
brandName="Heras"
|
brandName="Heras"
|
||||||
navItems={[
|
navItems={[
|
||||||
{ name: "Home", id: "home" },
|
{ name: "Home", id: "hero" },
|
||||||
{ name: "Services", id: "services" },
|
{ name: "Services", id: "services" },
|
||||||
{ name: "About", id: "about" },
|
{ name: "About", id: "about" },
|
||||||
{ name: "Reviews", id: "testimonials" },
|
{ 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"
|
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"
|
textboxLayout="default"
|
||||||
useInvertedBackground="invertDefault"
|
useInvertedBackground="invertDefault"
|
||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
|
|||||||
Reference in New Issue
Block a user