Compare commits
10 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 0a5c8a7c67 | |||
| 2b8c3abde1 | |||
| ff9bc17c77 | |||
| df6165ec75 | |||
| 29423375d7 | |||
| 8578d95dc5 | |||
| 2003cc55bc | |||
| aabe78b79f | |||
| 3edb9c4050 | |||
| 0fc313fde4 |
@@ -1,4 +1,4 @@
|
|||||||
"use client"
|
"use client";
|
||||||
|
|
||||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||||
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
||||||
@@ -10,6 +10,7 @@ import TeamCardThree from '@/components/sections/team/TeamCardThree';
|
|||||||
import TestimonialCardEleven from '@/components/sections/testimonial/TestimonialCardEleven';
|
import TestimonialCardEleven from '@/components/sections/testimonial/TestimonialCardEleven';
|
||||||
import ContactInline from '@/components/sections/contact/ContactInline';
|
import ContactInline from '@/components/sections/contact/ContactInline';
|
||||||
import FooterBase from '@/components/sections/footer/FooterBase';
|
import FooterBase from '@/components/sections/footer/FooterBase';
|
||||||
|
import ButtonIconArrow from '@/components/button/ButtonIconArrow';
|
||||||
import { Users, Share2, Handshake, TrendingUp, Linkedin, Twitter, Instagram, Github, Mail } from "lucide-react";
|
import { Users, Share2, Handshake, TrendingUp, Linkedin, Twitter, Instagram, Github, Mail } from "lucide-react";
|
||||||
|
|
||||||
export default function LandingPage() {
|
export default function LandingPage() {
|
||||||
@@ -17,7 +18,7 @@ export default function LandingPage() {
|
|||||||
<ThemeProvider
|
<ThemeProvider
|
||||||
defaultButtonVariant="directional-hover"
|
defaultButtonVariant="directional-hover"
|
||||||
defaultTextAnimation="entrance-slide"
|
defaultTextAnimation="entrance-slide"
|
||||||
borderRadius="sharp"
|
borderRadius="rounded"
|
||||||
contentWidth="mediumSmall"
|
contentWidth="mediumSmall"
|
||||||
sizing="mediumLargeSizeMediumTitles"
|
sizing="mediumLargeSizeMediumTitles"
|
||||||
background="none"
|
background="none"
|
||||||
@@ -41,7 +42,7 @@ export default function LandingPage() {
|
|||||||
|
|
||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroLogoBillboard
|
<HeroLogoBillboard
|
||||||
logoText="creator economy unleashed"
|
logoText="Creator Economy Unleashed"
|
||||||
description="We amplify creator voices through strategic management, multi-platform distribution, and partnership acceleration. Trusted by Southeast Asia's top creators since 2015."
|
description="We amplify creator voices through strategic management, multi-platform distribution, and partnership acceleration. Trusted by Southeast Asia's top creators since 2015."
|
||||||
imageSrc="https://img.b2bpic.net/free-photo/cozy-dark-loft-attractive-student-is-sitting-table-while-studying_613910-13260.jpg"
|
imageSrc="https://img.b2bpic.net/free-photo/cozy-dark-loft-attractive-student-is-sitting-table-while-studying_613910-13260.jpg"
|
||||||
imageAlt="Creative studio and production team workspace"
|
imageAlt="Creative studio and production team workspace"
|
||||||
|
|||||||
Reference in New Issue
Block a user