Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 489458af5f | |||
| 06bfaa9c4d | |||
| af1edc55e0 | |||
| c081775a1c |
@@ -46,7 +46,7 @@ export default function LandingPage() {
|
|||||||
logoText="BelTeez Studio"
|
logoText="BelTeez Studio"
|
||||||
description="We Build Digital Experiences & Intelligent Agents. Premium websites and AI automation for businesses that want to scale."
|
description="We Build Digital Experiences & Intelligent Agents. Premium websites and AI automation for businesses that want to scale."
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "Start a Project", href: "#contact" },
|
{ text: "Get Your Free Strategy Call", href: "#contact" },
|
||||||
{ text: "View Our Work", href: "#projects" }
|
{ text: "View Our Work", href: "#projects" }
|
||||||
]}
|
]}
|
||||||
buttonAnimation="slide-up"
|
buttonAnimation="slide-up"
|
||||||
@@ -209,10 +209,10 @@ export default function LandingPage() {
|
|||||||
|
|
||||||
<div id="contact" data-section="contact">
|
<div id="contact" data-section="contact">
|
||||||
<ContactText
|
<ContactText
|
||||||
text="Ready to Build Something Extraordinary? Let's create digital experiences and intelligent agents that work for your business."
|
text="Ready to Build Something Extraordinary? Limited spots available for new projects. Let's create digital experiences and intelligent agents that work for your business."
|
||||||
animationType="entrance-slide"
|
animationType="entrance-slide"
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "Start Your Project", href: "#" },
|
{ text: "Get Started Today", href: "#" },
|
||||||
{ text: "Schedule a Call", href: "#" }
|
{ text: "Schedule a Call", href: "#" }
|
||||||
]}
|
]}
|
||||||
background={{ variant: "radial-gradient" }}
|
background={{ variant: "radial-gradient" }}
|
||||||
|
|||||||
Reference in New Issue
Block a user