Merge version_2 into main #2

Merged
bender merged 2 commits from version_2 into main 2026-03-22 10:14:30 +00:00
2 changed files with 2 additions and 2 deletions

View File

@@ -42,7 +42,6 @@ export default function InquiryPage() {
<HeroOverlay
title="Website Inquiry Form"
description="Tell us about your project. Share your website details and requirements so we can provide you with the best solution for your business."
background={{ variant: "plain" }}
buttons={[{ text: "Back to Home", href: "/" }]}
buttonAnimation="slide-up"
ariaLabel="Inquiry page hero section"
@@ -56,6 +55,7 @@ export default function InquiryPage() {
description="Please provide your email address and project details. Our team will review your requirements and get back to you with a customized proposal."
background={{ variant: "plain" }}
useInvertedBackground={false}
mediaAnimation="blur-reveal"
inputPlaceholder="Enter your email address"
buttonText="Submit Inquiry"
termsText="By submitting this form, you agree to our Terms and Conditions. We will use your information to provide you with a tailored website solution."

View File

@@ -42,7 +42,6 @@ export default function PaymentPage() {
<HeroOverlay
title="Secure Payment Processing"
description="Complete your purchase safely and securely. We accept all major payment methods for your convenience."
background={{ variant: "plain" }}
buttons={[{ text: "Back to Home", href: "/" }]}
buttonAnimation="slide-up"
ariaLabel="Payment page hero section"
@@ -56,6 +55,7 @@ export default function PaymentPage() {
description="Enter your payment details below. All transactions are encrypted and secure."
background={{ variant: "plain" }}
useInvertedBackground={false}
mediaAnimation="blur-reveal"
inputPlaceholder="Enter your email address"
buttonText="Process Payment"
termsText="By completing this payment, you agree to our Terms and Conditions and Payment Policy."