1{
2 "profile": {
3 "title": "CS Student & Tech Enthusiast 👨💻",
4 "tagline": "Building useful stuff with code, one project at a time",
5 "education": {
6 "degree": "BE in Computer Science and Engineering",
7 "institution": "CCET, Panjab University",
8 "expected_graduation": "June 2025",
9 "current_cgpa": 8.23
10 },
11 "key_attributes": [
12 "Love building apps that solve real problems 📱",
13 "Always up for a good hackathon challenge 💡",
14 "Published researcher in computer networks 📝",
15 "Enjoy learning new programming languages and tools 🛠️"
16 ],
17 "technical_skills": [
18 "Web Development (React, Next.js)",
19 "Mobile App Development",
20 "AI/ML (Growing)",
21 "Data Structures & Algorithms",
22 "Database Design & Management",
23 "Cloud (AWS, Firebase, Appwrite)"
24 ],
25 "soft_skills": [
26 "Quick learner",
27 "Team player",
28 "Technical communication",
29 "Open to feedback",
30 "Problem solver"
31 ],
32 "goals": [
33 "Build impactful software solutions",
34 "Deepen expertise in AI and ML",
35 "Create user-centered applications",
36 "Continuous growth as a developer"
37 ],
38 "aspirations": "Creating technology that solves real-world problems 🎯"
39 }
40}
function LandingPage() {
return (
<BasePage className="" active="_hello">
<div className="flex items-center justify-around">
....
</div>
</BasePage>
);
}
1{
2 "profile": {
3 "title": "CS Student & Tech Enthusiast 👨💻",
4 "tagline": "Building useful stuff with code, one project at a time",
5 "education": {
6 "degree": "BE in Computer Science and Engineering",
7 "institution": "CCET, Panjab University",
8 "expected_graduation": "June 2025",
9 "current_cgpa": 8.23
10 },
11 "key_attributes": [
12 "Love building apps that solve real problems 📱",
13 "Always up for a good hackathon challenge 💡",
14 "Published researcher in computer networks 📝",
15 "Enjoy learning new programming languages and tools 🛠️"
16 ],
17 "technical_skills": [
18 "Web Development (React, Next.js)",
19 "Mobile App Development",
20 "AI/ML (Growing)",
21 "Data Structures & Algorithms",
22 "Database Design & Management",
23 "Cloud (AWS, Firebase, Appwrite)"
24 ],
25 "soft_skills": [
26 "Quick learner",
27 "Team player",
28 "Technical communication",
29 "Open to feedback",
30 "Problem solver"
31 ],
32 "goals": [
33 "Build impactful software solutions",
34 "Deepen expertise in AI and ML",
35 "Create user-centered applications",
36 "Continuous growth as a developer"
37 ],
38 "aspirations": "Creating technology that solves real-world problems 🎯"
39 }
40}
function LandingPage() {
return (
<BasePage className="" active="_hello">
<div className="flex items-center justify-around">
....
</div>
</BasePage>
);
}