Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #2.
This commit is contained in:
243
src/app/page.tsx
243
src/app/page.tsx
@@ -30,22 +30,10 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "home",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Services",
|
||||
id: "services",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Home", id: "home" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Services", id: "services" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="NIOS Deoria"
|
||||
/>
|
||||
@@ -53,48 +41,17 @@ export default function LandingPage() {
|
||||
|
||||
<div id="home" data-section="home">
|
||||
<HeroBillboardRotatedCarousel
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
title="Welcome to NIOS Deoria Success Point"
|
||||
description="Your most trusted NIOS admission and coaching center. Providing expert guidance, comprehensive study materials, and personalized exam support for 10th & 12th board students."
|
||||
buttons={[
|
||||
{
|
||||
text: "Apply Now",
|
||||
href: "#contact",
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "Apply Now", href: "#contact" }]}
|
||||
carouselItems={[
|
||||
{
|
||||
id: "1",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/crop-man-using-laptop-near-books_23-2147710409.jpg?_wi=1",
|
||||
imageAlt: "student studying in library",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blue-brown-wooden-painting-frame-brown-wooden-table_250224-147.jpg?_wi=1",
|
||||
imageAlt: "modern classroom academic",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/diverse-pupils-public-library-attending-video-conference-webinar-lesson_482257-118026.jpg?_wi=1",
|
||||
imageAlt: "tutor explaining lessons",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/school-after-pandemic-concept-with-notebooks-pencils-bookmark-stickers-wooden-table-flat-lay_176474-7114.jpg?_wi=1",
|
||||
imageAlt: "learning materials books notebooks",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/expressive-young-woman-posing-studio_176474-77739.jpg?_wi=1",
|
||||
imageAlt: "student exam success",
|
||||
},
|
||||
{
|
||||
id: "6",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-happy-woman-smiling-relaxing-city-cafe-terrace-sunny-weather-bright-make-up-stylish-casual-outfit-holidays-travel-vacation-joy_291049-979.jpg",
|
||||
imageAlt: "educational center hall",
|
||||
},
|
||||
{ id: "1", imageSrc: "http://img.b2bpic.net/free-photo/crop-man-using-laptop-near-books_23-2147710409.jpg", imageAlt: "student studying in library" },
|
||||
{ id: "2", imageSrc: "http://img.b2bpic.net/free-photo/blue-brown-wooden-painting-frame-brown-wooden-table_250224-147.jpg", imageAlt: "modern classroom academic" },
|
||||
{ id: "3", imageSrc: "http://img.b2bpic.net/free-photo/diverse-pupils-public-library-attending-video-conference-webinar-lesson_482257-118026.jpg", imageAlt: "tutor explaining lessons" },
|
||||
{ id: "4", imageSrc: "http://img.b2bpic.net/free-photo/school-after-pandemic-concept-with-notebooks-pencils-bookmark-stickers-wooden-table-flat-lay_176474-7114.jpg", imageAlt: "learning materials books notebooks" },
|
||||
{ id: "5", imageSrc: "http://img.b2bpic.net/free-photo/expressive-young-woman-posing-studio_176474-77739.jpg", imageAlt: "student exam success" },
|
||||
{ id: "6", imageSrc: "http://img.b2bpic.net/free-photo/young-happy-woman-smiling-relaxing-city-cafe-terrace-sunny-weather-bright-make-up-stylish-casual-outfit-holidays-travel-vacation-joy_291049-979.jpg", imageAlt: "educational center hall" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -106,18 +63,9 @@ export default function LandingPage() {
|
||||
title="Why Choose Success Point Deoria?"
|
||||
description="We specialize in NIOS board admissions and coaching, ensuring every student receives tailored support to achieve their academic goals. We are your verified NIOS partner in Deoria."
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Expert Guidance",
|
||||
description: "Support for 10th and 12th standard NIOS exams.",
|
||||
},
|
||||
{
|
||||
title: "Comprehensive Material",
|
||||
description: "Curated study guides and notes for every subject.",
|
||||
},
|
||||
{
|
||||
title: "Exam Assistance",
|
||||
description: "Proven strategies and practice help for success.",
|
||||
},
|
||||
{ title: "Expert Guidance", description: "Support for 10th and 12th standard NIOS exams." },
|
||||
{ title: "Comprehensive Material", description: "Curated study guides and notes for every subject." },
|
||||
{ title: "Exam Assistance", description: "Proven strategies and practice help for success." },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/teacher-class-explaining-lesson_23-2148665950.jpg"
|
||||
/>
|
||||
@@ -130,28 +78,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "NIOS Admissions",
|
||||
description: "Simplified admission process for NIOS 10th and 12th.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: GraduationCap,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stationery-geometric-shapes-desk_23-2147847740.jpg",
|
||||
imageAlt: "Stationery and geometric shapes on desk",
|
||||
title: "NIOS Admissions", description: "Simplified admission process for NIOS 10th and 12th.", bentoComponent: "reveal-icon", icon: GraduationCap,
|
||||
},
|
||||
{
|
||||
title: "Personalized Coaching",
|
||||
description: "Focused tutoring support for all major subjects.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: BookOpen,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/crop-man-using-laptop-near-books_23-2147710409.jpg?_wi=2",
|
||||
imageAlt: "Stationery and geometric shapes on desk",
|
||||
title: "Personalized Coaching", description: "Focused tutoring support for all major subjects.", bentoComponent: "reveal-icon", icon: BookOpen,
|
||||
},
|
||||
{
|
||||
title: "Success Roadmap",
|
||||
description: "Strategic planning for high scoring performance.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: TrendingUp,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blue-brown-wooden-painting-frame-brown-wooden-table_250224-147.jpg?_wi=2",
|
||||
imageAlt: "Stationery and geometric shapes on desk",
|
||||
title: "Success Roadmap", description: "Strategic planning for high scoring performance.", bentoComponent: "reveal-icon", icon: TrendingUp,
|
||||
},
|
||||
]}
|
||||
title="Our Specialized Services"
|
||||
@@ -165,21 +98,9 @@ export default function LandingPage() {
|
||||
title="Our Impact in Deoria"
|
||||
tag="Success Numbers"
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "1000+",
|
||||
description: "Students Enrolled",
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "98%",
|
||||
description: "Success Rate",
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "10+",
|
||||
description: "Years of Excellence",
|
||||
},
|
||||
{ id: "m1", value: "1000+", description: "Students Enrolled" },
|
||||
{ id: "m2", value: "98%", description: "Success Rate" },
|
||||
{ id: "m3", value: "10+", description: "Years of Excellence" },
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -191,60 +112,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Ankit Kumar",
|
||||
date: "2024",
|
||||
title: "NIOS 12th",
|
||||
quote: "Success Point made my NIOS admission easy and the coaching was top notch.",
|
||||
tag: "Top Scorer",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/positive-male-with-beard-mustache-blinks-with-eyes-smiles-grins-has-good-mood-after-noisy-party-with-friends_273609-8657.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/crop-man-using-laptop-near-books_23-2147710409.jpg?_wi=3",
|
||||
imageAlt: "student headshot portrait",
|
||||
},
|
||||
id: "1", name: "Ankit Kumar", date: "2024", title: "NIOS 12th", quote: "Success Point made my NIOS admission easy and the coaching was top notch.", tag: "Top Scorer", avatarSrc: "http://img.b2bpic.net/free-photo/positive-male-with-beard-mustache-blinks-with-eyes-smiles-grins-has-good-mood-after-noisy-party-with-friends_273609-8657.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Priya Singh",
|
||||
date: "2023",
|
||||
title: "NIOS 10th",
|
||||
quote: "I passed with flying colors thanks to their dedicated tutor support.",
|
||||
tag: "Student",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/unpleased-young-female-student-wearing-glasses-bandana-headphones-around-neck-holding-note-pads-looking-camera-pointing-camera-with-pen-isolated-olive-green-background_141793-136986.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blue-brown-wooden-painting-frame-brown-wooden-table_250224-147.jpg?_wi=3",
|
||||
imageAlt: "student headshot portrait",
|
||||
},
|
||||
id: "2", name: "Priya Singh", date: "2023", title: "NIOS 10th", quote: "I passed with flying colors thanks to their dedicated tutor support.", tag: "Student", avatarSrc: "http://img.b2bpic.net/free-photo/unpleased-young-female-student-wearing-glasses-bandana-headphones-around-neck-holding-note-pads-looking-camera-pointing-camera-with-pen-isolated-olive-green-background_141793-136986.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Rahul Verma",
|
||||
date: "2024",
|
||||
title: "NIOS 12th",
|
||||
quote: "Highly recommended center for anyone looking for admission help in Deoria.",
|
||||
tag: "Top Scorer",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/carefree-overjoyed-woman-dances-laughs-happily-has-upbeat-mood-dressed-fashionable-clothes-isolated-pink-wall_273609-55708.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/diverse-pupils-public-library-attending-video-conference-webinar-lesson_482257-118026.jpg?_wi=2",
|
||||
imageAlt: "student headshot portrait",
|
||||
},
|
||||
id: "3", name: "Rahul Verma", date: "2024", title: "NIOS 12th", quote: "Highly recommended center for anyone looking for admission help in Deoria.", tag: "Top Scorer", avatarSrc: "http://img.b2bpic.net/free-photo/carefree-overjoyed-woman-dances-laughs-happily-has-upbeat-mood-dressed-fashionable-clothes-isolated-pink-wall_273609-55708.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Sneha Kumari",
|
||||
date: "2023",
|
||||
title: "NIOS 10th",
|
||||
quote: "Excellent study material provided by the team here.",
|
||||
tag: "Student",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/young-lady-with-pens-table_23-2147953159.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/school-after-pandemic-concept-with-notebooks-pencils-bookmark-stickers-wooden-table-flat-lay_176474-7114.jpg?_wi=2",
|
||||
imageAlt: "student headshot portrait",
|
||||
},
|
||||
id: "4", name: "Sneha Kumari", date: "2023", title: "NIOS 10th", quote: "Excellent study material provided by the team here.", tag: "Student", avatarSrc: "http://img.b2bpic.net/free-photo/young-lady-with-pens-table_23-2147953159.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Amit Pandey",
|
||||
date: "2024",
|
||||
title: "NIOS 12th",
|
||||
quote: "Best NIOS center in Deoria! Truly verified and helpful.",
|
||||
tag: "Student",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/young-beautiful-lady-with-dark-curly-hair-khaki-shirt-holding-laptop-with-notepad-cup-coffee-go-hands-dreamily-looking-camera-isolated_574295-2237.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/expressive-young-woman-posing-studio_176474-77739.jpg?_wi=2",
|
||||
imageAlt: "student headshot portrait",
|
||||
},
|
||||
id: "5", name: "Amit Pandey", date: "2024", title: "NIOS 12th", quote: "Best NIOS center in Deoria! Truly verified and helpful.", tag: "Student", avatarSrc: "http://img.b2bpic.net/free-photo/young-beautiful-lady-with-dark-curly-hair-khaki-shirt-holding-laptop-with-notepad-cup-coffee-go-hands-dreamily-looking-camera-isolated_574295-2237.jpg"},
|
||||
]}
|
||||
title="Student Success Stories"
|
||||
description="Hear from our successful students who achieved their goals with our guidance."
|
||||
@@ -257,31 +133,11 @@ export default function LandingPage() {
|
||||
title="Start Your Success Journey Today"
|
||||
description="Reach out to us for any NIOS admission queries or support in Deoria."
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Your Name",
|
||||
required: true,
|
||||
},
|
||||
{
|
||||
name: "email",
|
||||
type: "email",
|
||||
placeholder: "Your Email",
|
||||
required: true,
|
||||
},
|
||||
{
|
||||
name: "phone",
|
||||
type: "tel",
|
||||
placeholder: "Your Phone Number",
|
||||
required: true,
|
||||
},
|
||||
{ name: "name", type: "text", placeholder: "Your Name", required: true },
|
||||
{ name: "email", type: "email", placeholder: "Your Email", required: true },
|
||||
{ name: "phone", type: "tel", placeholder: "Your Phone Number", required: true },
|
||||
]}
|
||||
textarea={{
|
||||
name: "message",
|
||||
placeholder: "How can we help you?",
|
||||
rows: 4,
|
||||
required: true,
|
||||
}}
|
||||
textarea={{ name: "message", placeholder: "How can we help you?", rows: 4, required: true }}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/women-talking-men-office_23-2147727666.jpg"
|
||||
/>
|
||||
</div>
|
||||
@@ -290,43 +146,20 @@ export default function LandingPage() {
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Quick Links",
|
||||
items: [
|
||||
{
|
||||
label: "Home",
|
||||
href: "#home",
|
||||
},
|
||||
{
|
||||
label: "About",
|
||||
href: "#about",
|
||||
},
|
||||
{
|
||||
label: "Services",
|
||||
href: "#services",
|
||||
},
|
||||
title: "Quick Links", items: [
|
||||
{ label: "Home", href: "#home" },
|
||||
{ label: "About", href: "#about" },
|
||||
{ label: "Services", href: "#services" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
{
|
||||
label: "Call Us",
|
||||
href: "tel:+919999999999",
|
||||
},
|
||||
{
|
||||
label: "Visit Us",
|
||||
href: "#",
|
||||
},
|
||||
title: "Contact", items: [
|
||||
{ label: "Call Us", href: "tel:+919999999999" },
|
||||
{ label: "Visit Us", href: "#" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
title: "Legal", items: [{ label: "Privacy Policy", href: "#" }],
|
||||
},
|
||||
]}
|
||||
logoText="NIOS Deoria Success Point"
|
||||
|
||||
Reference in New Issue
Block a user