@@ -127,21 +104,11 @@ export default function LandingPage() {
gridVariant="asymmetric-60-wide-40-narrow"
useInvertedBackground={false}
testimonials={[
- {
- id: "1", name: "Elena Vance", role: "Creative Director", company: "Vance Studio", rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/portrait-bearded-black-man-wool-suit_613910-1886.jpg"},
- {
- id: "2", name: "Marcus Thorne", role: "Founder", company: "TechStream", rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-business-woman-gray-background_1303-23146.jpg"},
- {
- id: "3", name: "Sarah Jenkins", role: "Lead Developer", company: "Innovate.io", rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/portrait-festive-plump-male-eyeglasses-bow-tie-dark-grey-background_613910-13747.jpg"},
- {
- id: "4", name: "David Wu", role: "Strategist", company: "GrowthKey", rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/portrait-brutal-bearded-macho-male-dressed-suit-dark-grey-background_613910-9486.jpg"},
- {
- id: "5", name: "Chloe Dupont", role: "Marketing Lead", company: "BrandForge", rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/woman-with-pencil-posing_171337-15540.jpg"},
+ { id: "1", name: "Elena Vance", role: "Creative Director", company: "Vance Studio", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-bearded-black-man-wool-suit_613910-1886.jpg" },
+ { id: "2", name: "Marcus Thorne", role: "Founder", company: "TechStream", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-business-woman-gray-background_1303-23146.jpg" },
+ { id: "3", name: "Sarah Jenkins", role: "Lead Developer", company: "Innovate.io", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-festive-plump-male-eyeglasses-bow-tie-dark-grey-background_613910-13747.jpg" },
+ { id: "4", name: "David Wu", role: "Strategist", company: "GrowthKey", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-brutal-bearded-macho-male-dressed-suit-dark-grey-background_613910-9486.jpg" },
+ { id: "5", name: "Chloe Dupont", role: "Marketing Lead", company: "BrandForge", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/woman-with-pencil-posing_171337-15540.jpg" },
]}
title="Stories from Nexus"
description="Voices from our community on why Nexus is their primary digital home."
@@ -153,14 +120,10 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={true}
faqs={[
- {
- id: "f1", title: "Is Nexus free to join?", content: "Nexus offers a free tier, with premium features available for power users."},
- {
- id: "f2", title: "Can I import my data?", content: "Yes, seamless integration with major platforms is supported."},
- {
- id: "f3", title: "Is my data private?", content: "We prioritize user privacy and use advanced encryption protocols."},
- {
- id: "f4", title: "What makes Nexus unique?", content: "Our exclusive community and high-fidelity content tools set us apart."},
+ { id: "f1", title: "Is Nexus free to join?", content: "Nexus offers a free tier, with premium features available for power users." },
+ { id: "f2", title: "Can I import my data?", content: "Yes, seamless integration with major platforms is supported." },
+ { id: "f3", title: "Is my data private?", content: "We prioritize user privacy and use advanced encryption protocols." },
+ { id: "f4", title: "What makes Nexus unique?", content: "Our exclusive community and high-fidelity content tools set us apart." },
]}
title="Common Questions"
description="Clear answers to help you navigate your journey with Nexus."
@@ -171,8 +134,7 @@ export default function LandingPage() {
);
-}
+}
\ No newline at end of file