From b87a84457b23cb57e5d842df86d4356edcf80f29 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 19 Mar 2026 22:54:15 +0000 Subject: [PATCH] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 17 +++++------------ 1 file changed, 5 insertions(+), 12 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 2db2363..884daf5 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -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"}} /> @@ -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" />