Merge version_1 into main #2
219
src/app/page.tsx
219
src/app/page.tsx
@@ -10,7 +10,8 @@ import ProductCardOne from "@/components/sections/product/ProductCardOne";
|
||||
import TestimonialCardThirteen from "@/components/sections/testimonial/TestimonialCardThirteen";
|
||||
import ContactCTA from "@/components/sections/contact/ContactCTA";
|
||||
import FooterBaseCard from "@/components/sections/footer/FooterBaseCard";
|
||||
import { GraduationCap, BookOpen, BookMarked, Images, Quote, ArrowRight } from "lucide-react";
|
||||
import TeamCardTwo from "@/components/sections/team/TeamCardTwo";
|
||||
import { GraduationCap, BookOpen, BookMarked, Images, Quote, ArrowRight, Users } from "lucide-react";
|
||||
|
||||
const HomePage = () => {
|
||||
const navItems = [
|
||||
@@ -40,9 +41,7 @@ const HomePage = () => {
|
||||
brandName="AB Learning"
|
||||
navItems={navItems}
|
||||
button={{
|
||||
text: "Contact Us for Admission",
|
||||
href: "/contact",
|
||||
}}
|
||||
text: "Contact Us for Admission", href: "/contact"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -53,32 +52,23 @@ const HomePage = () => {
|
||||
background={{ variant: "radial-gradient" }}
|
||||
tag="Excellence in Education"
|
||||
tagIcon={GraduationCap}
|
||||
mediaAnimation="none"
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/focused-adult-students-taking-online-tests_74855-1877.jpg",
|
||||
imageAlt: "Students studying together in classroom",
|
||||
},
|
||||
"http://img.b2bpic.net/free-photo/focused-adult-students-taking-online-tests_74855-1877.jpg", imageAlt: "Students studying together in classroom"},
|
||||
{
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/young-children-studying-classroom_23-2147663545.jpg",
|
||||
imageAlt: "Modern classroom environment",
|
||||
},
|
||||
"http://img.b2bpic.net/free-photo/young-children-studying-classroom_23-2147663545.jpg", imageAlt: "Modern classroom environment"},
|
||||
{
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/close-up-colleagues-learning-work_23-2149300706.jpg",
|
||||
imageAlt: "Experienced faculty teaching students",
|
||||
},
|
||||
"http://img.b2bpic.net/free-photo/close-up-colleagues-learning-work_23-2149300706.jpg", imageAlt: "Experienced faculty teaching students"},
|
||||
{
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/happy-man-with-diploma-academic-cap_23-2147745788.jpg",
|
||||
imageAlt: "Students celebrating academic success",
|
||||
},
|
||||
"http://img.b2bpic.net/free-photo/happy-man-with-diploma-academic-cap_23-2147745788.jpg", imageAlt: "Students celebrating academic success"},
|
||||
{
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/closeup-books-wellorganized-shelves-bookstore_181624-59504.jpg",
|
||||
imageAlt: "Well-equipped library and study area",
|
||||
},
|
||||
"http://img.b2bpic.net/free-photo/closeup-books-wellorganized-shelves-bookstore_181624-59504.jpg", imageAlt: "Well-equipped library and study area"},
|
||||
]}
|
||||
buttons={[
|
||||
{ text: "Contact Us for Admission", href: "/contact" },
|
||||
@@ -108,19 +98,11 @@ const HomePage = () => {
|
||||
tagIcon={BookMarked}
|
||||
negativeCard={{
|
||||
items: [
|
||||
"Weak conceptual foundation",
|
||||
"Limited exam preparation",
|
||||
"Lack of personalized guidance",
|
||||
"No mock test practice",
|
||||
],
|
||||
"Weak conceptual foundation", "Limited exam preparation", "Lack of personalized guidance", "No mock test practice"],
|
||||
}}
|
||||
positiveCard={{
|
||||
items: [
|
||||
"Strong conceptual learning approach",
|
||||
"Comprehensive board exam preparation",
|
||||
"Expert faculty guidance",
|
||||
"Regular mock tests and assessments",
|
||||
],
|
||||
"Strong conceptual learning approach", "Comprehensive board exam preparation", "Expert faculty guidance", "Regular mock tests and assessments"],
|
||||
}}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
@@ -141,44 +123,24 @@ const HomePage = () => {
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
members={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Dr. Rajesh Kumar",
|
||||
role: "Mathematics Professor",
|
||||
description:
|
||||
"PhD in Mathematics with 15+ years of teaching experience. Specializes in conceptual clarity and exam-focused learning strategies.",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/portrait-confident-senior-businessman-office_1262-2396.jpg?_wi=1",
|
||||
socialLinks: [],
|
||||
id: "1", name: "Dr. Rajesh Kumar", role: "Mathematics Professor", description:
|
||||
"PhD in Mathematics with 15+ years of teaching experience. Specializes in conceptual clarity and exam-focused learning strategies.", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/portrait-confident-senior-businessman-office_1262-2396.jpg", socialLinks: [],
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Prof. Anjali Sharma",
|
||||
role: "Science Expert",
|
||||
description:
|
||||
"University professor with expertise in Physics, Chemistry, and Biology. Known for interactive teaching methods and student engagement.",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg?_wi=1",
|
||||
socialLinks: [],
|
||||
id: "2", name: "Prof. Anjali Sharma", role: "Science Expert", description:
|
||||
"University professor with expertise in Physics, Chemistry, and Biology. Known for interactive teaching methods and student engagement.", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg", socialLinks: [],
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Mr. Vikram Singh",
|
||||
role: "Language Specialist",
|
||||
description:
|
||||
"English and Hindi literature expert with 12 years of academic coaching experience. Focuses on composition and comprehension skills.",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/mature-business-manager-office_1098-21368.jpg?_wi=1",
|
||||
socialLinks: [],
|
||||
id: "3", name: "Mr. Vikram Singh", role: "Language Specialist", description:
|
||||
"English and Hindi literature expert with 12 years of academic coaching experience. Focuses on composition and comprehension skills.", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/mature-business-manager-office_1098-21368.jpg", socialLinks: [],
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Ms. Priya Patel",
|
||||
role: "Social Studies Coordinator",
|
||||
description:
|
||||
"History and Geography specialist dedicated to making abstract concepts relatable and memorable for students.",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-library_23-2148680199.jpg",
|
||||
socialLinks: [],
|
||||
id: "4", name: "Ms. Priya Patel", role: "Social Studies Coordinator", description:
|
||||
"History and Geography specialist dedicated to making abstract concepts relatable and memorable for students.", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-library_23-2148680199.jpg", socialLinks: [],
|
||||
},
|
||||
]}
|
||||
/>
|
||||
@@ -196,47 +158,23 @@ const HomePage = () => {
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Classroom Setup",
|
||||
price: "Modern Learning Space",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/people-working-team-three-young-perspective-business-partners-sitting-library-discussing-startup-project-details-profits-teamwork-concept_176420-8293.jpg",
|
||||
},
|
||||
id: "1", name: "Classroom Setup", price: "Modern Learning Space", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/people-working-team-three-young-perspective-business-partners-sitting-library-discussing-startup-project-details-profits-teamwork-concept_176420-8293.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Study Session",
|
||||
price: "Focused Learning",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/three-serious-students-studying-using-tablet-computer_1262-15312.jpg",
|
||||
},
|
||||
id: "2", name: "Study Session", price: "Focused Learning", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/three-serious-students-studying-using-tablet-computer_1262-15312.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Faculty Interaction",
|
||||
price: "Personalized Guidance",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/happy-black-teacher-schoolgirl-using-digital-tablet-classroom_637285-9450.jpg",
|
||||
},
|
||||
id: "3", name: "Faculty Interaction", price: "Personalized Guidance", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/happy-black-teacher-schoolgirl-using-digital-tablet-classroom_637285-9450.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Student Success",
|
||||
price: "Achievement Recognition",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/group-successful-happy-smiling-graduates-generated-by-ai_188544-26121.jpg",
|
||||
},
|
||||
id: "4", name: "Student Success", price: "Achievement Recognition", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/group-successful-happy-smiling-graduates-generated-by-ai_188544-26121.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Library Resources",
|
||||
price: "Comprehensive Materials",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/empty-academic-setting-combines-historical-charm-with-elegant-study-desks_482257-125316.jpg",
|
||||
},
|
||||
id: "5", name: "Library Resources", price: "Comprehensive Materials", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/empty-academic-setting-combines-historical-charm-with-elegant-study-desks_482257-125316.jpg"},
|
||||
{
|
||||
id: "6",
|
||||
name: "Campus Events",
|
||||
price: "Community Building",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/kids-having-fun-jungle-themed-party_23-2149431610.jpg",
|
||||
},
|
||||
id: "6", name: "Campus Events", price: "Community Building", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/kids-having-fun-jungle-themed-party_23-2149431610.jpg"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -253,65 +191,35 @@ const HomePage = () => {
|
||||
showRating={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Arjun Mishra",
|
||||
handle: "@arjunm_2024",
|
||||
testimonial:
|
||||
"AB Learning transformed my understanding of concepts. The faculty here is incredibly dedicated and patient. I improved my grades from 65% to 92% in just one year!",
|
||||
rating: 5,
|
||||
id: "1", name: "Arjun Mishra", handle: "@arjunm_2024", testimonial:
|
||||
"AB Learning transformed my understanding of concepts. The faculty here is incredibly dedicated and patient. I improved my grades from 65% to 92% in just one year!", rating: 5,
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/smiling-student-with-casual-clothes_1098-3254.jpg",
|
||||
},
|
||||
"http://img.b2bpic.net/free-photo/smiling-student-with-casual-clothes_1098-3254.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Priya Panda",
|
||||
handle: "@priya.panda",
|
||||
testimonial:
|
||||
"As a parent, I was impressed by the personalized approach. My daughter felt confident and supported throughout her preparation. The mock tests were incredibly helpful!",
|
||||
rating: 5,
|
||||
id: "2", name: "Priya Panda", handle: "@priya.panda", testimonial:
|
||||
"As a parent, I was impressed by the personalized approach. My daughter felt confident and supported throughout her preparation. The mock tests were incredibly helpful!", rating: 5,
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/expressive-senior-female-posing-indoor_344912-1323.jpg?_wi=1",
|
||||
},
|
||||
"http://img.b2bpic.net/free-photo/expressive-senior-female-posing-indoor_344912-1323.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Rohit Kumar",
|
||||
handle: "@rohit_studies",
|
||||
testimonial:
|
||||
"The concept clarity here is unmatched. Teachers don't just teach; they help you understand why. I scored 95 in board exams thanks to AB Learning!",
|
||||
rating: 5,
|
||||
id: "3", name: "Rohit Kumar", handle: "@rohit_studies", testimonial:
|
||||
"The concept clarity here is unmatched. Teachers don't just teach; they help you understand why. I scored 95 in board exams thanks to AB Learning!", rating: 5,
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/serious-pensive-young-student-looking-directly-camera_176532-8154.jpg?_wi=1",
|
||||
},
|
||||
"http://img.b2bpic.net/free-photo/serious-pensive-young-student-looking-directly-camera_176532-8154.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Sneha Desai",
|
||||
handle: "@sneha.d",
|
||||
testimonial:
|
||||
"AB Learning provided the perfect balance between rigorous preparation and emotional support. My son's confidence grew, and so did his scores!",
|
||||
rating: 5,
|
||||
id: "4", name: "Sneha Desai", handle: "@sneha.d", testimonial:
|
||||
"AB Learning provided the perfect balance between rigorous preparation and emotional support. My son's confidence grew, and so did his scores!", rating: 5,
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/man-doing-some-business-deal-with-client_329181-10302.jpg",
|
||||
},
|
||||
"http://img.b2bpic.net/free-photo/man-doing-some-business-deal-with-client_329181-10302.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Aman Singh",
|
||||
handle: "@aman.singh98",
|
||||
testimonial:
|
||||
"The faculty here cares about student success beyond just grades. They mentored me through tough times and helped me score 96% in Class 10!",
|
||||
rating: 5,
|
||||
id: "5", name: "Aman Singh", handle: "@aman.singh98", testimonial:
|
||||
"The faculty here cares about student success beyond just grades. They mentored me through tough times and helped me score 96% in Class 10!", rating: 5,
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/serious-pensive-young-student-looking-directly-camera_176532-8154.jpg?_wi=2",
|
||||
},
|
||||
"http://img.b2bpic.net/free-photo/serious-pensive-young-student-looking-directly-camera_176532-8154.jpg"},
|
||||
{
|
||||
id: "6",
|
||||
name: "Meera Nair",
|
||||
handle: "@meera.parent",
|
||||
testimonial:
|
||||
"I was concerned about my daughter's performance, but AB Learning's systematic approach and expert guidance made all the difference. Highly recommended!",
|
||||
rating: 5,
|
||||
id: "6", name: "Meera Nair", handle: "@meera.parent", testimonial:
|
||||
"I was concerned about my daughter's performance, but AB Learning's systematic approach and expert guidance made all the difference. Highly recommended!", rating: 5,
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/expressive-senior-female-posing-indoor_344912-1323.jpg?_wi=2",
|
||||
},
|
||||
"http://img.b2bpic.net/free-photo/expressive-senior-female-posing-indoor_344912-1323.jpg"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -336,8 +244,7 @@ const HomePage = () => {
|
||||
logoText="AB Learning"
|
||||
columns={[
|
||||
{
|
||||
title: "Quick Links",
|
||||
items: [
|
||||
title: "Quick Links", items: [
|
||||
{ label: "Home", href: "/" },
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "Our Faculty", href: "/about" },
|
||||
@@ -345,8 +252,7 @@ const HomePage = () => {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Resources",
|
||||
items: [
|
||||
title: "Resources", items: [
|
||||
{ label: "Gallery", href: "/" },
|
||||
{ label: "Testimonials", href: "/" },
|
||||
{ label: "Mock Tests", href: "/" },
|
||||
@@ -354,19 +260,15 @@ const HomePage = () => {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact Info",
|
||||
items: [
|
||||
title: "Contact Info", items: [
|
||||
{ label: "Phone: (8249005480)", href: "tel:8249005480" },
|
||||
{ label: "Phone: (9438478942)", href: "tel:9438478942" },
|
||||
{
|
||||
label: "Mahanadi Vihar, Near Sakti Hospital, Cuttack",
|
||||
href: "#",
|
||||
},
|
||||
label: "Mahanadi Vihar, Near Sakti Hospital, Cuttack", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Follow Us",
|
||||
items: [
|
||||
title: "Follow Us", items: [
|
||||
{ label: "Facebook", href: "https://facebook.com" },
|
||||
{ label: "Instagram", href: "https://instagram.com" },
|
||||
{ label: "Twitter", href: "https://twitter.com" },
|
||||
@@ -380,7 +282,4 @@ const HomePage = () => {
|
||||
);
|
||||
};
|
||||
|
||||
export default HomePage;
|
||||
|
||||
import TeamCardTwo from "@/components/sections/team/TeamCardTwo";
|
||||
import { Users } from "lucide-react";
|
||||
export default HomePage;
|
||||
Reference in New Issue
Block a user