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