Merge version_2 into main #2

Merged
bender merged 2 commits from version_2 into main 2026-03-26 02:22:56 +00:00
2 changed files with 7 additions and 7 deletions

View File

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

View File

@@ -38,7 +38,7 @@ export default function LandingPage() {
{
name: "Testimonials", id: "testimonials"},
{
name: "FAQ", href: "/faq"},
name: "FAQ", id: "/faq"},
{
name: "Contact", id: "contact"},
]}