edit the hero and footer
This commit is contained in:
parent
f7fcc1614d
commit
9707990db8
|
|
@ -87,7 +87,7 @@ export default function Footer({ footerRef }) {
|
|||
|
||||
{/* Copyright */}
|
||||
<div className="border-t border-gray-400 mt-8 pt-4 text-center text-sm">
|
||||
© 2025 Fortiva Networking.
|
||||
© 2025 Fortiva Net.
|
||||
</div>
|
||||
</footer>
|
||||
);
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@ export default function Hero() {
|
|||
|
||||
<div className="relative z-10 flex flex-col justify-center h-full px-6 lg:px-20 text-white max-w-3xl">
|
||||
<header className="text-4xl md:text-6xl font-bold leading-tight mt-2">
|
||||
FORTIVA <br /> NETWORKING
|
||||
FORTIVA <br /> Net
|
||||
</header>
|
||||
<h1 className="mt-4 text-2xl md:text-3xl>">
|
||||
Connected Everywhere
|
||||
|
|
|
|||
Loading…
Reference in New Issue