3 Commits

Author SHA1 Message Date
f9ba93eccb Merge version_3 into main
Merge version_3 into main
2026-03-12 17:09:59 +00:00
cf447df646 Update src/app/page.tsx 2026-03-12 17:09:55 +00:00
0874bbc0ce Merge version_2 into main
Merge version_2 into main
2026-03-12 15:53:48 +00:00

View File

@@ -231,7 +231,7 @@ export default function LandingPage() {
<ContactSplit
tag="Get In Touch"
title="Let's Create Something Amazing Together"
description="Ready to start your next project? I'm always interested in hearing about new opportunities and collaborations. Reach out and let's discuss how I can help bring your ideas to life."
description="Ready to start your next project? I'm always interested in hearing about new opportunities and collaborations. Reach out and let's discuss how I can help bring your ideas to life. I'll send you a detailed proposal within 24 hours of receiving your message."
tagIcon={Mail}
tagAnimation="slide-up"
background={{ variant: "sparkles-gradient" }}
@@ -281,4 +281,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}