Update src/app/contact/page.tsx

This commit is contained in:
2026-03-19 22:54:15 +00:00
parent 8f28099abb
commit b87a84457b

View File

@@ -28,7 +28,7 @@ export default function ContactPage() {
{
items: [
{ label: "Contact", href: "/contact" },
{ label: "Email: info@raymsent.com", href: "mailto:info@raymsent.com" },
{ label: "Email: raymsentertainmentstudio@gmail.com", href: "mailto:raymsentertainmentstudio@gmail.com" },
{ label: "Phone: 0802 213 5257", href: "tel:08022135257" },
{ label: "Asaba, Delta State, Nigeria", href: "#" },
],
@@ -69,9 +69,7 @@ export default function ContactPage() {
brandName="RAYMS STUDIOS"
navItems={navItems}
button={{
text: "Book a Consultation",
href: "/contact",
}}
text: "Book a Consultation", href: "/contact"}}
/>
</div>
@@ -84,18 +82,13 @@ export default function ContactPage() {
description="Transform your creative vision into reality. Contact RAYMS Entertainment Studios to discuss your project, timeline, and production needs. Our team is ready to bring your story to life."
buttons={[
{
text: "Book Consultation",
href: "/contact",
},
text: "Book Consultation", href: "/contact"},
{
text: "Call: 0802 213 5257",
href: "tel:08022135257",
},
text: "Call: 0802 213 5257", href: "tel:08022135257"},
]}
buttonAnimation="slide-up"
background={{
variant: "rotated-rays-static",
}}
variant: "rotated-rays-static"}}
useInvertedBackground={true}
ariaLabel="Contact call-to-action section for RAYMS Entertainment Studios"
/>