Merge version_2 into main #3

Merged
bender merged 1 commits from version_2 into main 2026-06-07 06:00:47 +00:00

View File

@@ -34,21 +34,21 @@ export default function LandingPage() {
<NavbarStyleCentered
navItems={[
{
name: "Home", id: "#home"},
name: "Home", id: "/"},
{
name: "About Us", id: "#about"},
name: "About Us", id: "/#about"},
{
name: "Services", id: "#services"},
name: "Services", id: "/#services"},
{
name: "Quality", id: "#quality"},
name: "Quality", id: "/#quality"},
{
name: "Clients", id: "#clients"},
name: "Clients", id: "/#clients"},
{
name: "Pricing", id: "#pricing"},
name: "Pricing", id: "/#pricing"},
{
name: "FAQ", id: "#faq"},
name: "FAQ", id: "/#faq"},
{
name: "Contact", href: "/contact"},
name: "Contact", id: "/contact"},
]}
button={{
text: "Get a Free Quote", href: "/contact"}}