5 Commits

Author SHA1 Message Date
1fe37f19cc Update src/app/page.tsx 2026-03-17 07:05:53 +00:00
77e54fee9e Merge version_3 into main
Merge version_3 into main
2026-03-17 07:02:45 +00:00
03e2de62e4 Update src/app/page.tsx 2026-03-17 07:02:41 +00:00
0ff981d265 Merge version_2 into main
Merge version_2 into main
2026-03-17 06:52:22 +00:00
f63b41151f Update src/app/page.tsx 2026-03-17 06:52:18 +00:00

View File

@@ -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}