Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 453915e642 | |||
| 0360fb40aa |
@@ -6,7 +6,7 @@ import ContactCenter from '@/components/sections/contact/ContactCenter';
|
|||||||
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
|
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
|
||||||
import FeatureCardOne from '@/components/sections/feature/FeatureCardOne';
|
import FeatureCardOne from '@/components/sections/feature/FeatureCardOne';
|
||||||
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
|
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
|
||||||
import HeroSplit from '@/components/sections/hero/HeroSplit';
|
import HeroLogo from '@/components/sections/hero/HeroLogo';
|
||||||
import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven';
|
import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven';
|
||||||
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
|
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
|
||||||
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
||||||
@@ -45,42 +45,16 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroSplit
|
<HeroLogo
|
||||||
background={{
|
logoText="Human Network"
|
||||||
variant: "gradient-bars"}}
|
|
||||||
title="Professional Networking, Refined."
|
|
||||||
description="Connecting human potential through intentional, curated professional relationships. Bridging the gap between opportunity and community."
|
description="Connecting human potential through intentional, curated professional relationships. Bridging the gap between opportunity and community."
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Connect with me", href: "#contact"},
|
text: "Connect with me", href: "#contact"
|
||||||
|
}
|
||||||
]}
|
]}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/gorgeous-indian-woman-wear-formal-posing-cafe_627829-4625.jpg"
|
imageSrc="http://img.b2bpic.net/free-photo/gorgeous-indian-woman-wear-formal-posing-cafe_627829-4625.jpg"
|
||||||
imageAlt="professional portrait black and white minimalist"
|
imageAlt="professional portrait black and white minimalist"
|
||||||
mediaAnimation="blur-reveal"
|
|
||||||
avatars={[
|
|
||||||
{
|
|
||||||
src: "http://img.b2bpic.net/free-photo/portrait-confident-businesswoman-office_23-2148452664.jpg", alt: "Portrait of confident businesswoman at the office"},
|
|
||||||
{
|
|
||||||
src: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-business-woman_158595-4750.jpg", alt: "Portrait of a beautiful young business woman"},
|
|
||||||
{
|
|
||||||
src: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-business-woman_158595-4755.jpg", alt: "Portrait of a beautiful young business woman"},
|
|
||||||
{
|
|
||||||
src: "http://img.b2bpic.net/free-photo/portrait-adult-businesswoman-smiling_23-2148452640.jpg", alt: "Portrait of adult businesswoman smiling"},
|
|
||||||
{
|
|
||||||
src: "http://img.b2bpic.net/free-photo/grteyscale-photo-smiling-woman_250224-284.jpg", alt: "Grteyscale photo of smiling woman"},
|
|
||||||
]}
|
|
||||||
marqueeItems={[
|
|
||||||
{
|
|
||||||
type: "text", text: "Strategy"},
|
|
||||||
{
|
|
||||||
type: "text", text: "Mentorship"},
|
|
||||||
{
|
|
||||||
type: "text", text: "Growth"},
|
|
||||||
{
|
|
||||||
type: "text", text: "Connection"},
|
|
||||||
{
|
|
||||||
type: "text", text: "Impact"},
|
|
||||||
]}
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user