3 Commits

Author SHA1 Message Date
7dc50d020d Update src/app/page.tsx 2026-03-14 19:24:30 +00:00
b1af27ec6c Switch to version 1: modified src/app/page.tsx 2026-03-14 19:23:40 +00:00
ff35891074 Merge version_2 into main
Merge version_2 into main
2026-03-14 19:22:42 +00:00

View File

@@ -78,7 +78,7 @@ export default function HomePage() {
tagAnimation="slide-up"
buttons={[
{
text: "View My Work", href: "/portfolio"
text: "Explore My Portfolio", href: "/portfolio"
},
{
text: "Contact Me", href: "/contact"
@@ -259,14 +259,14 @@ export default function HomePage() {
<div id="contact-cta" data-section="contact-cta" className="py-20 md:py-32">
<ContactText
text="Let's discuss your vision and bring your ideas to life. Ready to create something amazing together?"
text="Ready to bring your ideas to life? Let's create something amazing together."
animationType="entrance-slide"
buttons={[
{
text: "Schedule a Call", href: "/contact"
text: "Start Your Project", href: "/contact"
},
{
text: "Start Your Project", href: "/contact"
text: "Learn More", href: "/about"
}
]}
background={{