Update src/app/page.tsx

This commit is contained in:
2026-03-26 00:48:50 +00:00
parent 90b104be0c
commit 54cf1a7559

View File

@@ -31,19 +31,19 @@ export default function LandingPage() {
<NavbarStyleCentered
navItems={[
{
name: "Home", href: "/"},
name: "Home", id: "/"},
{
name: "Services", href: "/#features"},
name: "Services", id: "/#features"},
{
name: "Gallery", href: "/#products"},
name: "Gallery", id: "/#products"},
{
name: "About Us", href: "/#about"},
name: "About Us", id: "/#about"},
{
name: "Testimonials", href: "/#testimonials"},
name: "Testimonials", id: "/#testimonials"},
{
name: "FAQ", href: "/#faq"},
name: "FAQ", id: "/#faq"},
{
name: "Contact Us", href: "/contact-us"},
name: "Contact Us", id: "/contact-us"},
]}
button={{
text: "Book Your Install", href: "/contact-us"}}