Update src/app/page.tsx

This commit is contained in:
2026-06-10 15:34:20 +00:00
parent 6baf366d64
commit 3b4457ebe9

View File

@@ -30,15 +30,11 @@ export default function LandingPage() {
<div id="nav" data-section="nav"> <div id="nav" data-section="nav">
<NavbarStyleFullscreen <NavbarStyleFullscreen
navItems={[ navItems={[
{ { name: "Home", id: "/" },
name: "Home", id: "/"}, { name: "Services", id: "/services" },
{ { name: "Pricing", id: "/pricing" },
name: "Services", id: "/services"}, { name: "FAQ", id: "/faq" },
{ { name: "Contact", id: "/contact" }
name: "Pricing", id: "/pricing"},
{
name: "FAQ", id: "/faq"},\n {
name: "Contact", id: "/contact"},
]} ]}
logoSrc="http://img.b2bpic.net/free-photo/isolated-white-house-silhouette-minimal-black-landscape_1194-641505.jpg" logoSrc="http://img.b2bpic.net/free-photo/isolated-white-house-silhouette-minimal-black-landscape_1194-641505.jpg"
logoAlt="SocBoost Logo" logoAlt="SocBoost Logo"