Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 94395a7251 | |||
| ab006f447d |
@@ -1,7 +1,7 @@
|
|||||||
"use client";
|
"use client";
|
||||||
|
|
||||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||||
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
|
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
||||||
import HeroCentered from '@/components/sections/hero/HeroCentered';
|
import HeroCentered from '@/components/sections/hero/HeroCentered';
|
||||||
import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout';
|
import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout';
|
||||||
import FeatureCardSix from '@/components/sections/feature/FeatureCardSix';
|
import FeatureCardSix from '@/components/sections/feature/FeatureCardSix';
|
||||||
@@ -28,7 +28,7 @@ export default function TechHubClubPage() {
|
|||||||
headingFontWeight="semibold"
|
headingFontWeight="semibold"
|
||||||
>
|
>
|
||||||
<div id="nav" data-section="nav">
|
<div id="nav" data-section="nav">
|
||||||
<NavbarStyleFullscreen
|
<NavbarStyleApple
|
||||||
navItems={[
|
navItems={[
|
||||||
{name: "Home", id: "hero"},
|
{name: "Home", id: "hero"},
|
||||||
{name: "About", id: "about"},
|
{name: "About", id: "about"},
|
||||||
@@ -37,8 +37,6 @@ export default function TechHubClubPage() {
|
|||||||
{name: "Contact", id: "contact"}
|
{name: "Contact", id: "contact"}
|
||||||
]}
|
]}
|
||||||
brandName="TechHub Club"
|
brandName="TechHub Club"
|
||||||
bottomLeftText="Join the Community"
|
|
||||||
bottomRightText="hello@techhubclub.com"
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -54,8 +52,8 @@ export default function TechHubClubPage() {
|
|||||||
]}
|
]}
|
||||||
avatarText="Join 150+ passionate members"
|
avatarText="Join 150+ passionate members"
|
||||||
buttons={[
|
buttons={[
|
||||||
{text: "Join Now", href: "#contact"},
|
{text: "Join Now", href: "contact"},
|
||||||
{text: "Learn More", href: "#about"}
|
{text: "Learn More", href: "about"}
|
||||||
]}
|
]}
|
||||||
buttonAnimation="slide-up"
|
buttonAnimation="slide-up"
|
||||||
/>
|
/>
|
||||||
@@ -70,8 +68,8 @@ export default function TechHubClubPage() {
|
|||||||
]}
|
]}
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
buttons={[
|
buttons={[
|
||||||
{text: "View Our Projects", href: "#features"},
|
{text: "View Our Projects", href: "features"},
|
||||||
{text: "Contact Us", href: "#contact"}
|
{text: "Contact Us", href: "contact"}
|
||||||
]}
|
]}
|
||||||
buttonAnimation="slide-up"
|
buttonAnimation="slide-up"
|
||||||
/>
|
/>
|
||||||
|
|||||||
Reference in New Issue
Block a user