Merge version_4 into main #6

Merged
bender merged 3 commits from version_4 into main 2026-06-07 21:09:47 +00:00
3 changed files with 30 additions and 30 deletions

View File

@@ -25,16 +25,16 @@ export default function AboutPage() {
<NavbarLayoutFloatingOverlay
brandName="Echo"
navItems={[
{ name: "Home", href: "/" },
{ name: "About", href: "/about" },
{ name: "Our Services", href: "/#ai-services-overview" },
{ name: "Case Studies", href: "/case-studies" },
{ name: "Pricing", href: "/pricing" },
{ name: "Testimonials", href: "/#testimonials" },
{ name: "Why Us", href: "/#why-choose-us" },
{ name: "Team", href: "/#team" },
{ name: "FAQ", href: "/#faq" },
{ name: "Contact", href: "/#contact" }
{ name: "Home", id: "/" },
{ name: "About", id: "/about" },
{ name: "Our Services", id: "/#ai-services-overview" },
{ name: "Case Studies", id: "/case-studies" },
{ name: "Pricing", id: "/pricing" },
{ name: "Testimonials", id: "/#testimonials" },
{ name: "Why Us", id: "/#why-choose-us" },
{ name: "Team", id: "/#team" },
{ name: "FAQ", id: "/#faq" },
{ name: "Contact", id: "/#contact" }
]}
button={{ text: "Get Started", href: "/#contact" }}
/>

View File

@@ -25,16 +25,16 @@ export default function CaseStudiesListingPage() {
<NavbarLayoutFloatingOverlay
brandName="Echo"
navItems={[
{ name: "Home", href: "/" },
{ name: "About", href: "/about" },
{ name: "Our Services", href: "/#ai-services-overview" },
{ name: "Case Studies", href: "/case-studies" },
{ name: "Pricing", href: "/pricing" },
{ name: "Testimonials", href: "/#testimonials" },
{ name: "Why Us", href: "/#why-choose-us" },
{ name: "Team", href: "/#team" },
{ name: "FAQ", href: "/#faq" },
{ name: "Contact", href: "/#contact" }
{ name: "Home", id: "/" },
{ name: "About", id: "/about" },
{ name: "Our Services", id: "/#ai-services-overview" },
{ name: "Case Studies", id: "/case-studies" },
{ name: "Pricing", id: "/pricing" },
{ name: "Testimonials", id: "/#testimonials" },
{ name: "Why Us", id: "/#why-choose-us" },
{ name: "Team", id: "/#team" },
{ name: "FAQ", id: "/#faq" },
{ name: "Contact", id: "/#contact" }
]}
button={{ text: "Get Started", href: "/#contact" }}
/>

View File

@@ -25,16 +25,16 @@ export default function PricingPage() {
<NavbarLayoutFloatingOverlay
brandName="Echo"
navItems={[
{ name: "Home", href: "/" },
{ name: "About", href: "/about" },
{ name: "Our Services", href: "/#ai-services-overview" },
{ name: "Case Studies", href: "/case-studies" },
{ name: "Pricing", href: "/pricing" },
{ name: "Testimonials", href: "/#testimonials" },
{ name: "Why Us", href: "/#why-choose-us" },
{ name: "Team", href: "/#team" },
{ name: "FAQ", href: "/#faq" },
{ name: "Contact", href: "/#contact" }
{ name: "Home", id: "/" },
{ name: "About", id: "/about" },
{ name: "Our Services", id: "/#ai-services-overview" },
{ name: "Case Studies", id: "/case-studies" },
{ name: "Pricing", id: "/pricing" },
{ name: "Testimonials", id: "/#testimonials" },
{ name: "Why Us", id: "/#why-choose-us" },
{ name: "Team", id: "/#team" },
{ name: "FAQ", id: "/#faq" },
{ name: "Contact", id: "/#contact" }
]}
button={{ text: "Get Started", href: "/#contact" }}
/>