Update src/app/page.tsx

This commit is contained in:
2026-03-03 11:46:19 +00:00
parent a519eb0230
commit aca869b7b6

View File

@@ -76,19 +76,19 @@ export default function LandingPage() {
<ProductCardFour
products={[
{
id: "medicine", name: "Medicine (NEET)", price: "Expert Guidance", variant: "MBBS & BDS Admissions", imageSrc: "/placeholders/placeholder1.webp", imageAlt: "Medicine course"
id: "medicine", name: "Medicine (NEET)", price: "Expert Guidance", variant: "MBBS & BDS Admissions", imageSrc: "/placeholders/placeholder1.webp?_wi=1", imageAlt: "Medicine course"
},
{
id: "engineering", name: "Engineering (JEE)", price: "Expert Guidance", variant: "B.Tech & B.E Admissions", imageSrc: "/placeholders/placeholder1.webp", imageAlt: "Engineering course"
id: "engineering", name: "Engineering (JEE)", price: "Expert Guidance", variant: "B.Tech & B.E Admissions", imageSrc: "/placeholders/placeholder1.webp?_wi=2", imageAlt: "Engineering course"
},
{
id: "agriculture", name: "Agriculture", price: "Expert Guidance", variant: "B.Sc Agriculture Admissions", imageSrc: "/placeholders/placeholder1.webp", imageAlt: "Agriculture course"
id: "agriculture", name: "Agriculture", price: "Expert Guidance", variant: "B.Sc Agriculture Admissions", imageSrc: "/placeholders/placeholder1.webp?_wi=3", imageAlt: "Agriculture course"
},
{
id: "pharmacy", name: "Pharmacy", price: "Expert Guidance", variant: "B.Pharm & D.Pharm Admissions", imageSrc: "/placeholders/placeholder1.webp", imageAlt: "Pharmacy course"
id: "pharmacy", name: "Pharmacy", price: "Expert Guidance", variant: "B.Pharm & D.Pharm Admissions", imageSrc: "/placeholders/placeholder1.webp?_wi=4", imageAlt: "Pharmacy course"
},
{
id: "management", name: "Management (CAT/MAT)", price: "Expert Guidance", variant: "MBA & PGDM Admissions", imageSrc: "/placeholders/placeholder1.webp", imageAlt: "Management course"
id: "management", name: "Management (CAT/MAT)", price: "Expert Guidance", variant: "MBA & PGDM Admissions", imageSrc: "/placeholders/placeholder1.webp?_wi=5", imageAlt: "Management course"
}
]}
title="Professional Courses We Specialize In"
@@ -127,27 +127,27 @@ export default function LandingPage() {
testimonials={[
{
id: "1", name: "Aisha Patel", handle: "NEET 2024 Qualified", testimonial: "The guidance from EduGuidance was instrumental in my NEET preparation. Their personalized strategy helped me secure admission in a top medical college.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-woman-library_23-2149204737.jpg", imageAlt: "Aisha Patel"
imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-woman-library_23-2149204737.jpg?_wi=1", imageAlt: "Aisha Patel"
},
{
id: "2", name: "Rohan Sharma", handle: "IIT Delhi Student", testimonial: "Excellent counselling service! They helped me understand the engineering entrance process completely and guided me to my dream IIT.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-woman-library_23-2149204737.jpg", imageAlt: "Rohan Sharma"
imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-woman-library_23-2149204737.jpg?_wi=2", imageAlt: "Rohan Sharma"
},
{
id: "3", name: "Priya Verma", handle: "MBA Admission 2024", testimonial: "Their expertise in MBA admissions is unmatched. The team provided comprehensive guidance on entrance exams and college selection.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-woman-library_23-2149204737.jpg", imageAlt: "Priya Verma"
imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-woman-library_23-2149204737.jpg?_wi=3", imageAlt: "Priya Verma"
},
{
id: "4", name: "Vikram Singh", handle: "Agriculture Graduate", testimonial: "Got placed in my preferred agriculture college thanks to their detailed guidance on eligibility and application process.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-woman-library_23-2149204737.jpg", imageAlt: "Vikram Singh"
imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-woman-library_23-2149204737.jpg?_wi=4", imageAlt: "Vikram Singh"
},
{
id: "5", name: "Neha Gupta", handle: "Pharmacy Student", testimonial: "The counsellors were very supportive and answered all my questions about pharmacy admissions. Highly recommended!", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-woman-library_23-2149204737.jpg", imageAlt: "Neha Gupta"
imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-woman-library_23-2149204737.jpg?_wi=5", imageAlt: "Neha Gupta"
},
{
id: "6", name: "Arjun Kapoor", handle: "Engineering Aspirant", testimonial: "Best decision to take their guidance. They made the entire admission journey smooth and stress-free. 10/10!", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-woman-library_23-2149204737.jpg", imageAlt: "Arjun Kapoor"
imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-woman-library_23-2149204737.jpg?_wi=6", imageAlt: "Arjun Kapoor"
}
]}
showRating={true}
@@ -195,7 +195,7 @@ export default function LandingPage() {
description="Take the first step towards your dream college. Connect with our expert counsellors now and get personalized guidance tailored to your profile and aspirations."
background={{ variant: "sparkles-gradient" }}
useInvertedBackground={false}
imageSrc="/placeholders/placeholder1.webp"
imageSrc="/placeholders/placeholder1.webp?_wi=6"
mediaAnimation="slide-up"
mediaPosition="right"
inputPlaceholder="Enter your email"