Merge version_8 into main
Merge version_8 into main
This commit was merged in pull request #21.
This commit is contained in:
@@ -18,7 +18,7 @@ export default function AboutPage() {
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "Services", id: "/services" },
|
||||
{ name: "Why Us", id: "why-us" },
|
||||
{ name: "Pricing", id: "pricing" },
|
||||
{ name: "Pricing", id: "/pricing" },
|
||||
{ name: "About", id: "/about" },
|
||||
{ name: "Contact", id: "/contact" },
|
||||
];
|
||||
@@ -29,7 +29,7 @@ export default function AboutPage() {
|
||||
{ label: "Website Design", href: "/services" },
|
||||
{ label: "SEO Optimization", href: "/services" },
|
||||
{ label: "Digital Advertising", href: "/services" },
|
||||
{ label: "Pricing", href: "#pricing" },
|
||||
{ label: "Pricing", href: "/pricing" },
|
||||
],
|
||||
},
|
||||
{
|
||||
|
||||
@@ -13,7 +13,7 @@ export default function ContactPage() {
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "Services", id: "/services" },
|
||||
{ name: "Why Us", id: "why-us" },
|
||||
{ name: "Pricing", id: "pricing" },
|
||||
{ name: "Pricing", id: "/pricing" },
|
||||
{ name: "About", id: "/about" },
|
||||
{ name: "Contact", id: "/contact" },
|
||||
];
|
||||
@@ -24,7 +24,7 @@ export default function ContactPage() {
|
||||
{ label: "Website Design", href: "/services" },
|
||||
{ label: "SEO Optimization", href: "/services" },
|
||||
{ label: "Digital Advertising", href: "/services" },
|
||||
{ label: "Pricing", href: "#pricing" },
|
||||
{ label: "Pricing", href: "/pricing" },
|
||||
],
|
||||
},
|
||||
{
|
||||
|
||||
@@ -25,7 +25,7 @@ export default function HomePage() {
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "Services", id: "/services" },
|
||||
{ name: "Why Us", id: "why-us" },
|
||||
{ name: "Pricing", id: "pricing" },
|
||||
{ name: "Pricing", id: "/pricing" },
|
||||
{ name: "About", id: "/about" },
|
||||
{ name: "Contact", id: "/contact" },
|
||||
];
|
||||
@@ -36,7 +36,7 @@ export default function HomePage() {
|
||||
{ label: "Website Design", href: "/services" },
|
||||
{ label: "SEO Optimization", href: "/services" },
|
||||
{ label: "Digital Advertising", href: "/services" },
|
||||
{ label: "Pricing", href: "#pricing" },
|
||||
{ label: "Pricing", href: "/pricing" },
|
||||
],
|
||||
},
|
||||
{
|
||||
|
||||
@@ -14,7 +14,7 @@ export default function ServicesPage() {
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "Services", id: "/services" },
|
||||
{ name: "Why Us", id: "why-us" },
|
||||
{ name: "Pricing", id: "pricing" },
|
||||
{ name: "Pricing", id: "/pricing" },
|
||||
{ name: "About", id: "/about" },
|
||||
{ name: "Contact", id: "/contact" },
|
||||
];
|
||||
@@ -25,7 +25,7 @@ export default function ServicesPage() {
|
||||
{ label: "Website Design", href: "/services" },
|
||||
{ label: "SEO Optimization", href: "/services" },
|
||||
{ label: "Digital Advertising", href: "/services" },
|
||||
{ label: "Pricing", href: "#pricing" },
|
||||
{ label: "Pricing", href: "/pricing" },
|
||||
],
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user