Merge version_2 into main #2
272
src/app/page.tsx
272
src/app/page.tsx
@@ -8,7 +8,7 @@ import FeatureHoverPattern from '@/components/sections/feature/featureHoverPatte
|
||||
import FooterBase from '@/components/sections/footer/FooterBase';
|
||||
import HeroBillboardRotatedCarousel from '@/components/sections/hero/HeroBillboardRotatedCarousel';
|
||||
import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo';
|
||||
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
||||
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
|
||||
import TeamCardTwo from '@/components/sections/team/TeamCardTwo';
|
||||
import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen';
|
||||
import TextSplitAbout from '@/components/sections/about/TextSplitAbout';
|
||||
@@ -30,77 +30,34 @@ export default function LandingPage() {
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "home",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Features",
|
||||
id: "features",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Home", id: "home" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Features", id: "features" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="Hublink"
|
||||
button={{
|
||||
text: "Get Started",
|
||||
href: "#contact",
|
||||
}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="home" data-section="home">
|
||||
<HeroBillboardRotatedCarousel
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
title="Connect Simply, Share Freely, No Noise."
|
||||
description="A clean social hub where your voice matters. Log in, post, engage—nothing else gets in the way."
|
||||
buttons={[
|
||||
{
|
||||
text: "Get Started Now",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Get Started Now", href: "#contact"},
|
||||
]}
|
||||
carouselItems={[
|
||||
{
|
||||
id: "1",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=on5bxy&_wi=1",
|
||||
imageAlt: "Feed View",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-network-concept-with-thread_23-2148999213.jpg?_wi=1",
|
||||
imageAlt: "Connectivity",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/successful-connected-business-people_53876-25176.jpg?_wi=1",
|
||||
imageAlt: "Collaboration",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/homepage-seen-phone-screen_23-2149416715.jpg?_wi=1",
|
||||
imageAlt: "Mobile UI",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/infographic-with-options-circular-shape_1057-1633.jpg",
|
||||
imageAlt: "Engagement",
|
||||
},
|
||||
{
|
||||
id: "6",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/speech-balloon-with-heart_23-2148012031.jpg",
|
||||
imageAlt: "Analytics",
|
||||
},
|
||||
{ id: "1", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=on5bxy&_wi=1", imageAlt: "Feed View" },
|
||||
{ id: "2", imageSrc: "http://img.b2bpic.net/free-photo/view-network-concept-with-thread_23-2148999213.jpg?_wi=1", imageAlt: "Connectivity" },
|
||||
{ id: "3", imageSrc: "http://img.b2bpic.net/free-photo/successful-connected-business-people_53876-25176.jpg?_wi=1", imageAlt: "Collaboration" },
|
||||
{ id: "4", imageSrc: "http://img.b2bpic.net/free-photo/homepage-seen-phone-screen_23-2149416715.jpg?_wi=1", imageAlt: "Mobile UI" },
|
||||
{ id: "5", imageSrc: "http://img.b2bpic.net/free-vector/infographic-with-options-circular-shape_1057-1633.jpg", imageAlt: "Engagement" },
|
||||
{ id: "6", imageSrc: "http://img.b2bpic.net/free-photo/speech-balloon-with-heart_23-2148012031.jpg", imageAlt: "Analytics" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -110,10 +67,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
title="Your Private Corner."
|
||||
description={[
|
||||
"Designed for real peer connection without the algorithmic overhead.",
|
||||
"A space built on transparency, privacy, and simplicity.",
|
||||
"Ad-free. Distraction-free. Your data, your rules.",
|
||||
]}
|
||||
"Designed for real peer connection without the algorithmic overhead.", "A space built on transparency, privacy, and simplicity.", "Ad-free. Distraction-free. Your data, your rules."]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -123,21 +77,9 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
icon: MessageCircle,
|
||||
title: "Real-time Chat",
|
||||
description: "Engage instantly with your peers via our lightweight messaging system.",
|
||||
},
|
||||
{
|
||||
icon: ShieldCheck,
|
||||
title: "Total Privacy",
|
||||
description: "Your data is yours alone. No tracking, no ads, no complexity.",
|
||||
},
|
||||
{
|
||||
icon: Heart,
|
||||
title: "Authentic Interaction",
|
||||
description: "Focused metrics built for genuine interaction with friends and colleagues.",
|
||||
},
|
||||
{ icon: MessageCircle, title: "Real-time Chat", description: "Engage instantly with your peers via our lightweight messaging system." },
|
||||
{ icon: ShieldCheck, title: "Total Privacy", description: "Your data is yours alone. No tracking, no ads, no complexity." },
|
||||
{ icon: Heart, title: "Authentic Interaction", description: "Focused metrics built for genuine interaction with friends and colleagues." },
|
||||
]}
|
||||
title="Streamlined Engagement."
|
||||
description="Everything you need, nothing you don't. Experience a social space that respects your focus."
|
||||
@@ -151,21 +93,9 @@ export default function LandingPage() {
|
||||
gridVariant="uniform-all-items-equal"
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "15K+",
|
||||
description: "Active Communities",
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "99.9%",
|
||||
description: "Uptime Reliability",
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "1.2M",
|
||||
description: "Daily Interactions",
|
||||
},
|
||||
{ id: "m1", value: "15K+", description: "Active Communities" },
|
||||
{ id: "m2", value: "99.9%", description: "Uptime Reliability" },
|
||||
{ id: "m3", value: "1.2M", description: "Daily Interactions" },
|
||||
]}
|
||||
title="Community Growth."
|
||||
description="Connecting people through simplicity and meaningful digital interactions."
|
||||
@@ -179,30 +109,9 @@ export default function LandingPage() {
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={false}
|
||||
members={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Alex Rivera",
|
||||
role: "Founder",
|
||||
description: "Leading the charge against algorithmic noise.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/network-concept-with-yellow-squares_23-2148999199.jpg",
|
||||
imageAlt: "Network concept with yellow squares",
|
||||
},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Sarah Chen",
|
||||
role: "Engineering Lead",
|
||||
description: "Focused on privacy-first infrastructure.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=on5bxy&_wi=2",
|
||||
imageAlt: "Network concept with yellow squares",
|
||||
},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Marcus Thorne",
|
||||
role: "UX Researcher",
|
||||
description: "Designing for simplicity and accessibility.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-network-concept-with-thread_23-2148999213.jpg?_wi=2",
|
||||
imageAlt: "Network concept with yellow squares",
|
||||
},
|
||||
{ id: "t1", name: "Alex Rivera", role: "Founder", description: "Leading the charge against algorithmic noise.", imageSrc: "http://img.b2bpic.net/free-photo/network-concept-with-yellow-squares_23-2148999199.jpg", imageAlt: "Network concept with yellow squares" },
|
||||
{ id: "t2", name: "Sarah Chen", role: "Engineering Lead", description: "Focused on privacy-first infrastructure.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=on5bxy&_wi=2", imageAlt: "Network concept with yellow squares" },
|
||||
{ id: "t3", name: "Marcus Thorne", role: "UX Researcher", description: "Designing for simplicity and accessibility.", imageSrc: "http://img.b2bpic.net/free-photo/view-network-concept-with-thread_23-2148999213.jpg?_wi=2", imageAlt: "Network concept with yellow squares" },
|
||||
]}
|
||||
title="Built by Humans."
|
||||
description="A diverse team dedicated to returning social media to its roots: genuine human connection."
|
||||
@@ -215,51 +124,9 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah J.",
|
||||
handle: "@sarahj",
|
||||
testimonial: "Finally, a social app that doesn't feel like a chore to use.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-network-background-connecting-dots-technology-design_53876-160270.jpg",
|
||||
imageAlt: "Business network background, connecting dots, technology design",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Mike D.",
|
||||
handle: "@miked",
|
||||
testimonial: "Clean, fast, and exactly what I needed for my niche community.",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=on5bxy&_wi=3",
|
||||
imageAlt: "Business network background, connecting dots, technology design",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Elena R.",
|
||||
handle: "@elenar",
|
||||
testimonial: "I love the privacy controls and the lack of algorithmic bloat.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-network-concept-with-thread_23-2148999213.jpg?_wi=3",
|
||||
imageAlt: "Business network background, connecting dots, technology design",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "David K.",
|
||||
handle: "@davidk",
|
||||
testimonial: "It's refreshing to have a digital space that feels like a conversation.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/successful-connected-business-people_53876-25176.jpg?_wi=2",
|
||||
imageAlt: "Business network background, connecting dots, technology design",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Jessica M.",
|
||||
handle: "@jessm",
|
||||
testimonial: "My small team loves the privacy here. It just works.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/homepage-seen-phone-screen_23-2149416715.jpg?_wi=2",
|
||||
imageAlt: "Business network background, connecting dots, technology design",
|
||||
},
|
||||
{ id: "1", name: "Sarah J.", handle: "@sarahj", testimonial: "Finally, a social app that doesn't feel like a chore to use.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/business-network-background-connecting-dots-technology-design_53876-160270.jpg", imageAlt: "Business network background, connecting dots, technology design" },
|
||||
{ id: "2", name: "Mike D.", handle: "@miked", testimonial: "Clean, fast, and exactly what I needed for my niche community.", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=on5bxy&_wi=3", imageAlt: "Business network background, connecting dots, technology design" },
|
||||
{ id: "3", name: "Elena R.", handle: "@elenar", testimonial: "I love the privacy controls and the lack of algorithmic bloat.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/view-network-concept-with-thread_23-2148999213.jpg?_wi=3", imageAlt: "Business network background, connecting dots, technology design" },
|
||||
]}
|
||||
showRating={true}
|
||||
title="Loved by Peers."
|
||||
@@ -272,21 +139,8 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "Is my data private?",
|
||||
content: "Absolutely. We don't track your activity for advertisers.",
|
||||
},
|
||||
{
|
||||
id: "q2",
|
||||
title: "Is Hublink free?",
|
||||
content: "Yes, our core features are completely free to use.",
|
||||
},
|
||||
{
|
||||
id: "q3",
|
||||
title: "How do I start a community?",
|
||||
content: "Create an account, then head to settings to start a private group.",
|
||||
},
|
||||
{ id: "q1", title: "Is my data private?", content: "Absolutely. We don't track your activity for advertisers." },
|
||||
{ id: "q2", title: "Is Hublink free?", content: "Yes, our core features are completely free to use." },
|
||||
]}
|
||||
title="Common Questions."
|
||||
description="Find answers to your questions about Hublink."
|
||||
@@ -300,24 +154,9 @@ export default function LandingPage() {
|
||||
title="Get Started Today."
|
||||
description="Join the waitlist or reach out to our team with your community needs."
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Your Name",
|
||||
required: true,
|
||||
},
|
||||
{
|
||||
name: "email",
|
||||
type: "email",
|
||||
placeholder: "Email Address",
|
||||
required: true,
|
||||
},
|
||||
{ name: "name", type: "text", placeholder: "Your Name", required: true },
|
||||
{ name: "email", type: "email", placeholder: "Email Address", required: true },
|
||||
]}
|
||||
textarea={{
|
||||
name: "message",
|
||||
placeholder: "Tell us about your community...",
|
||||
required: false,
|
||||
}}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/keyboard-near-tablet-cup-smartphone-plant-monitor-cooling-fan_23-2148036906.jpg"
|
||||
/>
|
||||
</div>
|
||||
@@ -325,53 +164,8 @@ export default function LandingPage() {
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Product",
|
||||
items: [
|
||||
{
|
||||
label: "Features",
|
||||
href: "#features",
|
||||
},
|
||||
{
|
||||
label: "Pricing",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Security",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
{
|
||||
label: "About",
|
||||
href: "#about",
|
||||
},
|
||||
{
|
||||
label: "Careers",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
{
|
||||
label: "Privacy",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Terms",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{ title: "Product", items: [{ label: "Features", href: "#features" }, { label: "Pricing", href: "#" }] },
|
||||
{ title: "Company", items: [{ label: "About", href: "#about" }, { label: "Contact", href: "#contact" }] },
|
||||
]}
|
||||
logoText="Hublink"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user