Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-05-21 03:32:55 +00:00

View File

@@ -29,22 +29,10 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarStyleFullscreen
navItems={[
{
name: "Home",
id: "hero",
},
{
name: "How It Works",
id: "solution",
},
{
name: "Philosophy",
id: "mission",
},
{
name: "Use Cases",
id: "search-changed",
},
{ name: "Home", id: "hero" },
{ name: "How It Works", id: "solution" },
{ name: "Philosophy", id: "mission" },
{ name: "Use Cases", id: "search-changed" },
]}
brandName="Mindloop"
/>
@@ -55,77 +43,22 @@ export default function LandingPage() {
title="Get Inspired with Us"
description="Join our feed for meaningful updates, news around technology and a shared journey toward depth and direction."
testimonials={[
{
name: "Alex R.",
handle: "@alexr",
testimonial: "Mindloop changed how I consume tech content.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg",
imageAlt: "user avatar portrait professional",
},
{
name: "Sarah K.",
handle: "@sarahk",
testimonial: "Depth over speed. Finally.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/liquid-marbling-paint-texture-background-fluid-painting-abstract-texture-intensive-color-mix-wallpaper_1258-103023.jpg?_wi=1",
imageAlt: "user avatar portrait professional",
},
{
name: "John D.",
handle: "@johnd",
testimonial: "Curated intelligence at its finest.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-vector/flat-design-profile-icon-set_23-2149499286.jpg",
imageAlt: "user avatar portrait professional",
},
{
name: "Elena M.",
handle: "@elenam",
testimonial: "A shared journey toward clarity.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/spectacular-african-man-with-sincere-smile-posing-outdoor-photo-cute-black-male-model-glasses-headphones_197531-21894.jpg",
imageAlt: "user avatar portrait professional",
},
{
name: "David W.",
handle: "@davidw",
testimonial: "Newsletter gold.",
rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=8yhz0g&_wi=1",
imageAlt: "user avatar portrait professional",
},
]}
buttons={[
{
text: "SUBSCRIBE",
href: "#",
},
{ name: "Alex R.", handle: "@alexr", testimonial: "Mindloop changed how I consume tech content.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg", imageAlt: "user avatar portrait professional" },
{ name: "Sarah K.", handle: "@sarahk", testimonial: "Depth over speed. Finally.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/liquid-marbling-paint-texture-background-fluid-painting-abstract-texture-intensive-color-mix-wallpaper_1258-103023.jpg", imageAlt: "user avatar portrait professional" },
{ name: "John D.", handle: "@johnd", testimonial: "Curated intelligence at its finest.", rating: 5, imageSrc: "http://img.b2bpic.net/free-vector/flat-design-profile-icon-set_23-2149499286.jpg", imageAlt: "user avatar portrait professional" },
{ name: "Elena M.", handle: "@elenam", testimonial: "A shared journey toward clarity.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/spectacular-african-man-with-sincere-smile-posing-outdoor-photo-cute-black-male-model-glasses-headphones_197531-21894.jpg", imageAlt: "user avatar portrait professional" },
{ name: "David W.", handle: "@davidw", testimonial: "Newsletter gold.", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=8yhz0g", imageAlt: "user avatar portrait professional" },
]}
buttons={[{ text: "SUBSCRIBE", href: "#" }]}
avatars={[
{
src: "http://img.b2bpic.net/free-photo/liquid-marbling-paint-texture-background-fluid-painting-abstract-texture-intensive-color-mix-wallpaper_1258-103023.jpg",
alt: "User 1",
},
{
src: "http://img.b2bpic.net/free-vector/flat-design-profile-icon-set_23-2149499286.jpg",
alt: "User 2",
},
{
src: "http://img.b2bpic.net/free-photo/spectacular-african-man-with-sincere-smile-posing-outdoor-photo-cute-black-male-model-glasses-headphones_197531-21894.jpg",
alt: "User 3",
},
{
src: "http://img.b2bpic.net/free-photo/portrait-smiley-modern-male_23-2148514900.jpg",
alt: "User 4",
},
{
src: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg",
alt: "User 5",
},
{ src: "http://img.b2bpic.net/free-photo/liquid-marbling-paint-texture-background-fluid-painting-abstract-texture-intensive-color-mix-wallpaper_1258-103023.jpg", alt: "User 1" },
{ src: "http://img.b2bpic.net/free-vector/flat-design-profile-icon-set_23-2149499286.jpg", alt: "User 2" },
{ src: "http://img.b2bpic.net/free-photo/spectacular-african-man-with-sincere-smile-posing-outdoor-photo-cute-black-male-model-glasses-headphones_197531-21894.jpg", alt: "User 3" },
{ src: "http://img.b2bpic.net/free-photo/portrait-smiley-modern-male_23-2148514900.jpg", alt: "User 4" },
{ src: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg", alt: "User 5" },
]}
avatarText="7,000+ people already subscribed"
imageSrc="http://img.b2bpic.net/free-photo/liquid-marbling-paint-texture-background-fluid-painting-abstract-texture-intensive-color-mix-wallpaper_1258-103023.jpg?_wi=2"
imageSrc="http://img.b2bpic.net/free-photo/liquid-marbling-paint-texture-background-fluid-painting-abstract-texture-intensive-color-mix-wallpaper_1258-103023.jpg"
/>
</div>
@@ -136,42 +69,12 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
useInvertedBackground={false}
products={[
{
id: "p1",
name: "ChatGPT",
price: "AI Intelligence",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=8yhz0g&_wi=2",
},
{
id: "p2",
name: "Perplexity",
price: "Answer Engine",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=j3o92p",
},
{
id: "p3",
name: "Google AI",
price: "Knowledge Base",
imageSrc: "http://img.b2bpic.net/free-vector/flat-artificial-intelligence-logo-collection_23-2148907527.jpg",
},
{
id: "p4",
name: "Coming Soon",
price: "More Integrations",
imageSrc: "http://img.b2bpic.net/free-vector/gradient-coding-developers-logo_23-2148809440.jpg",
},
{
id: "p5",
name: "Coming Soon",
price: "More Integrations",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=qub8ej",
},
{
id: "p6",
name: "Coming Soon",
price: "More Integrations",
imageSrc: "http://img.b2bpic.net/free-photo/hand-holding-letter-g_53876-63785.jpg",
},
{ id: "p1", name: "ChatGPT", price: "AI Intelligence", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=8yhz0g" },
{ id: "p2", name: "Perplexity", price: "Answer Engine", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=j3o92p" },
{ id: "p3", name: "Google AI", price: "Knowledge Base", imageSrc: "http://img.b2bpic.net/free-vector/flat-artificial-intelligence-logo-collection_23-2148907527.jpg" },
{ id: "p4", name: "Coming Soon", price: "More Integrations", imageSrc: "http://img.b2bpic.net/free-vector/gradient-coding-developers-logo_23-2148809440.jpg" },
{ id: "p5", name: "Coming Soon", price: "More Integrations", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=qub8ej" },
{ id: "p6", name: "Coming Soon", price: "More Integrations", imageSrc: "http://img.b2bpic.net/free-photo/hand-holding-letter-g_53876-63785.jpg" },
]}
title="Search has changed. Have you?"
description="If you don't answer the questions, someone else will."
@@ -193,29 +96,14 @@ export default function LandingPage() {
<div id="solution" data-section="solution">
<FeatureBorderGlow
animationType="slide-up"
textboxLayout="split"
useInvertedBackground={false}
features={[
{
icon: BookOpen,
title: "Curated Feed",
description: "Hand-picked intelligence.",
},
{
icon: PenTool,
title: "Writer Tools",
description: "Powerful drafting suite.",
},
{
icon: Users,
title: "Community",
description: "Engage with peers.",
},
{
icon: Share2,
title: "Distribution",
description: "Reach your audience.",
},
{ icon: BookOpen, title: "Curated Feed", description: "Hand-picked intelligence." },
{ icon: PenTool, title: "Writer Tools", description: "Powerful drafting suite." },
{ icon: Users, title: "Community", description: "Engage with peers." },
{ icon: Share2, title: "Distribution", description: "Reach your audience." },
]}
title="The platform for meaningful content"
description="Curated feeds, writer tools, community, and distribution."
@@ -225,19 +113,11 @@ export default function LandingPage() {
<div id="cta" data-section="cta">
<ContactText
useInvertedBackground={false}
background={{
variant: "canvas-reveal",
}}
background={{ variant: "canvas-reveal" }}
text="Start Your Journey"
buttons={[
{
text: "Subscribe Now",
href: "#",
},
{
text: "Start Writing",
href: "#",
},
{ text: "Subscribe Now", href: "#" },
{ text: "Start Writing", href: "#" },
]}
/>
</div>
@@ -246,29 +126,15 @@ export default function LandingPage() {
<FooterSimple
columns={[
{
title: "Mindloop",
items: [
{
label: "About",
href: "#",
},
{
label: "Blog",
href: "#",
},
title: "Mindloop", items: [
{ label: "About", href: "#" },
{ label: "Blog", href: "#" },
],
},
{
title: "Legal",
items: [
{
label: "Privacy",
href: "#",
},
{
label: "Terms",
href: "#",
},
title: "Legal", items: [
{ label: "Privacy", href: "#" },
{ label: "Terms", href: "#" },
],
},
]}