Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 9b7ae39e4d | |||
| d163adff55 |
233
src/app/page.tsx
233
src/app/page.tsx
@@ -31,27 +31,18 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Success",
|
||||
id: "testimonials",
|
||||
},
|
||||
name: "Success", id: "testimonials"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="BS Education"
|
||||
brandName="JN"
|
||||
logoSrc="/jn-logo.png"
|
||||
button={{
|
||||
text: "Enroll Now",
|
||||
href: "#contact",
|
||||
}}
|
||||
text: "Enroll Now", href: "#contact"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -61,74 +52,40 @@ export default function LandingPage() {
|
||||
description="BS Education is Vidarbha's premier institute for IBPS, SBI, RBI, SSC, and Railway exams. Join 1,200+ successful aspirants who trusted us with their goals."
|
||||
testimonials={[
|
||||
{
|
||||
name: "Akash K.",
|
||||
handle: "@success",
|
||||
testimonial: "The teaching methods and study materials make learning easy.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-satisfied-african-american-female-student-smiling-pleased-showing-okay-sign-like-something-good-standing-yellow-background_1258-63379.jpg?_wi=1",
|
||||
},
|
||||
name: "Akash K.", handle: "@success", testimonial: "The teaching methods and study materials make learning easy.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-satisfied-african-american-female-student-smiling-pleased-showing-okay-sign-like-something-good-standing-yellow-background_1258-63379.jpg?_wi=1"},
|
||||
{
|
||||
name: "Priya S.",
|
||||
handle: "@banker",
|
||||
testimonial: "Akhil Sir motivates us daily. Proper guidance for every exam.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-asian-couple-managing-finances-reviewing-their-bank-accounts-using-laptop-computer_7861-1050.jpg?_wi=1",
|
||||
},
|
||||
name: "Priya S.", handle: "@banker", testimonial: "Akhil Sir motivates us daily. Proper guidance for every exam.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-asian-couple-managing-finances-reviewing-their-bank-accounts-using-laptop-computer_7861-1050.jpg?_wi=1"},
|
||||
{
|
||||
name: "Vikram K.",
|
||||
handle: "@rbi_aspirant",
|
||||
testimonial: "The mock tests are exactly like the real paper. Very helpful.",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=2vhqpz&_wi=1",
|
||||
},
|
||||
name: "Vikram K.", handle: "@rbi_aspirant", testimonial: "The mock tests are exactly like the real paper. Very helpful.", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=2vhqpz&_wi=1"},
|
||||
{
|
||||
name: "Sneha P.",
|
||||
handle: "@banking_pro",
|
||||
testimonial: "I cleared IBPS Clerk in my first attempt, thanks to BS Education.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-successful-businesswoman-smiling-standing-near-business-centre_176420-16777.jpg?_wi=1",
|
||||
},
|
||||
name: "Sneha P.", handle: "@banking_pro", testimonial: "I cleared IBPS Clerk in my first attempt, thanks to BS Education.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-successful-businesswoman-smiling-standing-near-business-centre_176420-16777.jpg?_wi=1"},
|
||||
{
|
||||
name: "Rahul V.",
|
||||
handle: "@ssc_star",
|
||||
testimonial: "Structured approach towards every subject. Simply the best in Nagpur.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-taking-notes-cafeteria_23-2147778646.jpg?_wi=1",
|
||||
},
|
||||
name: "Rahul V.", handle: "@ssc_star", testimonial: "Structured approach towards every subject. Simply the best in Nagpur.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-taking-notes-cafeteria_23-2147778646.jpg?_wi=1"},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Enroll Now",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Enroll Now", href: "#contact"},
|
||||
{
|
||||
text: "View Programs",
|
||||
href: "#features",
|
||||
},
|
||||
text: "View Programs", href: "#features"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/high-angle-academic-cap-glasses-with-globe_23-2148756568.jpg"
|
||||
imageAlt="Students preparing for exams at BS Education"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-satisfied-african-american-female-student-smiling-pleased-showing-okay-sign-like-something-good-standing-yellow-background_1258-63379.jpg",
|
||||
alt: "Student 1",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-satisfied-african-american-female-student-smiling-pleased-showing-okay-sign-like-something-good-standing-yellow-background_1258-63379.jpg", alt: "Student 1"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-asian-couple-managing-finances-reviewing-their-bank-accounts-using-laptop-computer_7861-1050.jpg",
|
||||
alt: "Student 2",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/young-asian-couple-managing-finances-reviewing-their-bank-accounts-using-laptop-computer_7861-1050.jpg", alt: "Student 2"},
|
||||
{
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=2vhqpz",
|
||||
alt: "Student 3",
|
||||
},
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=2vhqpz", alt: "Student 3"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-successful-businesswoman-smiling-standing-near-business-centre_176420-16777.jpg",
|
||||
alt: "Student 4",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/young-successful-businesswoman-smiling-standing-near-business-centre_176420-16777.jpg", alt: "Student 4"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/woman-taking-notes-cafeteria_23-2147778646.jpg",
|
||||
alt: "Student 5",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/woman-taking-notes-cafeteria_23-2147778646.jpg", alt: "Student 5"},
|
||||
]}
|
||||
avatarText="Join 1,200+ achievers"
|
||||
/>
|
||||
@@ -149,22 +106,11 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
negativeCard={{
|
||||
items: [
|
||||
"Generic study plans",
|
||||
"Lack of personalized focus",
|
||||
"No motivation tracking",
|
||||
"Outdated materials",
|
||||
"Large classroom sizes",
|
||||
],
|
||||
items: [],
|
||||
}}
|
||||
positiveCard={{
|
||||
items: [
|
||||
"Rigorous mock tests",
|
||||
"Experienced expert faculty",
|
||||
"Personalized study roadmaps",
|
||||
"24/7 Doubt solving support",
|
||||
"Individual performance tracking",
|
||||
],
|
||||
"Rigorous mock tests", "Experienced expert faculty", "Personalized study roadmaps", "24/7 Doubt solving support", "Individual performance tracking"],
|
||||
}}
|
||||
title="Why Choose BS Education?"
|
||||
description="We don't just teach, we mentor."
|
||||
@@ -178,26 +124,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "1,170+",
|
||||
title: "Successful Alumni",
|
||||
description: "Students placed in top govt sectors",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/education-graduation_23-2151970538.jpg?_wi=1",
|
||||
},
|
||||
id: "m1", value: "1,170+", title: "Successful Alumni", description: "Students placed in top govt sectors", imageSrc: "http://img.b2bpic.net/free-photo/education-graduation_23-2151970538.jpg?_wi=1"},
|
||||
{
|
||||
id: "m2",
|
||||
value: "4.8/5",
|
||||
title: "Star Rating",
|
||||
description: "Excellence in banking exam preparation",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-checking-some-statistics-paper_23-2148311810.jpg",
|
||||
},
|
||||
id: "m2", value: "4.8/5", title: "Star Rating", description: "Excellence in banking exam preparation", imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-checking-some-statistics-paper_23-2148311810.jpg"},
|
||||
{
|
||||
id: "m3",
|
||||
value: "100%",
|
||||
title: "Commitment",
|
||||
description: "To your success and goal focus",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/education-graduation_23-2151970538.jpg?_wi=2",
|
||||
},
|
||||
id: "m3", value: "100%", title: "Commitment", description: "To your success and goal focus", imageSrc: "http://img.b2bpic.net/free-photo/education-graduation_23-2151970538.jpg?_wi=2"},
|
||||
]}
|
||||
title="Our Impact in Numbers"
|
||||
description="Evidence of excellence in competitive exam training."
|
||||
@@ -212,45 +143,20 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Rohan M.",
|
||||
role: "Bank PO",
|
||||
company: "SBI",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-satisfied-african-american-female-student-smiling-pleased-showing-okay-sign-like-something-good-standing-yellow-background_1258-63379.jpg?_wi=2",
|
||||
},
|
||||
id: "1", name: "Rohan M.", role: "Bank PO", company: "SBI", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-satisfied-african-american-female-student-smiling-pleased-showing-okay-sign-like-something-good-standing-yellow-background_1258-63379.jpg?_wi=2"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Sneha P.",
|
||||
role: "Clerk",
|
||||
company: "IBPS",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-asian-couple-managing-finances-reviewing-their-bank-accounts-using-laptop-computer_7861-1050.jpg?_wi=2",
|
||||
},
|
||||
id: "2", name: "Sneha P.", role: "Clerk", company: "IBPS", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-asian-couple-managing-finances-reviewing-their-bank-accounts-using-laptop-computer_7861-1050.jpg?_wi=2"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Vikram K.",
|
||||
role: "Assistant",
|
||||
company: "RBI",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=2vhqpz&_wi=2",
|
||||
},
|
||||
id: "3", name: "Vikram K.", role: "Assistant", company: "RBI", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=2vhqpz&_wi=2"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Anita R.",
|
||||
role: "Officer",
|
||||
company: "SSC CGL",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-successful-businesswoman-smiling-standing-near-business-centre_176420-16777.jpg?_wi=2",
|
||||
},
|
||||
id: "4", name: "Anita R.", role: "Officer", company: "SSC CGL", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-successful-businesswoman-smiling-standing-near-business-centre_176420-16777.jpg?_wi=2"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Rahul V.",
|
||||
role: "Assistant",
|
||||
company: "Railway",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-taking-notes-cafeteria_23-2147778646.jpg?_wi=2",
|
||||
},
|
||||
id: "5", name: "Rahul V.", role: "Assistant", company: "Railway", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-taking-notes-cafeteria_23-2147778646.jpg?_wi=2"},
|
||||
]}
|
||||
title="Student Success Stories"
|
||||
description="Hear directly from those who cracked the code."
|
||||
@@ -263,20 +169,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "What exams do you cover?",
|
||||
content: "We cover IBPS, SBI, RBI, SSC, Railway, Insurance, and MPSC.",
|
||||
},
|
||||
id: "f1", title: "What exams do you cover?", content: "We cover IBPS, SBI, RBI, SSC, Railway, Insurance, and MPSC."},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Where is the institute located?",
|
||||
content: "We are at Fortune Mall, Lower Ground, Munje Square, Sitabuldi, Nagpur.",
|
||||
},
|
||||
id: "f2", title: "Where is the institute located?", content: "We are at Fortune Mall, Lower Ground, Munje Square, Sitabuldi, Nagpur."},
|
||||
{
|
||||
id: "f3",
|
||||
title: "How can I join?",
|
||||
content: "Visit our center or call us at 077688 48896 for consultation.",
|
||||
},
|
||||
id: "f3", title: "How can I join?", content: "Visit our center or call us at 077688 48896 for consultation."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/satisfied-smiling-dark-skinned-girl-with-positive-expression_273609-44821.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
@@ -290,14 +187,11 @@ export default function LandingPage() {
|
||||
<ContactText
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
variant: "sparkles-gradient"}}
|
||||
text="Ready to secure your future? Visit us at Fortune Mall, Munje Square, Sitabuldi, Nagpur or call 077688 48896 to book your demo session today."
|
||||
buttons={[
|
||||
{
|
||||
text: "Call Now",
|
||||
href: "tel:07768848896",
|
||||
},
|
||||
text: "Call Now", href: "tel:07768848896"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -306,46 +200,29 @@ export default function LandingPage() {
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "About Us",
|
||||
items: [
|
||||
title: "About Us", items: [
|
||||
{
|
||||
label: "Our History",
|
||||
href: "#about",
|
||||
},
|
||||
label: "Our History", href: "#about"},
|
||||
{
|
||||
label: "Our Team",
|
||||
href: "#",
|
||||
},
|
||||
label: "Our Team", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Exams",
|
||||
items: [
|
||||
title: "Exams", items: [
|
||||
{
|
||||
label: "Banking",
|
||||
href: "#",
|
||||
},
|
||||
label: "Banking", href: "#"},
|
||||
{
|
||||
label: "SSC",
|
||||
href: "#",
|
||||
},
|
||||
label: "SSC", href: "#"},
|
||||
{
|
||||
label: "Railway",
|
||||
href: "#",
|
||||
},
|
||||
label: "Railway", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
title: "Contact", items: [
|
||||
{
|
||||
label: "Call: 077688 48896",
|
||||
href: "tel:07768848896",
|
||||
},
|
||||
label: "Call: 077688 48896", href: "tel:07768848896"},
|
||||
{
|
||||
label: "Visit Sitabuldi",
|
||||
href: "#",
|
||||
},
|
||||
label: "Visit Sitabuldi", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -356,4 +233,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user