diff --git a/src/app/page.tsx b/src/app/page.tsx
index 9a7789c..e11198d 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -30,21 +30,13 @@ export default function LandingPage() {
@@ -53,102 +45,60 @@ export default function LandingPage() {
@@ -194,15 +135,9 @@ export default function LandingPage() {
faqsAnimation="blur-reveal"
faqs={[
{
- id: "q1",
- title: "Do I need coding skills?",
- content: "No, our prompts are plug-and-play for all major LLMs.",
- },
+ id: "q1", title: "Do I need coding skills?", content: "No, our prompts are plug-and-play for all major LLMs."},
{
- id: "q2",
- title: "Are these suitable for beginners?",
- content: "Our systems are designed for both institutional traders and serious beginners.",
- },
+ id: "q2", title: "Are these suitable for beginners?", content: "Our systems are designed for both institutional traders and serious beginners."},
]}
/>
@@ -216,15 +151,9 @@ export default function LandingPage() {
memberVariant="card"
members={[
{
- id: "mem1",
- name: "Dr. Sarah Chen",
- imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-handsome-male-with-curly-hair-dressed-jacket-eyeglasses_613910-567.jpg",
- },
+ id: "mem1", name: "Dr. Sarah Chen", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-handsome-male-with-curly-hair-dressed-jacket-eyeglasses_613910-567.jpg"},
{
- id: "mem2",
- name: "Marcus Thorne",
- imageSrc: "http://img.b2bpic.net/free-photo/high-angle-unknown-man-posing_23-2149417577.jpg",
- },
+ id: "mem2", name: "Marcus Thorne", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-unknown-man-posing_23-2149417577.jpg"},
]}
/>
@@ -235,17 +164,11 @@ export default function LandingPage() {
{
items: [
{
- label: "Products",
- href: "/products",
- },
+ label: "Products", href: "/products"},
{
- label: "About",
- href: "/about",
- },
+ label: "About", href: "/about"},
{
- label: "Contact",
- href: "/contact",
- },
+ label: "Contact", href: "/contact"},
],
},
]}