Merge version_1 into main #2
222
src/app/page.tsx
222
src/app/page.tsx
@@ -32,25 +32,15 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Features",
|
||||
id: "features",
|
||||
},
|
||||
name: "Features", id: "features"},
|
||||
{
|
||||
name: "Pricing",
|
||||
id: "pricing",
|
||||
},
|
||||
name: "Pricing", id: "pricing"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Srivastava Tutorials"
|
||||
/>
|
||||
@@ -62,11 +52,9 @@ export default function LandingPage() {
|
||||
description="Unlock your potential with expert guidance. We provide comprehensive tutorials tailored to help every student excel academically."
|
||||
buttons={[
|
||||
{
|
||||
text: "Get Started",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Get Started", href: "#contact"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/portrait-pensive-mature-authoress-eyeglasses_171337-19264.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/portrait-pensive-mature-authoress-eyeglasses_171337-19264.jpg"
|
||||
imageAlt="academic digital learning hero"
|
||||
/>
|
||||
</div>
|
||||
@@ -76,14 +64,9 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
heading={[
|
||||
{
|
||||
type: "text",
|
||||
content: "Our Mission to Empower Students",
|
||||
},
|
||||
type: "text", content: "Our Mission to Empower Students"},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/front-view-woman-giving-presentation-people-office_23-2148502203.jpg",
|
||||
alt: "private tutoring professional education",
|
||||
},
|
||||
type: "image", src: "http://img.b2bpic.net/free-photo/front-view-woman-giving-presentation-people-office_23-2148502203.jpg", alt: "private tutoring professional education"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -95,40 +78,22 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Expert Tutors",
|
||||
description: "Highly qualified professionals dedicated to your success.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-businesswoman-with-documents-stairs_1262-6274.jpg",
|
||||
},
|
||||
title: "Expert Tutors", description: "Highly qualified professionals dedicated to your success.", phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-businesswoman-with-documents-stairs_1262-6274.jpg"},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/girl-with-headphones-using-laptop-along-her-classmates-group-study_23-2149211115.jpg",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-pensive-mature-authoress-eyeglasses_171337-19264.jpg?_wi=2",
|
||||
imageAlt: "personalized learning digital study",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/girl-with-headphones-using-laptop-along-her-classmates-group-study_23-2149211115.jpg"},
|
||||
},
|
||||
{
|
||||
title: "Comprehensive Notes",
|
||||
description: "Easy to follow study materials for every syllabus.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/still-life-graphic-design-office_23-2151345417.jpg",
|
||||
},
|
||||
title: "Comprehensive Notes", description: "Easy to follow study materials for every syllabus.", phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/still-life-graphic-design-office_23-2151345417.jpg"},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/team-working-together-project_23-2149325497.jpg",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-giving-presentation-people-office_23-2148502203.jpg?_wi=1",
|
||||
imageAlt: "personalized learning digital study",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/team-working-together-project_23-2149325497.jpg"},
|
||||
},
|
||||
{
|
||||
title: "Flexible Scheduling",
|
||||
description: "Learn at your own pace whenever you need.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-student-is-learning-new-material-while-sitting-table_613910-15015.jpg",
|
||||
},
|
||||
title: "Flexible Scheduling", description: "Learn at your own pace whenever you need.", phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-student-is-learning-new-material-while-sitting-table_613910-15015.jpg"},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/adolescent-therapy-session-focused-mental-health-isolated-mockup_482257-121497.jpg",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-woman-tutor-online-teacher-glasses-holding-pen-documents-carries_1258-217999.jpg?_wi=1",
|
||||
imageAlt: "personalized learning digital study",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/adolescent-therapy-session-focused-mental-health-isolated-mockup_482257-121497.jpg"},
|
||||
},
|
||||
]}
|
||||
showStepNumbers={true}
|
||||
@@ -144,50 +109,23 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
plans={[
|
||||
{
|
||||
id: "p1",
|
||||
title: "Basic",
|
||||
price: "$100",
|
||||
period: "/mo",
|
||||
features: [
|
||||
"1 Subject",
|
||||
"Group Classes",
|
||||
],
|
||||
id: "p1", title: "Basic", price: "$100", period: "/mo", features: [
|
||||
"1 Subject", "Group Classes"],
|
||||
button: {
|
||||
text: "Join",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-student-library_329181-14837.jpg",
|
||||
imageAlt: "Beautiful student in library\n",
|
||||
},
|
||||
text: "Join"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-student-library_329181-14837.jpg", imageAlt: "Beautiful student in library\n"},
|
||||
{
|
||||
id: "p2",
|
||||
title: "Pro",
|
||||
price: "$250",
|
||||
period: "/mo",
|
||||
features: [
|
||||
"3 Subjects",
|
||||
"1-on-1 Sessions",
|
||||
],
|
||||
id: "p2", title: "Pro", price: "$250", period: "/mo", features: [
|
||||
"3 Subjects", "1-on-1 Sessions"],
|
||||
button: {
|
||||
text: "Join",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-pensive-mature-authoress-eyeglasses_171337-19264.jpg?_wi=3",
|
||||
imageAlt: "Beautiful student in library\n",
|
||||
},
|
||||
text: "Join"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-pensive-mature-authoress-eyeglasses_171337-19264.jpg", imageAlt: "Beautiful student in library\n"},
|
||||
{
|
||||
id: "p3",
|
||||
title: "Elite",
|
||||
price: "$500",
|
||||
period: "/mo",
|
||||
features: [
|
||||
"All Subjects",
|
||||
"Daily Mentor",
|
||||
],
|
||||
id: "p3", title: "Elite", price: "$500", period: "/mo", features: [
|
||||
"All Subjects", "Daily Mentor"],
|
||||
button: {
|
||||
text: "Join",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-giving-presentation-people-office_23-2148502203.jpg?_wi=2",
|
||||
imageAlt: "Beautiful student in library\n",
|
||||
},
|
||||
text: "Join"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-giving-presentation-people-office_23-2148502203.jpg", imageAlt: "Beautiful student in library\n"},
|
||||
]}
|
||||
title="Study Plans"
|
||||
description="Affordable education for everyone."
|
||||
@@ -202,20 +140,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "500+",
|
||||
description: "Students Mentored",
|
||||
},
|
||||
id: "m1", value: "500+", description: "Students Mentored"},
|
||||
{
|
||||
id: "m2",
|
||||
value: "98%",
|
||||
description: "Success Rate",
|
||||
},
|
||||
id: "m2", value: "98%", description: "Success Rate"},
|
||||
{
|
||||
id: "m3",
|
||||
value: "10+",
|
||||
description: "Years Experience",
|
||||
},
|
||||
id: "m3", value: "10+", description: "Years Experience"},
|
||||
]}
|
||||
title="Proven Results"
|
||||
description="Our numbers speak for themselves."
|
||||
@@ -228,45 +157,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
title: "Amazing tutor!",
|
||||
quote: "Srivastava Tutorials changed my perspective on math.",
|
||||
name: "Aarav S.",
|
||||
role: "Student",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-woman-tutor-online-teacher-glasses-holding-pen-documents-carries_1258-217999.jpg?_wi=2",
|
||||
},
|
||||
id: "t1", title: "Amazing tutor!", quote: "Srivastava Tutorials changed my perspective on math.", name: "Aarav S.", role: "Student", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-woman-tutor-online-teacher-glasses-holding-pen-documents-carries_1258-217999.jpg"},
|
||||
{
|
||||
id: "t2",
|
||||
title: "Highly recommended",
|
||||
quote: "The notes are crystal clear and helpful.",
|
||||
name: "Priya M.",
|
||||
role: "Student",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiley-girl-with-graduated-diploma_23-2148522282.jpg",
|
||||
},
|
||||
id: "t2", title: "Highly recommended", quote: "The notes are crystal clear and helpful.", name: "Priya M.", role: "Student", imageSrc: "http://img.b2bpic.net/free-photo/smiley-girl-with-graduated-diploma_23-2148522282.jpg"},
|
||||
{
|
||||
id: "t3",
|
||||
title: "Great progress",
|
||||
quote: "I improved my grades drastically in one semester.",
|
||||
name: "Rahul K.",
|
||||
role: "Student",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-stylish-girl-redhead-female-students-sits-stairs-outdoors-with-digital-tablet-reads-uses_1258-196319.jpg",
|
||||
},
|
||||
id: "t3", title: "Great progress", quote: "I improved my grades drastically in one semester.", name: "Rahul K.", role: "Student", imageSrc: "http://img.b2bpic.net/free-photo/young-stylish-girl-redhead-female-students-sits-stairs-outdoors-with-digital-tablet-reads-uses_1258-196319.jpg"},
|
||||
{
|
||||
id: "t4",
|
||||
title: "Dedicated staff",
|
||||
quote: "The best tutorials I've ever attended.",
|
||||
name: "Sonia P.",
|
||||
role: "Student",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sensual-student-with-hand-chin_1169-121.jpg",
|
||||
},
|
||||
id: "t4", title: "Dedicated staff", quote: "The best tutorials I've ever attended.", name: "Sonia P.", role: "Student", imageSrc: "http://img.b2bpic.net/free-photo/sensual-student-with-hand-chin_1169-121.jpg"},
|
||||
{
|
||||
id: "t5",
|
||||
title: "Confidence boost",
|
||||
quote: "I feel so much more ready for exams now.",
|
||||
name: "Vikram J.",
|
||||
role: "Student",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-clever-boy-with-graduation-cap_1098-1109.jpg",
|
||||
},
|
||||
id: "t5", title: "Confidence boost", quote: "I feel so much more ready for exams now.", name: "Vikram J.", role: "Student", imageSrc: "http://img.b2bpic.net/free-photo/close-up-clever-boy-with-graduation-cap_1098-1109.jpg"},
|
||||
]}
|
||||
title="Success Stories"
|
||||
description="Hear what our students have to say."
|
||||
@@ -279,20 +178,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Do you offer online classes?",
|
||||
content: "Yes, we provide high-quality interactive online sessions.",
|
||||
},
|
||||
id: "f1", title: "Do you offer online classes?", content: "Yes, we provide high-quality interactive online sessions."},
|
||||
{
|
||||
id: "f2",
|
||||
title: "How do I register?",
|
||||
content: "Contact us using the form below to begin.",
|
||||
},
|
||||
id: "f2", title: "How do I register?", content: "Contact us using the form below to begin."},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Are there trial classes?",
|
||||
content: "We offer a free introductory session for all new students.",
|
||||
},
|
||||
id: "f3", title: "Are there trial classes?", content: "We offer a free introductory session for all new students."},
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
title="Common Questions"
|
||||
@@ -309,22 +199,14 @@ export default function LandingPage() {
|
||||
description="Ready to excel? Get in touch today."
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Name",
|
||||
required: true,
|
||||
name: "name", type: "text", placeholder: "Name", required: true,
|
||||
},
|
||||
{
|
||||
name: "email",
|
||||
type: "email",
|
||||
placeholder: "Email",
|
||||
required: true,
|
||||
name: "email", type: "email", placeholder: "Email", required: true,
|
||||
},
|
||||
]}
|
||||
textarea={{
|
||||
name: "message",
|
||||
placeholder: "Your message here...",
|
||||
rows: 4,
|
||||
name: "message", placeholder: "Your message here...", rows: 4,
|
||||
required: true,
|
||||
}}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/young-asia-financial-student-ladies-watching-lesson-online-studying-with-laptop-tablet-living-room-from-home-night_7861-3429.jpg"
|
||||
@@ -337,25 +219,17 @@ export default function LandingPage() {
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "About",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About", href: "#about"},
|
||||
{
|
||||
label: "Pricing",
|
||||
href: "#pricing",
|
||||
},
|
||||
label: "Pricing", href: "#pricing"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact", href: "#contact"},
|
||||
{
|
||||
label: "FAQ",
|
||||
href: "#faq",
|
||||
},
|
||||
label: "FAQ", href: "#faq"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user