Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 5e2178464b | |||
| 6ab6fb0b55 |
@@ -10,6 +10,7 @@ import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
||||
import ContactCTA from '@/components/sections/contact/ContactCTA';
|
||||
import FooterBase from '@/components/sections/footer/FooterBase';
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import Link from "next/link";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -28,11 +29,11 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{ name: "Home", id: "home" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Gaming", id: "gaming" },
|
||||
{ name: "Podcasts", id: "podcasts" },
|
||||
{ name: "Contact", id: "contact" }
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "About", id: "/about" },
|
||||
{ name: "Gaming", id: "/gaming" },
|
||||
{ name: "Podcasts", id: "/podcasts" },
|
||||
{ name: "Contact", id: "/contact" }
|
||||
]}
|
||||
brandName="iDL"
|
||||
bottomLeftText="Inter Deos Lucem"
|
||||
@@ -47,7 +48,6 @@ export default function LandingPage() {
|
||||
tag="Gaming • Podcasts • Culture"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Af23783aRoFAKZ9x8S4zq473cK/a-sleek-futuristic-gaming-interface-show-1772969163992-1b58b873.png"
|
||||
imageAlt="Futuristic gaming esports environment with blue neon lighting"
|
||||
textPosition="center"
|
||||
showBlur={true}
|
||||
showDimOverlay={true}
|
||||
buttons={[
|
||||
@@ -170,7 +170,7 @@ export default function LandingPage() {
|
||||
<ContactCTA
|
||||
tag="Get in Touch"
|
||||
title="Join the Conversation"
|
||||
description="Have a question, collaboration idea, or just want to connect? We'd love to hear from you. Reach out and become part of the iDL community."
|
||||
description="Have a question, collaboration idea, or just want to connect? We would love to hear from you. Reach out and become part of the iDL community."
|
||||
useInvertedBackground={false}
|
||||
background={{ variant: "plain" }}
|
||||
buttons={[
|
||||
|
||||
Reference in New Issue
Block a user