Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 1fe37f19cc | |||
| 77e54fee9e | |||
| 03e2de62e4 | |||
| 0ff981d265 | |||
| f63b41151f |
@@ -109,7 +109,10 @@ export default function LandingPage() {
|
||||
]}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
buttons={[{ text: "Explore Services", href: "#contact" }]}
|
||||
buttons={[
|
||||
{ text: "Schedule Consultation", href: "#contact" },
|
||||
{ text: "Explore Services", href: "#contact" }
|
||||
]}
|
||||
buttonAnimation="blur-reveal"
|
||||
/>
|
||||
</div>
|
||||
@@ -211,7 +214,7 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactFaq
|
||||
ctaTitle="Book Your Custom Outfit Today"
|
||||
ctaDescription="Schedule a consultation with our design team. We'll help you create the perfect look for your special occasion."
|
||||
ctaDescription="Answers to your design & fitting questions—book with confidence. Schedule a consultation with our design team. We'll help you create the perfect look for your special occasion."
|
||||
ctaButton={{ text: "Get a Callback", href: "#form" }}
|
||||
ctaIcon={Calendar}
|
||||
useInvertedBackground={true}
|
||||
|
||||
Reference in New Issue
Block a user