2 Commits

Author SHA1 Message Date
453915e642 Update src/app/page.tsx 2026-04-22 11:18:07 +00:00
0360fb40aa Merge version_1 into main
Merge version_1 into main
2026-04-22 11:14:27 +00:00

View File

@@ -6,7 +6,7 @@ import ContactCenter from '@/components/sections/contact/ContactCenter';
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
import FeatureCardOne from '@/components/sections/feature/FeatureCardOne';
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 NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
@@ -45,42 +45,16 @@ export default function LandingPage() {
</div>
<div id="hero" data-section="hero">
<HeroSplit
background={{
variant: "gradient-bars"}}
title="Professional Networking, Refined."
<HeroLogo
logoText="Human Network"
description="Connecting human potential through intentional, curated professional relationships. Bridging the gap between opportunity and community."
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"
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>
@@ -223,4 +197,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}