Merge version_1 into main #1
197
src/app/page.tsx
197
src/app/page.tsx
@@ -32,21 +32,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "Features",
|
||||
id: "features",
|
||||
},
|
||||
name: "Features", id: "features"},
|
||||
{
|
||||
name: "Community",
|
||||
id: "testimonials",
|
||||
},
|
||||
name: "Community", id: "testimonials"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Pulse"
|
||||
/>
|
||||
@@ -55,32 +47,15 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDualMedia
|
||||
background={{
|
||||
variant: "glowing-orb",
|
||||
}}
|
||||
variant: "glowing-orb"}}
|
||||
title="Connect in the New Digital Age"
|
||||
description="Pulse brings a premium social experience for creators, innovators, and leaders. Secure, fast, and beautifully designed."
|
||||
tag="The Premium Platform"
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/empty-interior-forex-market-exchange-company-office-with-financial-data-growth-charts-multiple-displays-workspace-equipped-with-workstation-having-finance-statistics-real-time-graph_482257-44513.jpg",
|
||||
imageAlt: "Social Interface",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/empty-interior-forex-market-exchange-company-office-with-financial-data-growth-charts-multiple-displays-workspace-equipped-with-workstation-having-finance-statistics-real-time-graph_482257-44513.jpg", imageAlt: "Social Interface"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/book-pc-tablet-low-poly-wireframe-online-education-blue-background-concept-with-opened-book-digital-illustration-online-reading-courses-abstract-polygonal-image-notebook-pc_493343-29977.jpg",
|
||||
imageAlt: "Data Connection",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-architect-using-tablet-with-touch-screen-analyze-building-model-architectural-development-man-engineer-working-with-device-construction-layout-design_482257-39970.jpg",
|
||||
imageAlt: "Architect using tablet",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-accounting-sales-statistics-computer-display_482257-122982.jpg",
|
||||
imageAlt: "Sales statistics display",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-workspace-with-analytical-data-dashboards-displayed-devices_482257-126633.jpg",
|
||||
imageAlt: "Modern workspace dashboards",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/book-pc-tablet-low-poly-wireframe-online-education-blue-background-concept-with-opened-book-digital-illustration-online-reading-courses-abstract-polygonal-image-notebook-pc_493343-29977.jpg", imageAlt: "Data Connection"}
|
||||
]}
|
||||
mediaAnimation="blur-reveal"
|
||||
rating={5}
|
||||
@@ -103,23 +78,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Encrypted Feed",
|
||||
description: "Privacy-first communication with military-grade encryption.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/ui-ux-representations-with-smartphone_23-2150201861.jpg",
|
||||
imageAlt: "Encrypted Feed",
|
||||
},
|
||||
title: "Encrypted Feed", description: "Privacy-first communication with military-grade encryption.", imageSrc: "http://img.b2bpic.net/free-photo/ui-ux-representations-with-smartphone_23-2150201861.jpg", imageAlt: "Encrypted Feed"},
|
||||
{
|
||||
title: "Real-time Sync",
|
||||
description: "Seamlessly connect with your network anywhere in the world.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-network-data-communications-background-with-plexus-design_1048-17880.jpg",
|
||||
imageAlt: "Real-time Sync",
|
||||
},
|
||||
title: "Real-time Sync", description: "Seamlessly connect with your network anywhere in the world.", imageSrc: "http://img.b2bpic.net/free-photo/3d-network-data-communications-background-with-plexus-design_1048-17880.jpg", imageAlt: "Real-time Sync"},
|
||||
{
|
||||
title: "Creator Analytics",
|
||||
description: "Powerful data insights to help you grow your brand.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/digital-dashboard_23-2151957114.jpg",
|
||||
imageAlt: "Creator Analytics",
|
||||
},
|
||||
title: "Creator Analytics", description: "Powerful data insights to help you grow your brand.", imageSrc: "http://img.b2bpic.net/free-photo/digital-dashboard_23-2151957114.jpg", imageAlt: "Creator Analytics"},
|
||||
]}
|
||||
title="Redefining Social Media"
|
||||
description="Experience features designed for the modern creator, focused on privacy, security, and high-quality interaction."
|
||||
@@ -133,31 +96,16 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "1M+",
|
||||
title: "Active Creators",
|
||||
items: [
|
||||
"Globally connected",
|
||||
"Unique profiles",
|
||||
],
|
||||
id: "m1", value: "1M+", title: "Active Creators", items: [
|
||||
"Globally connected", "Unique profiles"],
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "200ms",
|
||||
title: "Latency",
|
||||
items: [
|
||||
"Ultra fast sync",
|
||||
"Real time feed",
|
||||
],
|
||||
id: "m2", value: "200ms", title: "Latency", items: [
|
||||
"Ultra fast sync", "Real time feed"],
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "99.9%",
|
||||
title: "Uptime",
|
||||
items: [
|
||||
"Always available",
|
||||
"Stable infra",
|
||||
],
|
||||
id: "m3", value: "99.9%", title: "Uptime", items: [
|
||||
"Always available", "Stable infra"],
|
||||
},
|
||||
]}
|
||||
title="Data Driven Excellence"
|
||||
@@ -170,14 +118,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"InnovateTech",
|
||||
"CreativeLab",
|
||||
"GrowthNodes",
|
||||
"MediaPeak",
|
||||
"Studio88",
|
||||
"ConnectFlow",
|
||||
"NextGen",
|
||||
]}
|
||||
"InnovateTech", "CreativeLab", "GrowthNodes", "MediaPeak", "Studio88", "ConnectFlow", "NextGen"]}
|
||||
title="Powered by Leaders"
|
||||
description="Industry leading platforms integrated natively."
|
||||
/>
|
||||
@@ -190,45 +131,20 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Sarah Chen",
|
||||
handle: "@sarahc",
|
||||
testimonial: "Pulse has changed how I connect with my audience entirely.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1662.jpg",
|
||||
},
|
||||
id: "t1", name: "Sarah Chen", handle: "@sarahc", testimonial: "Pulse has changed how I connect with my audience entirely.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1662.jpg"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Marcus Thorne",
|
||||
handle: "@mthorne",
|
||||
testimonial: "The best platform for creators, bar none. Simply elegant.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-woman-office-using-phone_1303-21362.jpg",
|
||||
},
|
||||
id: "t2", name: "Marcus Thorne", handle: "@mthorne", testimonial: "The best platform for creators, bar none. Simply elegant.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-woman-office-using-phone_1303-21362.jpg"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Elena Rodriguez",
|
||||
handle: "@elena_r",
|
||||
testimonial: "Fast, secure, and beautiful. Everything I needed for my brand.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-working-as-team-company_23-2149136872.jpg",
|
||||
},
|
||||
id: "t3", name: "Elena Rodriguez", handle: "@elena_r", testimonial: "Fast, secure, and beautiful. Everything I needed for my brand.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-working-as-team-company_23-2149136872.jpg"},
|
||||
{
|
||||
id: "t4",
|
||||
name: "David Kim",
|
||||
handle: "@dkim_tech",
|
||||
testimonial: "Game changer for my professional outreach. Highly recommend.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/positive-guy-black-suit-white-tshirt-is-smiling-isolated-background_197531-26651.jpg",
|
||||
},
|
||||
id: "t4", name: "David Kim", handle: "@dkim_tech", testimonial: "Game changer for my professional outreach. Highly recommend.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/positive-guy-black-suit-white-tshirt-is-smiling-isolated-background_197531-26651.jpg"},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Jasmine Lee",
|
||||
handle: "@jlee_creative",
|
||||
testimonial: "Sophisticated tools for serious creators. Love the experience.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-competitive-employee_1098-2870.jpg",
|
||||
},
|
||||
id: "t5", name: "Jasmine Lee", handle: "@jlee_creative", testimonial: "Sophisticated tools for serious creators. Love the experience.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-competitive-employee_1098-2870.jpg"},
|
||||
]}
|
||||
showRating={true}
|
||||
title="What Creators Say"
|
||||
@@ -242,20 +158,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Is Pulse free?",
|
||||
content: "We offer a freemium model with premium creator features.",
|
||||
},
|
||||
id: "f1", title: "Is Pulse free?", content: "We offer a freemium model with premium creator features."},
|
||||
{
|
||||
id: "f2",
|
||||
title: "How secure is my data?",
|
||||
content: "End-to-end encryption by default for all communication.",
|
||||
},
|
||||
id: "f2", title: "How secure is my data?", content: "End-to-end encryption by default for all communication."},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Can I monetize?",
|
||||
content: "Yes, integrated monetization tools are available for pro users.",
|
||||
},
|
||||
id: "f3", title: "Can I monetize?", content: "Yes, integrated monetization tools are available for pro users."},
|
||||
]}
|
||||
title="Frequently Asked"
|
||||
description="Answers to common questions about Pulse."
|
||||
@@ -267,8 +174,7 @@ export default function LandingPage() {
|
||||
<ContactCenter
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Join Us"
|
||||
title="Start your journey today"
|
||||
description="Request early access to Pulse and join the waitlist."
|
||||
@@ -279,50 +185,31 @@ export default function LandingPage() {
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Product",
|
||||
items: [
|
||||
title: "Product", items: [
|
||||
{
|
||||
label: "Features",
|
||||
href: "#features",
|
||||
},
|
||||
label: "Features", href: "#features"},
|
||||
{
|
||||
label: "Pricing",
|
||||
href: "#",
|
||||
},
|
||||
label: "Pricing", href: "#"},
|
||||
{
|
||||
label: "Security",
|
||||
href: "#",
|
||||
},
|
||||
label: "Security", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About",
|
||||
href: "#",
|
||||
},
|
||||
label: "About", href: "#"},
|
||||
{
|
||||
label: "Careers",
|
||||
href: "#",
|
||||
},
|
||||
label: "Careers", href: "#"},
|
||||
{
|
||||
label: "Press",
|
||||
href: "#",
|
||||
},
|
||||
label: "Press", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Privacy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy", href: "#"},
|
||||
{
|
||||
label: "Terms",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user