Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 7d21f6b219 | |||
| 1d3e5ce2da |
@@ -247,7 +247,7 @@ export default function LandingPage() {
|
||||
description="Let's discuss your customer acquisition goals and build a strategy that brings you results. Whether you need a website, ads, creative, or a complete system, we're ready to help."
|
||||
buttons={[
|
||||
{ text: "Request Your Free Demo Website", href: "contact" },
|
||||
{ text: "Schedule a Call", href: "contact" }
|
||||
{ text: "Schedule a Call", href: "/contact" }
|
||||
]}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
useInvertedBackground={false}
|
||||
@@ -263,4 +263,4 @@ export default function LandingPage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user