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 ContactCTA from '@/components/sections/contact/ContactCTA';
|
||||||
import FooterBase from '@/components/sections/footer/FooterBase';
|
import FooterBase from '@/components/sections/footer/FooterBase';
|
||||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||||
|
import Link from "next/link";
|
||||||
|
|
||||||
export default function LandingPage() {
|
export default function LandingPage() {
|
||||||
return (
|
return (
|
||||||
@@ -28,11 +29,11 @@ export default function LandingPage() {
|
|||||||
<div id="nav" data-section="nav">
|
<div id="nav" data-section="nav">
|
||||||
<NavbarStyleFullscreen
|
<NavbarStyleFullscreen
|
||||||
navItems={[
|
navItems={[
|
||||||
{ name: "Home", id: "home" },
|
{ name: "Home", id: "/" },
|
||||||
{ name: "About", id: "about" },
|
{ name: "About", id: "/about" },
|
||||||
{ name: "Gaming", id: "gaming" },
|
{ name: "Gaming", id: "/gaming" },
|
||||||
{ name: "Podcasts", id: "podcasts" },
|
{ name: "Podcasts", id: "/podcasts" },
|
||||||
{ name: "Contact", id: "contact" }
|
{ name: "Contact", id: "/contact" }
|
||||||
]}
|
]}
|
||||||
brandName="iDL"
|
brandName="iDL"
|
||||||
bottomLeftText="Inter Deos Lucem"
|
bottomLeftText="Inter Deos Lucem"
|
||||||
@@ -47,7 +48,6 @@ export default function LandingPage() {
|
|||||||
tag="Gaming • Podcasts • Culture"
|
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"
|
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"
|
imageAlt="Futuristic gaming esports environment with blue neon lighting"
|
||||||
textPosition="center"
|
|
||||||
showBlur={true}
|
showBlur={true}
|
||||||
showDimOverlay={true}
|
showDimOverlay={true}
|
||||||
buttons={[
|
buttons={[
|
||||||
@@ -170,7 +170,7 @@ export default function LandingPage() {
|
|||||||
<ContactCTA
|
<ContactCTA
|
||||||
tag="Get in Touch"
|
tag="Get in Touch"
|
||||||
title="Join the Conversation"
|
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}
|
useInvertedBackground={false}
|
||||||
background={{ variant: "plain" }}
|
background={{ variant: "plain" }}
|
||||||
buttons={[
|
buttons={[
|
||||||
|
|||||||
Reference in New Issue
Block a user