Merge version_3 into main #4

Merged
bender merged 1 commits from version_3 into main 2026-04-15 13:56:34 +00:00

View File

@@ -6,7 +6,7 @@ import AboutMetric from '@/components/sections/about/AboutMetric';
import ContactText from '@/components/sections/contact/ContactText';
import FaqDouble from '@/components/sections/faq/FaqDouble';
import FeatureCardTwentyFour from '@/components/sections/feature/FeatureCardTwentyFour';
import FooterSimple from '@/components/sections/footer/FooterSimple';
import FooterBase from '@/components/sections/footer/FooterBase';
import HeroBillboardGallery from '@/components/sections/hero/HeroBillboardGallery';
import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven';
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
@@ -154,13 +154,13 @@ export default function LandingPage() {
</div>
<div id="footer" data-section="footer">
<FooterSimple
<FooterBase
logoText="Nosipho Bulose"
columns={[
{ title: "Navigation", items: [{ label: "Hero", href: "#hero" }, { label: "Portfolio", href: "#portfolio" }, { label: "Contact", href: "#contact" }] },
{ title: "Navigation", items: [{ label: "Profile", href: "#hero" }, { label: "Portfolio", href: "#portfolio" }, { label: "Contact", href: "#contact" }] },
{ title: "Professional", items: [{ label: "LinkedIn", href: "https://linkedin.com/in/nosipho-bulose-486b281" }, { label: "Email", href: "mailto:nbulose@outlook.com" }] },
]}
bottomLeftText="© 2024 Nosipho Bulose. All Rights Reserved."
bottomRightText="Sandton, South Africa"
copyrightText="© 2025 Nosipho Bulose. All Rights Reserved."
/>
</div>
</ReactLenis>