Update src/app/contact/page.tsx
This commit is contained in:
@@ -23,7 +23,7 @@ export default function ContactPage() {
|
||||
>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleApple
|
||||
brandName="Dialed Web"
|
||||
brandName="dialedweb"
|
||||
navItems={[
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "Services", id: "/services" },
|
||||
@@ -72,8 +72,8 @@ export default function ContactPage() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBaseCard
|
||||
logoText="Dialed Web"
|
||||
copyrightText="© 2025 Dialed Web. All rights reserved."
|
||||
logoText="dialedweb"
|
||||
copyrightText="© 2025 dialedweb. All rights reserved."
|
||||
columns={[
|
||||
{
|
||||
title: "Services", items: [
|
||||
|
||||
Reference in New Issue
Block a user