From 3944a9f45c9b5e9e28442a7b5052749e3321b4f2 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 3 Apr 2026 17:02:06 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 142 ++++++++++------------------------------------- 1 file changed, 29 insertions(+), 113 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 4551348..59be808 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,21 +29,13 @@ export default function LandingPage() { @@ -52,19 +44,14 @@ export default function LandingPage() {
@@ -77,32 +64,17 @@ export default function LandingPage() { useInvertedBackground={true} features={[ { - id: "feat-1", - title: "Low-Spec Optimized", - tags: [ - "No GPU Needed", - "Cloud Based", - ], - imageSrc: "http://img.b2bpic.net/free-photo/man-with-augmented-reality_1134-137.jpg?_wi=1", - }, + id: "feat-1", title: "Low-Spec Optimized", tags: [ + "No GPU Needed", "Cloud Based"], + imageSrc: "http://img.b2bpic.net/free-photo/man-with-augmented-reality_1134-137.jpg"}, { - id: "feat-2", - title: "Free Tools Only", - tags: [ - "Budget Friendly", - "Open Source", - ], - imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-nutritional-counter-app_23-2149880604.jpg?_wi=1", - }, + id: "feat-2", title: "Free Tools Only", tags: [ + "Budget Friendly", "Open Source"], + imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-nutritional-counter-app_23-2149880604.jpg"}, { - id: "feat-3", - title: "Growth Mentorship", - tags: [ - "YouTube", - "Beginner Guide", - ], - imageSrc: "http://img.b2bpic.net/free-photo/diverse-people-using-their-phones_53876-95104.jpg?_wi=1", - }, + id: "feat-3", title: "Growth Mentorship", tags: [ + "YouTube", "Beginner Guide"], + imageSrc: "http://img.b2bpic.net/free-photo/diverse-people-using-their-phones_53876-95104.jpg"}, ]} title="Designed for Everyone" description="Powerful AI learning for students and creators with any PC hardware." @@ -111,46 +83,23 @@ export default function LandingPage() {
@@ -205,20 +130,11 @@ export default function LandingPage() { useInvertedBackground={false} faqs={[ { - id: "q1", - title: "Do I need a powerful computer?", - content: "Absolutely not! We focus on cloud-based and lightweight tools.", - }, + id: "q1", title: "Do I need a powerful computer?", content: "Absolutely not! We focus on cloud-based and lightweight tools."}, { - id: "q2", - title: "Are these tools free?", - content: "Yes, we curate the best free options for students.", - }, + id: "q2", title: "Are these tools free?", content: "Yes, we curate the best free options for students."}, { - id: "q3", - title: "How do I get started?", - content: "Follow our 30-day guide in the blog section!", - }, + id: "q3", title: "How do I get started?", content: "Follow our 30-day guide in the blog section!"}, ]} title="Frequently Asked Questions" description="Quick answers to help you start your journey." -- 2.49.1