diff --git a/src/app/page.tsx b/src/app/page.tsx
index 0c7f4b3..7252e29 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -32,22 +32,10 @@ export default function LandingPage() {
@@ -55,68 +43,27 @@ export default function LandingPage() {
@@ -127,21 +74,9 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
features={[
- {
- title: "Gamified Growth",
- description: "Earn XP, unlock virtual trees, and level up your study streaks.",
- icon: Sparkles,
- },
- {
- title: "Deep Analytics",
- description: "Visualize your progress with weekly insights and trend analysis.",
- icon: BarChart2,
- },
- {
- title: "Focus Forge Mode",
- description: "Lock distracting websites and apps with a single tap for pure concentration.",
- icon: ShieldCheck,
- },
+ { title: "Gamified Growth", description: "Earn XP, unlock virtual trees, and level up your study streaks.", icon: Sparkles },
+ { title: "Deep Analytics", description: "Visualize your progress with weekly insights and trend analysis.", icon: BarChart2 },
+ { title: "Focus Forge Mode", description: "Lock distracting websites and apps with a single tap for pure concentration.", icon: ShieldCheck },
]}
title="Master Your Focus"
description="Powerful tools designed to keep you locked in and motivated throughout your study journey."
@@ -154,21 +89,9 @@ export default function LandingPage() {
title="Community Impact"
tag="Live Stats"
metrics={[
- {
- id: "m1",
- value: "1.2M",
- description: "Hours Focused",
- },
- {
- id: "m2",
- value: "45K",
- description: "Active Students",
- },
- {
- id: "m3",
- value: "98%",
- description: "Goal Achievement",
- },
+ { id: "m1", value: "1.2M", description: "Hours Focused" },
+ { id: "m2", value: "45K", description: "Active Students" },
+ { id: "m3", value: "98%", description: "Goal Achievement" },
]}
metricsAnimation="slide-up"
/>
@@ -179,61 +102,14 @@ export default function LandingPage() {
textboxLayout="default"
gridVariant="three-columns-all-equal-width"
useInvertedBackground={false}
+ animationType="slide-up"
products={[
- {
- id: "p1",
- brand: "Themes",
- name: "Cyber Neon Pack",
- price: "$9.99",
- rating: 5,
- reviewCount: "1.2k",
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=sp6mwj",
- },
- {
- id: "p2",
- brand: "Accessories",
- name: "Digital Pet Skin",
- price: "$4.99",
- rating: 4,
- reviewCount: "800",
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=0cggl3",
- },
- {
- id: "p3",
- brand: "Tools",
- name: "Deep Focus Pro",
- price: "$19.99",
- rating: 5,
- reviewCount: "5k",
- imageSrc: "http://img.b2bpic.net/free-vector/gradient-colorful-music-festival-labels_23-2149112989.jpg",
- },
- {
- id: "p4",
- brand: "Themes",
- name: "Nature Zen Pack",
- price: "$9.99",
- rating: 5,
- reviewCount: "2k",
- imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-electronics-store-labels-template_23-2151138132.jpg",
- },
- {
- id: "p5",
- brand: "Accessories",
- name: "Soundscape Pro",
- price: "$14.99",
- rating: 4,
- reviewCount: "900",
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=5f1e5u",
- },
- {
- id: "p6",
- brand: "Tools",
- name: "Math Solve Pass",
- price: "$29.99",
- rating: 5,
- reviewCount: "3k",
- imageSrc: "http://img.b2bpic.net/free-vector/gradient-big-raffle-label-design_23-2150012271.jpg",
- },
+ { id: "p1", brand: "Themes", name: "Cyber Neon Pack", price: "$9.99", rating: 5, reviewCount: "1.2k", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=sp6mwj" },
+ { id: "p2", brand: "Accessories", name: "Digital Pet Skin", price: "$4.99", rating: 4, reviewCount: "800", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=0cggl3" },
+ { id: "p3", brand: "Tools", name: "Deep Focus Pro", price: "$19.99", rating: 5, reviewCount: "5k", imageSrc: "http://img.b2bpic.net/free-vector/gradient-colorful-music-festival-labels_23-2149112989.jpg" },
+ { id: "p4", brand: "Themes", name: "Nature Zen Pack", price: "$9.99", rating: 5, reviewCount: "2k", imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-electronics-store-labels-template_23-2151138132.jpg" },
+ { id: "p5", brand: "Accessories", name: "Soundscape Pro", price: "$14.99", rating: 4, reviewCount: "900", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=5f1e5u" },
+ { id: "p6", brand: "Tools", name: "Math Solve Pass", price: "$29.99", rating: 5, reviewCount: "3k", imageSrc: "http://img.b2bpic.net/free-vector/gradient-big-raffle-label-design_23-2150012271.jpg" },
]}
title="Unlock Your Potential"
description="Premium themes and exclusive community rewards."
@@ -246,41 +122,8 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
plans={[
- {
- id: "free",
- tag: "Basic",
- price: "$0",
- period: "/mo",
- description: "Start your journey for free.",
- button: {
- text: "Get Started",
- href: "#",
- },
- featuresTitle: "Includes:",
- features: [
- "Focus Mode",
- "Basic Analytics",
- "Daily Challenges",
- ],
- },
- {
- id: "pro",
- tag: "Pro",
- price: "$4.99",
- period: "/mo",
- description: "The ultimate focus experience.",
- button: {
- text: "Upgrade",
- href: "#",
- },
- featuresTitle: "Everything in Basic, plus:",
- features: [
- "App/Site Blocking",
- "Deep Analytics",
- "AI Assistant",
- "Ad-free",
- ],
- },
+ { id: "free", tag: "Basic", price: "$0", period: "/mo", description: "Start your journey for free.", button: { text: "Get Started", href: "#" }, featuresTitle: "Includes:", features: ["Focus Mode", "Basic Analytics", "Daily Challenges"] },
+ { id: "pro", tag: "Pro", price: "$4.99", period: "/mo", description: "The ultimate focus experience.", button: { text: "Upgrade", href: "#" }, featuresTitle: "Everything in Basic, plus:", features: ["App/Site Blocking", "Deep Analytics", "AI Assistant", "Ad-free"] },
]}
title="Choose Your Path"
description="Start for free or go pro to accelerate your focus goals."
@@ -293,41 +136,11 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
testimonials={[
- {
- id: "t1",
- name: "Sarah J.",
- role: "CS Major",
- testimonial: "FocusForge completely changed how I prep for exams. The gamification is brilliant.",
- imageSrc: "http://img.b2bpic.net/free-photo/brunette-girl-wearing-headband-standing-outside_23-2147654964.jpg",
- },
- {
- id: "t2",
- name: "Michael L.",
- role: "Medical Student",
- testimonial: "The deep focus mode is exactly what I needed to stop checking my social feeds.",
- imageSrc: "http://img.b2bpic.net/free-photo/man-wearing-red-bow-tie-looking-succesful_1298-412.jpg",
- },
- {
- id: "t3",
- name: "Emily R.",
- role: "Law Student",
- testimonial: "I love the leaderboard; it gives me that extra nudge I need to keep studying.",
- imageSrc: "http://img.b2bpic.net/free-photo/pleased-young-female-student-wearing-glasses-bandana-headphones-around-neck-standing-profile-view-holding-note-pads-with-both-hands-looking-camera-isolated-olive-green-background_141793-135028.jpg",
- },
- {
- id: "t4",
- name: "David K.",
- role: "Engineering Student",
- testimonial: "The streak system is so addictive in the best way possible. Highly recommend.",
- imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-suit-gym_23-2149386080.jpg",
- },
- {
- id: "t5",
- name: "Chloe T.",
- role: "Design Student",
- testimonial: "The ambient sounds are perfect for deep work sessions. Best study app ever.",
- imageSrc: "http://img.b2bpic.net/free-photo/unknown-man-posing-with-blue-background-medium-shot_23-2149417616.jpg",
- },
+ { id: "t1", name: "Sarah J.", role: "CS Major", testimonial: "FocusForge completely changed how I prep for exams. The gamification is brilliant.", imageSrc: "http://img.b2bpic.net/free-photo/brunette-girl-wearing-headband-standing-outside_23-2147654964.jpg" },
+ { id: "t2", name: "Michael L.", role: "Medical Student", testimonial: "The deep focus mode is exactly what I needed to stop checking my social feeds.", imageSrc: "http://img.b2bpic.net/free-photo/man-wearing-red-bow-tie-looking-succesful_1298-412.jpg" },
+ { id: "t3", name: "Emily R.", role: "Law Student", testimonial: "I love the leaderboard; it gives me that extra nudge I need to keep studying.", imageSrc: "http://img.b2bpic.net/free-photo/pleased-young-female-student-wearing-glasses-bandana-headphones-around-neck-standing-profile-view-holding-note-pads-with-both-hands-looking-camera-isolated-olive-green-background_141793-135028.jpg" },
+ { id: "t4", name: "David K.", role: "Engineering Student", testimonial: "The streak system is so addictive in the best way possible. Highly recommend.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-suit-gym_23-2149386080.jpg" },
+ { id: "t5", name: "Chloe T.", role: "Design Student", testimonial: "The ambient sounds are perfect for deep work sessions. Best study app ever.", imageSrc: "http://img.b2bpic.net/free-photo/unknown-man-posing-with-blue-background-medium-shot_23-2149417616.jpg" },
]}
title="Student Success Stories"
description="Join thousands of students achieving better grades through disciplined focus."
@@ -339,21 +152,9 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
faqs={[
- {
- id: "q1",
- title: "How does app blocking work?",
- content: "You simply select the apps you want to block in settings and they become inaccessible until your focus session timer expires.",
- },
- {
- id: "q2",
- title: "Is there a free version?",
- content: "Yes, we offer a robust free tier with basic features and daily streak tracking.",
- },
- {
- id: "q3",
- title: "Can I use it on multiple devices?",
- content: "Absolutely. FocusForge syncs your progress across web, extension, and mobile app integrations.",
- },
+ { id: "q1", title: "How does app blocking work?", content: "You simply select the apps you want to block in settings and they become inaccessible until your focus session timer expires." },
+ { id: "q2", title: "Is there a free version?", content: "Yes, we offer a robust free tier with basic features and daily streak tracking." },
+ { id: "q3", title: "Can I use it on multiple devices?", content: "Absolutely. FocusForge syncs your progress across web, extension, and mobile app integrations." },
]}
title="Frequently Asked Questions"
description="Common questions about getting the most out of your FocusForge experience."
@@ -367,9 +168,7 @@ export default function LandingPage() {