Update src/app/about/page.tsx
This commit is contained in:
@@ -28,21 +28,21 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home", href: "/"},
|
||||
name: "Home", id: "/"},
|
||||
{
|
||||
name: "About Us", href: "/about"},
|
||||
name: "About Us", id: "/about"},
|
||||
{
|
||||
name: "Why Us", href: "/why-us"},
|
||||
name: "Why Us", id: "/why-us"},
|
||||
{
|
||||
name: "Services", href: "/services"},
|
||||
name: "Services", id: "/services"},
|
||||
{
|
||||
name: "Gallery", href: "/gallery"},
|
||||
name: "Gallery", id: "/gallery"},
|
||||
{
|
||||
name: "Reviews", href: "/reviews"},
|
||||
name: "Reviews", id: "/reviews"},
|
||||
{
|
||||
name: "FAQ", href: "/faq"},
|
||||
name: "FAQ", id: "/faq"},
|
||||
{
|
||||
name: "Contact", href: "/#contact"},
|
||||
name: "Contact", id: "/#contact"},
|
||||
]}
|
||||
brandName="Doral Plumbing Co."
|
||||
button={{
|
||||
|
||||
Reference in New Issue
Block a user