Merge version_8 into main

Merge version_8 into main
This commit was merged in pull request #21.
This commit is contained in:
2026-03-16 02:32:05 +00:00
4 changed files with 8 additions and 8 deletions

View File

@@ -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" },
],
},
{

View File

@@ -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" },
],
},
{

View File

@@ -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" },
],
},
{

View File

@@ -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" },
],
},
{