3 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
2 changed files with 3 additions and 3 deletions

View File

@@ -1392,4 +1392,4 @@ export default function RootLayout({
</body>
</html>
);
}
}

View File

@@ -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>
);
}
}