Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-05 02:08:35 +00:00

View File

@@ -9,8 +9,9 @@ import PricingCardThree from "@/components/sections/pricing/PricingCardThree";
import TestimonialCardThirteen from "@/components/sections/testimonial/TestimonialCardThirteen";
import ContactCTA from "@/components/sections/contact/ContactCTA";
import FooterSimple from "@/components/sections/footer/FooterSimple";
import FaqDouble from "@/components/sections/faq/FaqDouble";
import Link from "next/link";
import { Sparkles, Zap, Brain, Award, PenTool, BarChart3, Users, Shield, Lightbulb, CheckCircle, DollarSign, Rocket } from "lucide-react";
import { Sparkles, Zap, Brain, Award, PenTool, BarChart3, Users, Shield, Lightbulb, CheckCircle, DollarSign, Rocket, HelpCircle } from "lucide-react";
export default function HomePage() {
return (
@@ -20,7 +21,7 @@ export default function HomePage() {
borderRadius="soft"
contentWidth="smallMedium"
sizing="mediumLarge"
background="floatingGradient"
background="circleGradient"
cardStyle="gradient-mesh"
primaryButtonStyle="shadow"
secondaryButtonStyle="radial-glow"
@@ -31,10 +32,9 @@ export default function HomePage() {
<NavbarStyleFullscreen
navItems={[
{ name: "Home", id: "/" },
{ name: "Features", id: "#features" },
{ name: "Pricing", id: "/pricing" },
{ name: "Dashboard", id: "/dashboard" },
{ name: "Contact", id: "/contact" },
{ name: "Features", id: "features" },
{ name: "Pricing", id: "pricing" },
{ name: "Contact", id: "contact-cta" },
]}
brandName="CollegeBound AI"
bottomLeftText="Helping students find their perfect fit"
@@ -50,7 +50,7 @@ export default function HomePage() {
tag="AI-Powered College Guidance"
tagIcon={Sparkles}
tagAnimation="slide-up"
background={{ variant: "floatingGradient" }}
background={{ variant: "plain" }}
buttons={[
{ text: "Get Started Free", href: "/dashboard" },
{ text: "See How It Works", href: "#features" },
@@ -58,35 +58,17 @@ export default function HomePage() {
buttonAnimation="slide-up"
carouselItems={[
{
id: "hero-1",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVSWx5frvGpGY2xrUlHtBGdS2O/a-modern-analytics-dashboard-showing-col-1772676362639-e90eacee.png",
imageAlt: "College Match Algorithm Visualization",
},
id: "hero-1", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVSWx5frvGpGY2xrUlHtBGdS2O/a-modern-analytics-dashboard-showing-col-1772676362639-e90eacee.png", imageAlt: "College Match Algorithm Visualization"},
{
id: "hero-2",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVSWx5frvGpGY2xrUlHtBGdS2O/a-scholarship-discovery-interface-showin-1772676362029-87955773.png",
imageAlt: "Scholarship Discovery Dashboard",
},
id: "hero-2", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVSWx5frvGpGY2xrUlHtBGdS2O/a-scholarship-discovery-interface-showin-1772676362029-87955773.png", imageAlt: "Scholarship Discovery Dashboard"},
{
id: "hero-3",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVSWx5frvGpGY2xrUlHtBGdS2O/an-ai-essay-builder-interface-showing-es-1772676361356-b0bd1982.png",
imageAlt: "AI Essay Builder Interface",
},
id: "hero-3", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVSWx5frvGpGY2xrUlHtBGdS2O/an-ai-essay-builder-interface-showing-es-1772676361356-b0bd1982.png", imageAlt: "AI Essay Builder Interface"},
{
id: "hero-4",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVSWx5frvGpGY2xrUlHtBGdS2O/a-student-profile-setup-form-showing-fie-1772676361139-126e852d.png",
imageAlt: "Student Profile Setup",
},
id: "hero-4", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVSWx5frvGpGY2xrUlHtBGdS2O/a-student-profile-setup-form-showing-fie-1772676361139-126e852d.png", imageAlt: "Student Profile Setup"},
{
id: "hero-5",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVSWx5frvGpGY2xrUlHtBGdS2O/a-results-dashboard-overview-showing-thr-1772676362298-19c1d41f.png?_wi=1",
imageAlt: "Results Dashboard Overview",
},
id: "hero-5", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVSWx5frvGpGY2xrUlHtBGdS2O/a-results-dashboard-overview-showing-thr-1772676362298-19c1d41f.png", imageAlt: "Results Dashboard Overview"},
{
id: "hero-6",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVSWx5frvGpGY2xrUlHtBGdS2O/a-mobile-app-mockup-showing-collegebound-1772676363180-55f4d725.png",
imageAlt: "Mobile App Experience",
},
id: "hero-6", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVSWx5frvGpGY2xrUlHtBGdS2O/a-mobile-app-mockup-showing-collegebound-1772676363180-55f4d725.png", imageAlt: "Mobile App Experience"},
]}
autoPlay={true}
autoPlayInterval={5000}
@@ -105,34 +87,22 @@ export default function HomePage() {
features={[
{
icon: Brain,
title: "AI College Matcher",
description: "Our advanced algorithm analyzes your academic profile, preferences, and goals to match you with 11 personalized college recommendations—reach, target, and safety schools.",
},
title: "AI College Matcher", description: "Our advanced algorithm analyzes your academic profile, preferences, and goals to match you with 11 personalized college recommendations—reach, target, and safety schools."},
{
icon: Award,
title: "Scholarship Finder",
description: "Discover 10+ scholarships tailored to your profile with estimated award amounts, eligibility details, and application deadlines all in one place.",
},
title: "Scholarship Finder", description: "Discover 10+ scholarships tailored to your profile with estimated award amounts, eligibility details, and application deadlines all in one place."},
{
icon: PenTool,
title: "AI Essay Builder",
description: "Get personalized essay themes, outlines, strong hooks, and sample introductions for each college. Learn supplemental essay strategies from AI guidance.",
},
title: "AI Essay Builder", description: "Get personalized essay themes, outlines, strong hooks, and sample introductions for each college. Learn supplemental essay strategies from AI guidance."},
{
icon: BarChart3,
title: "Profile Analytics",
description: "Track your competitiveness, acceptance rate estimates, and tuition ranges for each matched school with data-driven insights.",
},
title: "Profile Analytics", description: "Track your competitiveness, acceptance rate estimates, and tuition ranges for each matched school with data-driven insights."},
{
icon: Users,
title: "Peer Insights",
description: "See what worked for students at your target schools and get benchmarked against similar applicant profiles.",
},
title: "Peer Insights", description: "See what worked for students at your target schools and get benchmarked against similar applicant profiles."},
{
icon: Shield,
title: "Secure & Private",
description: "Your personal data is encrypted and never shared. Complete control over what information is used for matching.",
},
title: "Secure & Private", description: "Your personal data is encrypted and never shared. Complete control over what information is used for matching."},
]}
textboxLayout="default"
animationType="slide-up"
@@ -159,6 +129,45 @@ export default function HomePage() {
/>
</div>
{/* Pricing Section */}
<div id="pricing" data-section="pricing">
<PricingCardThree
title="Simple, Transparent Pricing"
description="Choose the plan that fits your college search journey. Start free or unlock everything."
tag="Pricing"
tagIcon={DollarSign}
tagAnimation="slide-up"
textboxLayout="default"
animationType="slide-up"
useInvertedBackground={false}
plans={[
{
id: "free", price: "Free", name: "Starter", buttons: [{ text: "Get Started", href: "/dashboard" }],
features: [
"3 college matches (1 reach, 1 target, 1 safety)", "Basic profile setup", "Limited scholarship suggestions (3)", "Email support"],
},
{
id: "pro", badge: "Most Popular", badgeIcon: Sparkles,
price: "$9/month", name: "Pro", buttons: [
{ text: "Start Free Trial", href: "/dashboard" },
{ text: "View Demo", href: "#" },
],
features: [
"Unlimited college matches with detailed analysis", "Full scholarship database (10+ scholarships)", "AI essay builder with personalized strategies", "College acceptance rate estimates", "Tuition range predictions", "Priority email support", "Mobile app access", "Save and compare colleges"],
},
{
id: "premium", price: "$19/month", name: "Premium Plus", buttons: [
{ text: "Upgrade Now", href: "/dashboard" },
{ text: "Contact Sales", href: "#contact" },
],
features: [
"Everything in Pro, plus:", "1-on-1 college advisor consultations (monthly)", "Advanced essay feedback from AI mentor", "Custom scholarship matching algorithm", "Application timeline builder", "Interview preparation guides", "Phone & chat support", "Export recommendation letter templates"],
},
]}
ariaLabel="CollegeBound AI Pricing Section"
/>
</div>
{/* Testimonials Section */}
<div id="testimonials" data-section="testimonials">
<TestimonialCardThirteen
@@ -173,64 +182,66 @@ export default function HomePage() {
showRating={true}
testimonials={[
{
id: "1",
name: "Sarah Chen",
handle: "@sarahcoding",
testimonial: "CollegeBound AI found schools I never would have considered. I got accepted to my target school AND received a $25K scholarship. The essay builder was a game-changer!",
rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVSWx5frvGpGY2xrUlHtBGdS2O/a-portrait-photo-of-a-young-asian-female-1772676361317-fd38df05.png",
imageAlt: "Sarah Chen",
},
id: "1", name: "Sarah Chen", handle: "@sarahcoding", testimonial: "CollegeBound AI found schools I never would have considered. I got accepted to my target school AND received a $25K scholarship. The essay builder was a game-changer!", rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVSWx5frvGpGY2xrUlHtBGdS2O/a-portrait-photo-of-a-young-asian-female-1772676361317-fd38df05.png", imageAlt: "Sarah Chen"},
{
id: "2",
name: "Marcus Johnson",
handle: "@marcusj",
testimonial: "As a first-gen student, I felt overwhelmed by the college search. This AI helped me understand my competitiveness and match with schools where I'd actually succeed. Highly recommend!",
rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVSWx5frvGpGY2xrUlHtBGdS2O/a-portrait-photo-of-a-young-black-male-s-1772676361049-98dd7f00.png",
imageAlt: "Marcus Johnson",
},
id: "2", name: "Marcus Johnson", handle: "@marcusj", testimonial: "As a first-gen student, I felt overwhelmed by the college search. This AI helped me understand my competitiveness and match with schools where I'd actually succeed. Highly recommend!", rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVSWx5frvGpGY2xrUlHtBGdS2O/a-portrait-photo-of-a-young-black-male-s-1772676361049-98dd7f00.png", imageAlt: "Marcus Johnson"},
{
id: "3",
name: "Emma Rodriguez",
handle: "@emmarod2024",
testimonial: "The scholarship finder found opportunities I didn't know existed. Combined with the AI essay builder, I'm now at my dream school with minimal debt. Worth every penny!",
rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVSWx5frvGpGY2xrUlHtBGdS2O/a-portrait-photo-of-a-young-latina-femal-1772676363340-c720b6ef.png",
imageAlt: "Emma Rodriguez",
},
id: "3", name: "Emma Rodriguez", handle: "@emmarod2024", testimonial: "The scholarship finder found opportunities I didn't know existed. Combined with the AI essay builder, I'm now at my dream school with minimal debt. Worth every penny!", rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVSWx5frvGpGY2xrUlHtBGdS2O/a-portrait-photo-of-a-young-latina-femal-1772676363340-c720b6ef.png", imageAlt: "Emma Rodriguez"},
{
id: "4",
name: "James Park",
handle: "@jamespark",
testimonial: "The college matching algorithm is incredibly accurate. It matched me with 3 great schools, and I'm now attending one that's perfect for my engineering goals. The data-driven approach really works!",
rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVSWx5frvGpGY2xrUlHtBGdS2O/a-portrait-photo-of-a-young-indian-male--1772676360810-884c0ee7.png",
imageAlt: "James Park",
},
id: "4", name: "James Park", handle: "@jamespark", testimonial: "The college matching algorithm is incredibly accurate. It matched me with 3 great schools, and I'm now attending one that's perfect for my engineering goals. The data-driven approach really works!", rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVSWx5frvGpGY2xrUlHtBGdS2O/a-portrait-photo-of-a-young-indian-male--1772676360810-884c0ee7.png", imageAlt: "James Park"},
{
id: "5",
name: "Aisha Patel",
handle: "@aishaapatel",
testimonial: "My parents and I were completely lost. CollegeBound broke everything down simply and gave us confidence in the decision. The peer insights feature helped me choose between my acceptances.",
rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVSWx5frvGpGY2xrUlHtBGdS2O/a-portrait-photo-of-a-young-south-asian--1772676362440-446fe5e4.png",
imageAlt: "Aisha Patel",
},
id: "5", name: "Aisha Patel", handle: "@aishaapatel", testimonial: "My parents and I were completely lost. CollegeBound broke everything down simply and gave us confidence in the decision. The peer insights feature helped me choose between my acceptances.", rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVSWx5frvGpGY2xrUlHtBGdS2O/a-portrait-photo-of-a-young-south-asian--1772676362440-446fe5e4.png", imageAlt: "Aisha Patel"},
{
id: "6",
name: "David Thompson",
handle: "@davidt_college",
testimonial: "Started with the free plan, loved it so much I upgraded. The essay builder feedback helped me craft a standout personal statement. Now at my reach school!",
rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVSWx5frvGpGY2xrUlHtBGdS2O/a-portrait-photo-of-a-young-white-male-s-1772676360837-5563512b.png",
imageAlt: "David Thompson",
},
id: "6", name: "David Thompson", handle: "@davidt_college", testimonial: "Started with the free plan, loved it so much I upgraded. The essay builder feedback helped me craft a standout personal statement. Now at my reach school!", rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AVSWx5frvGpGY2xrUlHtBGdS2O/a-portrait-photo-of-a-young-white-male-s-1772676360837-5563512b.png", imageAlt: "David Thompson"},
]}
ariaLabel="CollegeBound AI Testimonials Section"
/>
</div>
{/* FAQ Section */}
<div id="faq" data-section="faq">
<FaqDouble
title="Frequently Asked Questions"
description="Everything you need to know about CollegeBound AI and how it helps you succeed"
tag="Support"
tagIcon={HelpCircle}
tagAnimation="slide-up"
textboxLayout="default"
faqsAnimation="slide-up"
useInvertedBackground={false}
faqs={[
{
id: "1", title: "How does the AI college matching algorithm work?", content: "Our AI analyzes your GPA, standardized test scores, AP/IB classes, extracurricular activities, leadership roles, work experience, awards, volunteer hours, intended major, and your college preferences (size, location, vibe, etc.). It then matches you with 3 reach schools, 5 target schools, and 3 safety schools based on historical acceptance patterns and your unique profile."},
{
id: "2", title: "Is my personal data secure?", content: "Yes. We use end-to-end encryption for all data, store information on secure Supabase servers, and never sell or share your data with third parties. You have complete control over your privacy settings and can delete your account anytime."},
{
id: "3", title: "Can I use the free plan indefinitely?", content: "Yes! The free plan is completely free forever. You'll get 3 college matches and 3 scholarship suggestions. To unlock unlimited matches, all scholarships, and the essay builder, upgrade to Pro for $9/month."},
{
id: "4", title: "How accurate are the acceptance rate estimates?", content: "Our estimates are based on historical data from thousands of students and official college statistics. They're quite accurate but not 100% guaranteed. We also show you how your profile compares to admitted students at each school."},
{
id: "5", title: "Can I cancel my subscription anytime?", content: "Absolutely. You can cancel your Pro or Premium Plus subscription anytime with no questions asked. You'll keep access until the end of your billing cycle."},
{
id: "6", title: "Does CollegeBound help with financial aid?", content: "Yes! We help you discover scholarships and grants you qualify for, show estimated tuition ranges, and provide guidance on financial aid letters. We also connect you with resources for federal aid applications."},
{
id: "7", title: "Is the essay builder powered by ChatGPT?", content: "Our essay builder uses OpenAI's GPT technology to generate personalized essay themes, outlines, and feedback. But it's designed to guide YOU in writing, not write for you. All essays must be authentic and in your own voice."},
{
id: "8", title: "Can I use CollegeBound on mobile?", content: "Yes! CollegeBound is fully responsive and works on all devices. Pro and Premium Plus subscribers also get access to our native mobile app for iOS and Android."},
{
id: "9", title: "What if I'm applying as an international student?", content: "Our algorithm supports international student profiles. We'll match you with schools that actively recruit internationally and provide guidance on visa sponsorship and financial aid for international students."},
{
id: "10", title: "Can I export my college matches and scholarship list?", content: "Yes! Pro and Premium Plus subscribers can export their results as PDF or CSV files to share with parents, counselors, or advisors. Premium Plus also includes recommendation letter templates."},
]}
animationType="smooth"
ariaLabel="CollegeBound AI FAQ Section"
/>
</div>
{/* CTA Section */}
<div id="contact-cta" data-section="contact-cta">
<ContactCTA
@@ -241,7 +252,7 @@ export default function HomePage() {
description="Join thousands of students using CollegeBound AI to make smarter college decisions. Get started free in just 5 minutes."
buttons={[
{ text: "Start Free Now", href: "/dashboard" },
{ text: "Schedule Demo", href: "/contact" },
{ text: "Schedule Demo", href: "#contact" },
]}
buttonAnimation="slide-up"
background={{ variant: "gradient-bars" }}
@@ -255,35 +266,31 @@ export default function HomePage() {
<FooterSimple
columns={[
{
title: "Product",
items: [
title: "Product", items: [
{ label: "Features", href: "#features" },
{ label: "Pricing", href: "/pricing" },
{ label: "Pricing", href: "#pricing" },
{ label: "Dashboard", href: "/dashboard" },
{ label: "Blog", href: "#" },
],
},
{
title: "Company",
items: [
title: "Company", items: [
{ label: "About Us", href: "#" },
{ label: "Contact", href: "/contact" },
{ label: "Contact", href: "#" },
{ label: "Careers", href: "#" },
{ label: "Press", href: "#" },
],
},
{
title: "Resources",
items: [
title: "Resources", items: [
{ label: "College Guide", href: "#" },
{ label: "Scholarship Tips", href: "#" },
{ label: "FAQ", href: "#" },
{ label: "FAQ", href: "#faq" },
{ label: "Help Center", href: "#" },
],
},
{
title: "Legal",
items: [
title: "Legal", items: [
{ label: "Privacy Policy", href: "#" },
{ label: "Terms of Service", href: "#" },
{ label: "Cookie Policy", href: "#" },