Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 8da103410e | |||
| 3e8226a00b | |||
| 1e6d676807 | |||
| ac17c60038 | |||
| 36ae7b1ef4 |
@@ -2,7 +2,7 @@
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
|
||||
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
||||
import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarousel';
|
||||
import TeamCardSix from '@/components/sections/team/TeamCardSix';
|
||||
import BlogCardThree from '@/components/sections/blog/BlogCardThree';
|
||||
@@ -24,7 +24,7 @@ export default function LandingPage() {
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleFullscreen
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{ name: "Members", id: "team" },
|
||||
{ name: "News", id: "blog" },
|
||||
@@ -48,6 +48,7 @@ export default function LandingPage() {
|
||||
|
||||
<div id="team" data-section="team">
|
||||
<TeamCardSix
|
||||
tag="Generations"
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
|
||||
Reference in New Issue
Block a user