Merge version_1 into main #3
@@ -44,10 +44,10 @@ export default function LandingPage() {
|
||||
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", 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", 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: "#" }]}
|
||||
avatars={[
|
||||
@@ -58,7 +58,7 @@ export default function LandingPage() {
|
||||
{ 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"
|
||||
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"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -69,7 +69,7 @@ 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" },
|
||||
{ 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" },
|
||||
|
||||
Reference in New Issue
Block a user