Merge version_3 into main #5

Merged
bender merged 2 commits from version_3 into main 2026-03-09 13:11:09 +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>
);
}
}