Update src/app/page.tsx

This commit is contained in:
2026-03-06 18:04:09 +00:00
parent 5596d28d7a
commit 18aaae3aab

View File

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