8 Commits

Author SHA1 Message Date
68b3c089a6 Update src/app/page.tsx 2026-03-09 13:11:05 +00:00
2d6a569c67 Update src/app/layout.tsx 2026-03-09 13:11:04 +00:00
a79700cd30 Merge version_2 into main
Merge version_2 into main
2026-03-09 13:09:26 +00:00
bd6b7cfa3b Update src/app/page.tsx 2026-03-09 13:09:22 +00:00
5f0a259c93 Update src/app/layout.tsx 2026-03-09 13:09:22 +00:00
49a98825d4 Merge version_1 into main
Merge version_1 into main
2026-03-09 13:08:15 +00:00
8ffab20256 Merge version_1 into main
Merge version_1 into main
2026-03-09 13:07:24 +00:00
e856febffa Merge version_1 into main
Merge version_1 into main
2026-03-09 13:06:26 +00:00
2 changed files with 17 additions and 1412 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -66,8 +66,8 @@ export default function LandingPage() {
title="Passionate Developer Building Tomorrow"
description="I'm a dedicated frontend developer pursuing a Bachelor of Computer Applications at Yeldo Mar Baselios College, Ernakulam. With strong proficiency in the MERN stack and a comprehensive understanding of modern web technologies, I'm committed to creating responsive, user-centric web applications that solve real-world problems."
buttons={[
{ text: "Download Resume", href: "#" },
{ text: "Connect on LinkedIn", href: "https://www.linkedin.com/in/ahiyams22" }
{ text: "Download Resume & Connect", href: "#" },
{ text: "View My Portfolio", href: "https://www.linkedin.com/in/ahiyams22" }
]}
buttonAnimation="slide-up"
bulletPoints={[
@@ -190,7 +190,7 @@ export default function LandingPage() {
<div id="contact" data-section="contact">
<ContactText
text="Ready to collaborate on your next project? Let's build something amazing together. Get in touch and let's discuss how I can contribute to your vision."
text="Let's bring your next project to life—reach out today and let's start building together"
animationType="entrance-slide"
buttons={[
{ text: "Email Me", href: "mailto:ahiyaakash18@gmail.com" },
@@ -235,4 +235,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}