Merge version_1 into main #2

Merged
bender merged 8 commits from version_1 into main 2026-02-13 11:44:03 +00:00
Showing only changes of commit 521d88cf04 - Show all commits

View File

@@ -5,6 +5,7 @@ import MediaSplitTabsAbout from '@/components/sections/about/MediaSplitTabsAbout
import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven';
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
import FooterBase from '@/components/sections/footer/FooterBase';
import Link from "next/link";
export default function AboutPage() {
const navItems = [
@@ -57,7 +58,7 @@ export default function AboutPage() {
headingFontWeight={"light"}
>
<div id="nav" data-section="nav">
<NavbarStyleCentered navItems={navItems} button={navButton} brandName="Hope Haven" className="py-4" />
<NavbarStyleCentered navItems={navItems.map(item => ({...item, id: item.id.startsWith('/') ? item.id : `#${item.id}`}))} button={navButton} brandName="Hope Haven" className="py-4" />
</div>
<div id="about-us" data-section="about-us">