diff --git a/src/app/page.tsx b/src/app/page.tsx index 9d98322..7e37979 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -7,8 +7,11 @@ import MetricCardThree from '@/components/sections/metrics/MetricCardThree'; import FeatureCardTwentyFive from '@/components/sections/feature/FeatureCardTwentyFive'; import SplitAbout from '@/components/sections/about/SplitAbout'; import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; +import ContactFaq from '@/components/sections/contact/ContactFaq'; +import FaqDouble from '@/components/sections/faq/FaqDouble'; +import FooterMedia from '@/components/sections/footer/FooterMedia'; import Link from "next/link"; -import { Users, TrendingUp, Building2, Zap, Award, Smile, BookMarked, BookCheck, GraduationCap, Monitor, Beaker, Cpu, Library, Activity, Shield, Languages, Lightbulb, CheckCircle, Heart, Star, Phone, Sparkles } from "lucide-react"; +import { Users, TrendingUp, Building2, Zap, Award, Smile, BookMarked, BookCheck, GraduationCap, Monitor, Beaker, Cpu, Library, Activity, Shield, Languages, Lightbulb, CheckCircle, Heart, Star, Phone, Sparkles, HelpCircle } from "lucide-react"; export default function HomePage() { const navItems = [ @@ -34,7 +37,7 @@ export default function HomePage() { borderRadius="rounded" contentWidth="mediumSmall" sizing="large" - background="circleGradient" + background="aurora" cardStyle="inset" primaryButtonStyle="diagonal-gradient" secondaryButtonStyle="layered" @@ -50,7 +53,7 @@ export default function HomePage() {
@@ -247,53 +203,17 @@ export default function HomePage() { tagAnimation="slide-up" testimonials={[ { - id: "1", - name: "Rajesh Kumar", - role: "Parent", - testimonial: "Very good institute with hardworking teachers. My child has shown remarkable improvement in academics and confidence since joining Angels' Academy.", - imageSrc: "http://img.b2bpic.net/free-photo/man-portrait-posing-loft-modern-space_158595-5367.jpg?_wi=1", - imageAlt: "Rajesh Kumar", - }, + id: "1", name: "Rajesh Kumar", role: "Parent", testimonial: "Very good institute with hardworking teachers. My child has shown remarkable improvement in academics and confidence since joining Angels' Academy.", imageSrc: "http://img.b2bpic.net/free-photo/man-portrait-posing-loft-modern-space_158595-5367.jpg", imageAlt: "Rajesh Kumar"}, { - id: "2", - name: "Priya Sharma", - role: "Parent", - testimonial: "Good school nearby with excellent facilities. The 20:1 ratio ensures my child gets personal attention. Highly recommended for Jhotwara families.", - imageSrc: "http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg?_wi=1", - imageAlt: "Priya Sharma", - }, + id: "2", name: "Priya Sharma", role: "Parent", testimonial: "Good school nearby with excellent facilities. The 20:1 ratio ensures my child gets personal attention. Highly recommended for Jhotwara families.", imageSrc: "http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg", imageAlt: "Priya Sharma"}, { - id: "3", - name: "Amit Patel", - role: "Parent", - testimonial: "The facilities are impressive and the teaching quality is outstanding. My son's board results exceeded expectations thanks to the focused coaching.", - imageSrc: "http://img.b2bpic.net/free-photo/man-portrait-posing-loft-modern-space_158595-5367.jpg?_wi=2", - imageAlt: "Amit Patel", - }, + id: "3", name: "Amit Patel", role: "Parent", testimonial: "The facilities are impressive and the teaching quality is outstanding. My son's board results exceeded expectations thanks to the focused coaching.", imageSrc: "http://img.b2bpic.net/free-photo/man-portrait-posing-loft-modern-space_158595-5367.jpg", imageAlt: "Amit Patel"}, { - id: "4", - name: "Sneha Verma", - role: "Parent", - testimonial: "Angels' Academy offers the perfect balance of academics and activities. The safe campus and caring teachers give us complete peace of mind.", - imageSrc: "http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg?_wi=2", - imageAlt: "Sneha Verma", - }, + id: "4", name: "Sneha Verma", role: "Parent", testimonial: "Angels' Academy offers the perfect balance of academics and activities. The safe campus and caring teachers give us complete peace of mind.", imageSrc: "http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg", imageAlt: "Sneha Verma"}, { - id: "5", - name: "Vikram Singh", - role: "Parent", - testimonial: "Consistent 96.3% board results speak volumes about the quality of education. Our daughter is confident and well-prepared for her future.", - imageSrc: "http://img.b2bpic.net/free-photo/man-portrait-posing-loft-modern-space_158595-5367.jpg?_wi=3", - imageAlt: "Vikram Singh", - }, + id: "5", name: "Vikram Singh", role: "Parent", testimonial: "Consistent 96.3% board results speak volumes about the quality of education. Our daughter is confident and well-prepared for her future.", imageSrc: "http://img.b2bpic.net/free-photo/man-portrait-posing-loft-modern-space_158595-5367.jpg", imageAlt: "Vikram Singh"}, { - id: "6", - name: "Neha Gupta", - role: "Parent", - testimonial: "The commitment to discipline and improvement shown by the staff is commendable. Angels' Academy truly cares about each child's development.", - imageSrc: "http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg?_wi=3", - imageAlt: "Neha Gupta", - }, + id: "6", name: "Neha Gupta", role: "Parent", testimonial: "The commitment to discipline and improvement shown by the staff is commendable. Angels' Academy truly cares about each child's development.", imageSrc: "http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg", imageAlt: "Neha Gupta"}, ]} textboxLayout="default" useInvertedBackground={false} @@ -303,105 +223,99 @@ export default function HomePage() { />
+
+ +
+ +
+ +
+ );