Update src/app/page.tsx
This commit is contained in:
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user