From d139b06a0ee80eceb2204ad15ff750e4925d43e3 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 21:59:36 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 177 +++++++++++++++++++++++++++++++++-------------- 1 file changed, 126 insertions(+), 51 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 3b9462a..ea873f0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -3,12 +3,14 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleFullscreen from "@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen"; import HeroSplitDoubleCarousel from "@/components/sections/hero/HeroSplitDoubleCarousel"; +import PricingCardNine from "@/components/sections/pricing/PricingCardNine"; import AboutMetric from "@/components/sections/about/AboutMetric"; import FeatureCardSix from "@/components/sections/feature/FeatureCardSix"; import TestimonialCardTwelve from "@/components/sections/testimonial/TestimonialCardTwelve"; import FaqDouble from "@/components/sections/faq/FaqDouble"; +import ContactSplitForm from "@/components/sections/contact/ContactSplitForm"; import FooterBaseReveal from "@/components/sections/footer/FooterBaseReveal"; -import { Sparkles, Users, TrendingUp, Award, Zap, Heart, Lightbulb, CheckCircle } from "lucide-react"; +import { Sparkles, CheckCircle, Users, TrendingUp, Award, Zap, Lightbulb, Heart } from "lucide-react"; export default function HomePage() { return ( @@ -28,9 +30,9 @@ export default function HomePage() { +
+ +
+
@@ -110,11 +158,17 @@ export default function HomePage() { useInvertedBackground={false} features={[ { - id: "1", title: "Relatable Teaching", description: "Your tutor was recently where you are. They remember the hard parts and explain concepts in ways that click.", imageSrc: "http://img.b2bpic.net/free-photo/students-learning-school-their-classroom_23-2149511030.jpg"}, + id: 1, + title: "Relatable Teaching", description: "Your tutor was recently where you are. They remember the hard parts and explain concepts in ways that click.", imageSrc: "http://img.b2bpic.net/free-photo/students-learning-school-their-classroom_23-2149511030.jpg" + }, { - id: "2", title: "Affordable & Accessible", description: "High-quality instruction without premium price tags. We reinvest in our tutors and pass savings to families.", imageSrc: "http://img.b2bpic.net/free-photo/kids-classroom-taking-english-class_23-2149402694.jpg"}, + id: 2, + title: "Affordable & Accessible", description: "High-quality instruction without premium price tags. We reinvest in our tutors and pass savings to families.", imageSrc: "http://img.b2bpic.net/free-photo/kids-classroom-taking-english-class_23-2149402694.jpg" + }, { - id: "3", title: "Flexible Scheduling", description: "Tutoring that fits your life. Choose one-on-one or group, schedule around school and activities, learn at your pace.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-looking-through-partitions_23-2149831294.jpg"}, + id: 3, + title: "Flexible Scheduling", description: "Tutoring that fits your life. Choose one-on-one or group, schedule around school and activities, learn at your pace.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-looking-through-partitions_23-2149831294.jpg" + }, ]} /> @@ -128,17 +182,23 @@ export default function HomePage() { useInvertedBackground={false} testimonials={[ { - id: "1", name: "Alex Chen", imageSrc: "http://img.b2bpic.net/free-photo/girl-with-book-striped-shirt_1150-23.jpg"}, + id: "1", name: "Alex Chen", imageSrc: "http://img.b2bpic.net/free-photo/girl-with-book-striped-shirt_1150-23.jpg" + }, { - id: "2", name: "Jordan Martinez", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-talking-phone_23-2149235740.jpg"}, + id: "2", name: "Jordan Martinez", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-talking-phone_23-2149235740.jpg" + }, { - id: "3", name: "Sam Williams", imageSrc: "http://img.b2bpic.net/free-photo/photo-glad-african-american-woman-clenches-fists-awaits-something-nice_273609-45517.jpg"}, + id: "3", name: "Sam Williams", imageSrc: "http://img.b2bpic.net/free-photo/photo-glad-african-american-woman-clenches-fists-awaits-something-nice_273609-45517.jpg" + }, { - id: "4", name: "Casey Johnson", imageSrc: "http://img.b2bpic.net/free-photo/portrait-blonde-woman-with-curly-hair-showing-double-thumbs-up-checked-shirt-looking-pleased-front-view_176474-112761.jpg"}, + id: "4", name: "Casey Johnson", imageSrc: "http://img.b2bpic.net/free-photo/portrait-blonde-woman-with-curly-hair-showing-double-thumbs-up-checked-shirt-looking-pleased-front-view_176474-112761.jpg" + }, { - id: "5", name: "Morgan Davis", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-handsome-man-looking-pointing-camera-doing-call-me-gesture-isolated-white-background_141793-132031.jpg"}, + id: "5", name: "Morgan Davis", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-handsome-man-looking-pointing-camera-doing-call-me-gesture-isolated-white-background_141793-132031.jpg" + }, { - id: "6", name: "Taylor Brown", imageSrc: "http://img.b2bpic.net/free-photo/smiling-girl-holding-notebook_23-2147611495.jpg"}, + id: "6", name: "Taylor Brown", imageSrc: "http://img.b2bpic.net/free-photo/smiling-girl-holding-notebook_23-2147611495.jpg" + }, ]} /> @@ -154,52 +214,67 @@ export default function HomePage() { animationType="smooth" faqs={[ { - id: "1", title: "Who are the tutors?", content: "Our tutors are high-achieving high school students (Grades 10-12) who excel in mathematics. All tutors are carefully selected for their academic achievement, communication skills, and ability to relate to younger students."}, + id: "1", title: "Who are the tutors?", content: "Our tutors are high-achieving high school students (Grades 10-12) who excel in mathematics. All tutors are carefully selected for their academic achievement, communication skills, and ability to relate to younger students." + }, { - id: "2", title: "What math levels do you cover?", content: "We tutor Grades 3–10 in Pre-Algebra, Algebra 1, Algebra 2, and Geometry. Our tutors can also provide foundational math support for elementary students building core skills."}, + id: "2", title: "What math levels do you cover?", content: "We tutor Grades 3–10 in Pre-Algebra, Algebra 1, Algebra 2, and Geometry. Our tutors can also provide foundational math support for elementary students building core skills." + }, { - id: "3", title: "How do I book a free trial?", content: "Visit our Calendly scheduling link to reserve your 30-minute free trial session. No credit card required. You'll meet your tutor, discuss goals, and see if Indigo Academics is the right fit."}, + id: "3", title: "How do I book a free trial?", content: "Visit our Calendly scheduling link to reserve your 30-minute free trial session. No credit card required. You'll meet your tutor, discuss goals, and see if Indigo Academics is the right fit." + }, { - id: "4", title: "What is the cancellation policy?", content: "We understand life happens. Cancel or reschedule sessions with 24 hours' notice for a full credit. We want to support your schedule."}, + id: "4", title: "What is the cancellation policy?", content: "We understand life happens. Cancel or reschedule sessions with 24 hours' notice for a full credit. We want to support your schedule." + }, { - id: "5", title: "Do you offer online tutoring?", content: "Yes! All sessions are available online via Zoom or in-person, depending on location and preference. Choose what works best for you."}, + id: "5", title: "Do you offer online tutoring?", content: "Yes! All sessions are available online via Zoom or in-person, depending on location and preference. Choose what works best for you." + }, { - id: "6", title: "How do I know my student is making progress?", content: "We track progress through regular check-ins, grade improvements, and confidence milestones. Parents receive monthly summaries, and students get direct feedback after each session."}, + id: "6", title: "How do I know my student is making progress?", content: "We track progress through regular check-ins, grade improvements, and confidence milestones. Parents receive monthly summaries, and students get direct feedback after each session." + }, ]} /> +
+ +
+