Compare commits
9 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 7adf59e9a8 | |||
| 68b3c089a6 | |||
| 2d6a569c67 | |||
| a79700cd30 | |||
| bd6b7cfa3b | |||
| 5f0a259c93 | |||
| 49a98825d4 | |||
| 8ffab20256 | |||
| e856febffa |
1421
src/app/layout.tsx
1421
src/app/layout.tsx
File diff suppressed because it is too large
Load Diff
@@ -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>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user