Update src/app/page.tsx
This commit is contained in:
@@ -30,11 +30,11 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "About", id: "/about" },
|
||||
{ name: "Services", id: "services" },
|
||||
{ name: "Why Us", id: "why-us" },
|
||||
{ name: "Testimonials", id: "testimonials" },
|
||||
{ name: "Contact", id: "contact" }
|
||||
{ name: "Contact", id: "/contact" }
|
||||
]}
|
||||
brandName="Business Center 2.0"
|
||||
bottomLeftText="Marrakesh, Morocco"
|
||||
@@ -64,7 +64,7 @@ export default function LandingPage() {
|
||||
]}
|
||||
buttons={[
|
||||
{ text: "Call Now", href: "tel:+212524XXXXXX" },
|
||||
{ text: "Request Consultation", href: "#contact" }
|
||||
{ text: "Request Consultation", href: "/contact" }
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
carouselPosition="right"
|
||||
|
||||
Reference in New Issue
Block a user