Merge version_2 into main #2
@@ -37,7 +37,7 @@ export default function WebAgency2Page() {
|
||||
{ name: "Services", id: "services" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
{ name: "Social Media Marketing", href: "/social-media-marketing" }
|
||||
{ name: "Social Media Marketing", id: "/social-media-marketing" }
|
||||
]}
|
||||
button={{ text: "Get Started", href: "#contact" }}
|
||||
/>
|
||||
|
||||
@@ -32,7 +32,7 @@ export default function SocialMediaMarketingPage() {
|
||||
{ name: "Services", id: "services" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
{ name: "Social Media Marketing", href: "/social-media-marketing" }
|
||||
{ name: "Social Media Marketing", id: "/social-media-marketing" }
|
||||
]}
|
||||
button={{ text: "Get Started", href: "#contact" }}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user