Merge version_2 into main #2
@@ -26,17 +26,17 @@ export default function FAQPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Home", href: "/"},
|
||||
name: "Home", id: "/"},
|
||||
{
|
||||
name: "About Us", href: "/#about"},
|
||||
name: "About Us", id: "about"},
|
||||
{
|
||||
name: "Services", href: "/#services"},
|
||||
name: "Services", id: "services"},
|
||||
{
|
||||
name: "Testimonials", href: "/#testimonials"},
|
||||
name: "Testimonials", id: "testimonials"},
|
||||
{
|
||||
name: "FAQ", href: "/faq"},
|
||||
name: "FAQ", id: "/faq"},
|
||||
{
|
||||
name: "Contact", href: "/#contact"},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
button={{
|
||||
text: "Get a Free Quote", href: "/#contact"}}
|
||||
|
||||
@@ -38,7 +38,7 @@ export default function LandingPage() {
|
||||
{
|
||||
name: "Testimonials", id: "testimonials"},
|
||||
{
|
||||
name: "FAQ", href: "/faq"},
|
||||
name: "FAQ", id: "/faq"},
|
||||
{
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user