Update src/app/contact/page.tsx
This commit is contained in:
@@ -64,6 +64,7 @@ export default function ContactPage() {
|
||||
imageAlt="A modern, inviting coffee shop interior"
|
||||
mediaPosition="right"
|
||||
useInvertedBackground={false}
|
||||
mediaAnimation="slide-up"
|
||||
className="py-16 md:py-24 lg:py-32"
|
||||
formCardClassName="p-6 md:p-8 rounded-lg shadow-lg"
|
||||
titleClassName="text-3xl font-semibold"
|
||||
@@ -85,6 +86,7 @@ export default function ContactPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
faqsAnimation="slide-up"
|
||||
mediaAnimation="slide-up"
|
||||
className="py-16 md:py-24 lg:py-32"
|
||||
containerClassName="max-w-7xl mx-auto"
|
||||
/>
|
||||
@@ -101,6 +103,7 @@ export default function ContactPage() {
|
||||
imagePosition="right"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
mediaAnimation="slide-up"
|
||||
className="py-16 md:py-24 lg:py-32"
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user