Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 7dc50d020d | |||
| b1af27ec6c | |||
| ff35891074 |
@@ -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={{
|
||||
|
||||
Reference in New Issue
Block a user