Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-05 05:50:25 +00:00

View File

@@ -11,7 +11,7 @@ import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen';
import ContactCenter from '@/components/sections/contact/ContactCenter';
import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
import { Zap, Clock, Target, Brain, CheckCircle, TrendingUp, Sparkles, Award, Rocket } from 'lucide-react';
import { Zap, Clock, Target, Brain, CheckCircle, TrendingUp, Sparkles, Award, Rocket, Timer } from 'lucide-react';
export default function LandingPage() {
return (
@@ -50,7 +50,7 @@ export default function LandingPage() {
tag="Student Success"
tagIcon={Zap}
tagAnimation="slide-up"
background={{ variant: "circleGradient" }}
background={{ variant: "sparkles-gradient" }}
buttons={[
{ text: "Get Started Free", href: "signup" },
{ text: "Watch Demo", href: "#features" }
@@ -59,9 +59,9 @@ export default function LandingPage() {
mediaItems={[
{ imageSrc: "http://img.b2bpic.net/free-photo/businesswomen-planning-financial-strategy-looking-computer-working-together-start-up-company-officet_482257-2082.jpg", imageAlt: "student study dashboard learning productive" },
{ imageSrc: "http://img.b2bpic.net/free-photo/closeup-alarm-clock_53876-31264.jpg", imageAlt: "timer focus productivity study clock" },
{ imageSrc: "http://img.b2bpic.net/free-vector/growing-up-landing-page-template_23-2148114137.jpg?_wi=1", imageAlt: "progress chart graph analytics achievement" },
{ imageSrc: "http://img.b2bpic.net/free-psd/study-checklist-template-organization_23-2152009965.jpg?_wi=1", imageAlt: "planner homework checklist tasks organization" },
{ imageSrc: "http://img.b2bpic.net/free-photo/crop-man-writing-blank-notebook_23-2147711132.jpg?_wi=1", imageAlt: "notes writing notebook pen document" }
{ imageSrc: "http://img.b2bpic.net/free-vector/growing-up-landing-page-template_23-2148114137.jpg", imageAlt: "progress chart graph analytics achievement" },
{ imageSrc: "http://img.b2bpic.net/free-psd/study-checklist-template-organization_23-2152009965.jpg", imageAlt: "planner homework checklist tasks organization" },
{ imageSrc: "http://img.b2bpic.net/free-photo/crop-man-writing-blank-notebook_23-2147711132.jpg", imageAlt: "notes writing notebook pen document" }
]}
className="hero-section"
/>
@@ -75,7 +75,7 @@ export default function LandingPage() {
tagIcon={Clock}
tagAnimation="slide-up"
features={[
{ icon: Clock, title: "Smart Pomodoro Timer", description: "25-minute focused work sessions with customizable break times to maintain peak concentration." },
{ icon: Timer, title: "Smart Pomodoro Timer", description: "25-minute focused work sessions with customizable break times to maintain peak concentration." },
{ icon: Target, title: "Focus Mode", description: "Minimize distractions with our distraction-free study environment and ambient sounds." },
{ icon: Zap, title: "Energy Tracking", description: "Monitor your energy levels throughout the day and optimize study sessions accordingly." },
{ icon: Brain, title: "Smart Breaks", description: "Get personalized break suggestions based on your study patterns and performance data." }
@@ -99,13 +99,13 @@ export default function LandingPage() {
tagAnimation="slide-up"
products={[
{
id: "homework", name: "Homework Planner", price: "Free", variant: "Track & organize assignments", imageSrc: "http://img.b2bpic.net/free-psd/study-checklist-template-organization_23-2152009965.jpg?_wi=2", imageAlt: "planner homework checklist tasks organization"
id: "homework", name: "Homework Planner", price: "Free", variant: "Track & organize assignments", imageSrc: "http://img.b2bpic.net/free-psd/study-checklist-template-organization_23-2152009965.jpg", imageAlt: "planner homework checklist tasks organization"
},
{
id: "exam", name: "Exam Countdown", price: "Free", variant: "Visualize deadlines", imageSrc: "http://img.b2bpic.net/free-photo/top-view-calendar-watch-arrangement_23-2149204231.jpg", imageAlt: "exam countdown calendar deadline test"
},
{
id: "notes", name: "Note-Taking Area", price: "Free", variant: "Quick & easy notes", imageSrc: "http://img.b2bpic.net/free-photo/crop-man-writing-blank-notebook_23-2147711132.jpg?_wi=2", imageAlt: "notes writing notebook pen document"
id: "notes", name: "Note-Taking Area", price: "Free", variant: "Quick & easy notes", imageSrc: "http://img.b2bpic.net/free-photo/crop-man-writing-blank-notebook_23-2147711132.jpg", imageAlt: "notes writing notebook pen document"
}
]}
gridVariant="three-columns-all-equal-width"
@@ -152,7 +152,7 @@ export default function LandingPage() {
description="StudySprint combines time management, organization, and motivation into one beautifully simple app. Designed specifically for teenage students who want to unlock their full academic potential."
tag="Why StudySprint"
tagAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-vector/growing-up-landing-page-template_23-2148114137.jpg?_wi=2"
imageSrc="http://img.b2bpic.net/free-vector/growing-up-landing-page-template_23-2148114137.jpg"
imageAlt="progress chart graph analytics achievement"
useInvertedBackground={true}
buttons={[
@@ -225,7 +225,7 @@ export default function LandingPage() {
description="Get instant access to the Pomodoro timer, homework planner, and all your study tools. Free for the first month, then just $4.99/month."
tagIcon={Rocket}
tagAnimation="slide-up"
background={{ variant: "circleGradient" }}
background={{ variant: "sparkles-gradient" }}
useInvertedBackground={false}
inputPlaceholder="your@email.com"
buttonText="Sign Up Free"