@@ -191,16 +159,11 @@ export default function LandingPage() {
rating={5}
author="Mark Spencer"
avatars={[
- {
- src: "http://img.b2bpic.net/free-photo/handsome-nordic-man-with-beard-stylish-hairstyle-grey-shirt-jeans-smiling-keeps-hands-pockets_176420-15740.jpg", alt: "Mark"},
- {
- src: "http://img.b2bpic.net/free-photo/portrait-young-confident-woman-startup-manager-office-posing-with-confidence-looking_1258-195341.jpg", alt: "John"},
- {
- src: "http://img.b2bpic.net/free-photo/medium-shot-man-working-as-real-estate-agent_23-2151064891.jpg", alt: "Alice"},
- {
- src: "http://img.b2bpic.net/free-photo/data-analyst-working-with-futuristic-interface_23-2151967444.jpg", alt: "Bob"},
- {
- src: "http://img.b2bpic.net/free-photo/portrait-young-woman-outside-street_1303-21660.jpg", alt: "Portrait of a young woman"},
+ { src: "http://img.b2bpic.net/free-photo/handsome-nordic-man-with-beard-stylish-hairstyle-grey-shirt-jeans-smiling-keeps-hands-pockets_176420-15740.jpg", alt: "Mark" },
+ { src: "http://img.b2bpic.net/free-photo/portrait-young-confident-woman-startup-manager-office-posing-with-confidence-looking_1258-195341.jpg", alt: "John" },
+ { src: "http://img.b2bpic.net/free-photo/medium-shot-man-working-as-real-estate-agent_23-2151064891.jpg", alt: "Alice" },
+ { src: "http://img.b2bpic.net/free-photo/data-analyst-working-with-futuristic-interface_23-2151967444.jpg", alt: "Bob" },
+ { src: "http://img.b2bpic.net/free-photo/portrait-young-woman-outside-street_1303-21660.jpg", alt: "Portrait of a young woman" },
]}
ratingAnimation="slide-up"
avatarsAnimation="blur-reveal"
@@ -212,12 +175,9 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
faqs={[
- {
- id: "q1", title: "How accurate is the AI?", content: "Our AI achieves 94% accuracy on historical data and maintains high performance in real-time."},
- {
- id: "q2", title: "Can I trust the data?", content: "We utilize official league APIs to ensure data integrity and speed."},
- {
- id: "q3", title: "Do you offer a trial?", content: "We offer a 7-day money-back guarantee for all new pro subscribers."},
+ { id: "q1", title: "How accurate is the AI?", content: "Our AI achieves 94% accuracy on historical data and maintains high performance in real-time." },
+ { id: "q2", title: "Can I trust the data?", content: "We utilize official league APIs to ensure data integrity and speed." },
+ { id: "q3", title: "Do you offer a trial?", content: "We offer a 7-day money-back guarantee for all new pro subscribers." },
]}
title="Frequently Asked Questions"
description="Get answers about our platform and models."
@@ -228,37 +188,19 @@ export default function LandingPage() {