Update src/app/page.tsx
This commit is contained in:
192
src/app/page.tsx
192
src/app/page.tsx
@@ -32,9 +32,7 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Join the Waitlist",
|
||||
id: "waitlist-section",
|
||||
},
|
||||
name: "Join the Waitlist", id: "waitlist-section"},
|
||||
]}
|
||||
logoSrc="http://img.b2bpic.net/free-photo/spiky-purple-ferromagnetic-liquid-metal-with-copy-space_23-2148253538.jpg"
|
||||
logoAlt="WISDOM logo diamond"
|
||||
@@ -45,62 +43,38 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroCentered
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
title="Your Personal\nIntelligence System."
|
||||
description="Not an app you manage. Intelligence you talk to.\n\nSpeaks with you. Understands you. Organises everything.\nGoals. Tasks. Habits. Journal. Insights. One conversation.\nThe longer you use it, the better it knows you."
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/hearing-issues-collage-design_23-2149831048.jpg",
|
||||
alt: "abstract user avatar tech style",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/hearing-issues-collage-design_23-2149831048.jpg", alt: "abstract user avatar tech style"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/man-portrait-with-blue-lights-visual-effects_23-2149419463.jpg",
|
||||
alt: "abstract user avatar tech style",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/man-portrait-with-blue-lights-visual-effects_23-2149419463.jpg", alt: "abstract user avatar tech style"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-man-portrait-digital-art_23-2151197906.jpg",
|
||||
alt: "abstract user avatar tech style",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-man-portrait-digital-art_23-2151197906.jpg", alt: "abstract user avatar tech style"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/beautiful-middle-aged-woman-white-hoodie_23-2149051801.jpg",
|
||||
alt: "abstract user avatar tech style",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/beautiful-middle-aged-woman-white-hoodie_23-2149051801.jpg", alt: "abstract user avatar tech style"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/woman-portrait-with-blue-lights-visual-effects_23-2149419444.jpg",
|
||||
alt: "Woman portrait with blue lights visual effects",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/woman-portrait-with-blue-lights-visual-effects_23-2149419444.jpg", alt: "Woman portrait with blue lights visual effects"},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Join the Waitlist",
|
||||
href: "#waitlist-section",
|
||||
},
|
||||
text: "Join the Waitlist", href: "#waitlist-section"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
tag="COMING SOON"
|
||||
avatarText="Join 847 others on the waitlist"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Effortless Organization",
|
||||
},
|
||||
type: "text", text: "Effortless Organization"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Personalized Insights",
|
||||
},
|
||||
type: "text", text: "Personalized Insights"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Voice-First Interaction",
|
||||
},
|
||||
type: "text", text: "Voice-First Interaction"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Secure & Private",
|
||||
},
|
||||
type: "text", text: "Secure & Private"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Growth Made Visible",
|
||||
},
|
||||
type: "text", text: "Growth Made Visible"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -126,53 +100,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "voice-checkin",
|
||||
title: "Voice Check-In",
|
||||
description: "Speak your day. WISDOM extracts completed tasks, mood, and plans — automatically.",
|
||||
tag: "Core",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blue-volume-icon_187299-47019.jpg",
|
||||
imageAlt: "golden minimalist microphone icon",
|
||||
},
|
||||
id: "voice-checkin", title: "Voice Check-In", description: "Speak your day. WISDOM extracts completed tasks, mood, and plans — automatically.", tag: "Core", imageSrc: "http://img.b2bpic.net/free-photo/blue-volume-icon_187299-47019.jpg", imageAlt: "golden minimalist microphone icon"},
|
||||
{
|
||||
id: "ai-coach",
|
||||
title: "AI Coach",
|
||||
description: "Coaching built on your actual data — habits, journal entries, goals. Never generic advice.",
|
||||
tag: "Personalized",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/low-poly-background-with-connecting-lines-dots_1048-6130.jpg",
|
||||
imageAlt: "gold geometric diamond icon",
|
||||
},
|
||||
id: "ai-coach", title: "AI Coach", description: "Coaching built on your actual data — habits, journal entries, goals. Never generic advice.", tag: "Personalized", imageSrc: "http://img.b2bpic.net/free-photo/low-poly-background-with-connecting-lines-dots_1048-6130.jpg", imageAlt: "gold geometric diamond icon"},
|
||||
{
|
||||
id: "mind-center",
|
||||
title: "Mind Center",
|
||||
description: "Patterns in your behaviour you have never noticed. Peak focus times. Emotional triggers. Weekly cycles.",
|
||||
tag: "Insights",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cosmic-background-with-golden-laser-lights-perfect-digital-wallpaper_181624-24818.jpg",
|
||||
imageAlt: "golden outlined circle icon minimalist",
|
||||
},
|
||||
id: "mind-center", title: "Mind Center", description: "Patterns in your behaviour you have never noticed. Peak focus times. Emotional triggers. Weekly cycles.", tag: "Insights", imageSrc: "http://img.b2bpic.net/free-photo/cosmic-background-with-golden-laser-lights-perfect-digital-wallpaper_181624-24818.jpg", imageAlt: "golden outlined circle icon minimalist"},
|
||||
{
|
||||
id: "goals-tasks",
|
||||
title: "Goals & Tasks",
|
||||
description: "Everything connected. Tasks belong to goals. Goals shape your day. Your day builds your life.",
|
||||
tag: "Integration",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cursor-icon-left-side-with-white-background_187299-39830.jpg",
|
||||
imageAlt: "golden right arrow icon minimalist",
|
||||
},
|
||||
id: "goals-tasks", title: "Goals & Tasks", description: "Everything connected. Tasks belong to goals. Goals shape your day. Your day builds your life.", tag: "Integration", imageSrc: "http://img.b2bpic.net/free-photo/cursor-icon-left-side-with-white-background_187299-39830.jpg", imageAlt: "golden right arrow icon minimalist"},
|
||||
{
|
||||
id: "journal",
|
||||
title: "Journal",
|
||||
description: "Write to think. WISDOM reads your entries and finds patterns you miss. Growth made visible.",
|
||||
tag: "Reflection",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=ds5kwm",
|
||||
imageAlt: "golden horizontal line icon minimalist",
|
||||
},
|
||||
id: "journal", title: "Journal", description: "Write to think. WISDOM reads your entries and finds patterns you miss. Growth made visible.", tag: "Reflection", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=ds5kwm", imageAlt: "golden horizontal line icon minimalist"},
|
||||
{
|
||||
id: "insights",
|
||||
title: "Insights",
|
||||
description: "Two or three real insights a week. Not notifications. Observations. The kind that make you pause.",
|
||||
tag: "Clarity",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-cross-with-bright-lights_23-2151004829.jpg",
|
||||
imageAlt: "golden starburst icon minimalist",
|
||||
},
|
||||
id: "insights", title: "Insights", description: "Two or three real insights a week. Not notifications. Observations. The kind that make you pause.", tag: "Clarity", imageSrc: "http://img.b2bpic.net/free-photo/3d-cross-with-bright-lights_23-2151004829.jpg", imageAlt: "golden starburst icon minimalist"},
|
||||
]}
|
||||
title="Everything, in one conversation."
|
||||
description="Powerful features designed to seamlessly integrate with your life through voice."
|
||||
@@ -185,14 +123,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
names={[
|
||||
"NeuroMind",
|
||||
"CognitoTech",
|
||||
"DataFlux",
|
||||
"MindLink",
|
||||
"QuantAI",
|
||||
"Synapse Labs",
|
||||
"Aura Intelligence",
|
||||
]}
|
||||
"NeuroMind", "CognitoTech", "DataFlux", "MindLink", "QuantAI", "Synapse Labs", "Aura Intelligence"]}
|
||||
title="Early Insights, Esteemed Partners"
|
||||
description="We're collaborating with leading minds to refine WISDOM's intelligence system."
|
||||
/>
|
||||
@@ -205,50 +136,20 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "conv-1",
|
||||
name: "WISDOM",
|
||||
handle: "@intelligence",
|
||||
testimonial: "Good evening, Kutlwano.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hearing-issues-collage-design_23-2149831049.jpg",
|
||||
imageAlt: "AI avatar golden tech",
|
||||
},
|
||||
id: "conv-1", name: "WISDOM", handle: "@intelligence", testimonial: "Good evening, Kutlwano.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hearing-issues-collage-design_23-2149831049.jpg", imageAlt: "AI avatar golden tech"},
|
||||
{
|
||||
id: "conv-2",
|
||||
name: "Kutlwano",
|
||||
handle: "@user",
|
||||
testimonial: "What did you get done today?",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/digital-art-portrait-person-listening-music-headphones_23-2151065149.jpg",
|
||||
imageAlt: "AI avatar golden tech",
|
||||
},
|
||||
id: "conv-2", name: "Kutlwano", handle: "@user", testimonial: "What did you get done today?", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/digital-art-portrait-person-listening-music-headphones_23-2151065149.jpg", imageAlt: "AI avatar golden tech"},
|
||||
{
|
||||
id: "conv-3",
|
||||
name: "Kutlwano",
|
||||
handle: "@user",
|
||||
testimonial: "I finished my marketing assignment and worked out.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiling-woman-with-headphones_23-2148471038.jpg",
|
||||
imageAlt: "AI avatar golden tech",
|
||||
},
|
||||
id: "conv-3", name: "Kutlwano", handle: "@user", testimonial: "I finished my marketing assignment and worked out.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiling-woman-with-headphones_23-2148471038.jpg", imageAlt: "AI avatar golden tech"},
|
||||
{
|
||||
id: "conv-4",
|
||||
name: "WISDOM",
|
||||
handle: "@intelligence",
|
||||
testimonial: "Got it. Both marked complete.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/advanced-technological-robot-interacting-with-money-finance_23-2151612650.jpg",
|
||||
imageAlt: "AI avatar golden tech",
|
||||
},
|
||||
id: "conv-4", name: "WISDOM", handle: "@intelligence", testimonial: "Got it. Both marked complete.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/advanced-technological-robot-interacting-with-money-finance_23-2151612650.jpg", imageAlt: "AI avatar golden tech"},
|
||||
{
|
||||
id: "conv-5",
|
||||
name: "WISDOM",
|
||||
handle: "@intelligence",
|
||||
testimonial: "You were more productive on the days you exercised this week.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/broccoli-silhouette-isolated-black_171337-11068.jpg",
|
||||
imageAlt: "AI avatar golden tech",
|
||||
},
|
||||
id: "conv-5", name: "WISDOM", handle: "@intelligence", testimonial: "You were more productive on the days you exercised this week.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/broccoli-silhouette-isolated-black_171337-11068.jpg", imageAlt: "AI avatar golden tech"},
|
||||
]}
|
||||
showRating={false}
|
||||
title="This is what WISDOM feels like."
|
||||
@@ -262,20 +163,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "faq-1",
|
||||
title: "What makes WISDOM different from a regular app?",
|
||||
content: "WISDOM is not an app you manage; it's an intelligence you talk to. It proactively organizes your life, learns from your conversations, and offers insights without requiring constant input.",
|
||||
},
|
||||
id: "faq-1", title: "What makes WISDOM different from a regular app?", content: "WISDOM is not an app you manage; it's an intelligence you talk to. It proactively organizes your life, learns from your conversations, and offers insights without requiring constant input."},
|
||||
{
|
||||
id: "faq-2",
|
||||
title: "How does the voice-first interaction work?",
|
||||
content: "Simply speak to WISDOM as you would a natural conversation. It understands context, extracts key information like tasks, goals, and feelings, and updates your personal operating system in the background.",
|
||||
},
|
||||
id: "faq-2", title: "How does the voice-first interaction work?", content: "Simply speak to WISDOM as you would a natural conversation. It understands context, extracts key information like tasks, goals, and feelings, and updates your personal operating system in the background."},
|
||||
{
|
||||
id: "faq-3",
|
||||
title: "Will my data be private and secure?",
|
||||
content: "Data privacy and security are paramount. WISDOM is built with advanced encryption and adheres to strict privacy protocols, ensuring your personal intelligence remains exclusively yours.",
|
||||
},
|
||||
id: "faq-3", title: "Will my data be private and secure?", content: "Data privacy and security are paramount. WISDOM is built with advanced encryption and adheres to strict privacy protocols, ensuring your personal intelligence remains exclusively yours."},
|
||||
]}
|
||||
title="Questions about WISDOM?"
|
||||
description="Find answers to the most common questions about your new personal intelligence system."
|
||||
@@ -290,16 +182,10 @@ export default function LandingPage() {
|
||||
description="WISDOM is in development. Join the waitlist and we'll tell you the moment it's ready.\n\n◆ 847 people on the waitlist\nNo spam. Ever. Just a single email when WISDOM launches."
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Your Name",
|
||||
required: true,
|
||||
name: "name", type: "text", placeholder: "Your Name", required: true,
|
||||
},
|
||||
{
|
||||
name: "email",
|
||||
type: "email",
|
||||
placeholder: "Enter your email",
|
||||
required: true,
|
||||
name: "email", type: "email", placeholder: "Enter your email", required: true,
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/man-scanning-his-eyes-biometrics-security-technology-digital-remix_53876-104962.jpg"
|
||||
@@ -316,13 +202,9 @@ export default function LandingPage() {
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Your Personal Intelligence System",
|
||||
href: "#",
|
||||
},
|
||||
label: "Your Personal Intelligence System", href: "#"},
|
||||
{
|
||||
label: "© 2026 WISDOM. All rights reserved.",
|
||||
href: "#",
|
||||
},
|
||||
label: "© 2026 WISDOM. All rights reserved.", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user