2 Commits

Author SHA1 Message Date
e51e51451b Update src/app/page.tsx 2026-03-03 12:17:23 +00:00
157e22bcae Merge version_2 into main
Merge version_2 into main
2026-03-03 12:15:19 +00:00

View File

@@ -66,7 +66,7 @@ export default function LandingPage() {
} }
]} ]}
buttons={[ buttons={[
{ text: "Get Free Consultation", href: "contact" }, { text: "Repair My Credit Now", href: "contact" },
{ text: "Learn More", href: "services" } { text: "Learn More", href: "services" }
]} ]}
buttonAnimation="slide-up" buttonAnimation="slide-up"
@@ -247,7 +247,7 @@ export default function LandingPage() {
imageAlt="Financial success" imageAlt="Financial success"
mediaAnimation="slide-up" mediaAnimation="slide-up"
mediaPosition="right" mediaPosition="right"
inputPlaceholder="your@email.com" inputPlaceholder="Enter your email"
buttonText="Get Free Consultation" buttonText="Get Free Consultation"
termsText="We respect your privacy. Your consultation request will be handled securely." termsText="We respect your privacy. Your consultation request will be handled securely."
/> />