Merge version_2 into main #3
@@ -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"}}
|
||||
|
||||
Reference in New Issue
Block a user