Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-06-08 16:17:02 +00:00

View File

@@ -58,10 +58,9 @@ export default function HomePage() {
{ imageSrc: "http://img.b2bpic.net/free-photo/3d-render-abstract-background-plexus-design-with-shallow-depth-field_1048-14031.jpg", imageAlt: "Abstract data flow symbolizing career insights" },
{ imageSrc: "http://img.b2bpic.net/free-photo/person-with-books-digital-art-style-education-day_23-2151164365.jpg", imageAlt: "Digital career roadmap" },
{ imageSrc: "http://img.b2bpic.net/free-photo/happy-strong-business-team-doing-high-five-office_1262-20241.jpg", imageAlt: "Students looking towards future opportunities" },
{ imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-notebook-yellow-background_23-2149382392.jpg", imageAlt: "Infographic of career growth" },
{ imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-notebook-yellow-background_23-2149382392.jpg", imageAlt: "Infographic of career growth" }
]}
mediaAnimation="opacity"
useInvertedBackground={false}
/>
</div>
@@ -78,6 +77,7 @@ export default function HomePage() {
gridVariant="uniform-all-items-equal"
animationType="slide-up"
useInvertedBackground={false}
textboxLayout="default"
/>
</div>
@@ -100,7 +100,7 @@ export default function HomePage() {
{ icon: BookOpen, title: "Arts & Humanities", description: "Express creativity and explore human culture, history, and thought." },
{ icon: BarChart3, title: "Sports", description: "Excel in athletics, coaching, or sports management and science." },
{ icon: Handshake, title: "Skilled Trades", description: "Master practical skills in fields like carpentry, plumbing, and electrical work." },
{ icon: Lightbulb, title: "Entrepreneurship", description: "Innovate and build your own ventures, creating value and opportunities." },
{ icon: Lightbulb, title: "Entrepreneurship", description: "Innovate and build your own ventures, creating value and opportunities." }
]}
animationType="slide-up"
textboxLayout="default"
@@ -117,11 +117,12 @@ export default function HomePage() {
{ id: "2", name: "Rahul Verma", role: "Data Science Trainee", company: "Infosys", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/working-businessman_1098-21010.jpg", imageAlt: "Rahul Verma" },
{ id: "3", name: "Ananya Singh", role: "Management Consultant", company: "Deloitte", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/closeup-beautiful-strict-woman-glasses_1262-1732.jpg", imageAlt: "Ananya Singh" },
{ id: "4", name: "Vijay Kumar", role: "Civil Services Aspirant", company: "UPSC", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-caucasian-content-teacher-with-folded-hands_74855-10318.jpg", imageAlt: "Vijay Kumar" },
{ id: "5", name: "Shruti Gupta", role: "Design Student", company: "NID Ahmedabad", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/cheerful-female-intern-ready-work_1262-5997.jpg", imageAlt: "Shruti Gupta" },
{ id: "5", name: "Shruti Gupta", role: "Design Student", company: "NID Ahmedabad", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/cheerful-female-intern-ready-work_1262-5997.jpg", imageAlt: "Shruti Gupta" }
]}
gridVariant="uniform-all-items-equal"
animationType="slide-up"
useInvertedBackground={false}
textboxLayout="default"
/>
</div>
@@ -140,7 +141,6 @@ export default function HomePage() {
logoText="CareerMap India"
leftLink={{ text: "Privacy Policy", href: "#" }}
rightLink={{ text: "Terms of Service", href: "#" }}
useInvertedBackground={false}
/>
</div>
</ThemeProvider>