4 Commits

Author SHA1 Message Date
b1a6228431 Update src/app/page.tsx 2026-04-15 13:56:31 +00:00
bb0af6677e Merge version_2 into main
Merge version_2 into main
2026-04-15 13:55:04 +00:00
70d0f63439 Merge version_2 into main
Merge version_2 into main
2026-04-15 13:54:40 +00:00
41cc0c6a92 Merge version_2 into main
Merge version_2 into main
2026-04-15 13:54:05 +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>