Update src/app/about/page.tsx

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

View File

@@ -22,15 +22,15 @@ export default function AboutPage() {
{
items: [
{ label: "Home", href: "/" },
{ label: "Services", href: "/#services" },
{ label: "Services", href: "/services" },
{ label: "Portfolio", href: "/portfolio" },
{ label: "About", href: "/about" },
],
},
{
items: [
{ label: "Contact", href: "#contact-cta" },
{ label: "Email: info@raymsent.com", href: "mailto:info@raymsent.com" },
{ label: "Contact", href: "/contact" },
{ label: "Email: raymsentertainmentstudio@gmail.com", href: "mailto:raymsentertainmentstudio@gmail.com" },
{ label: "Phone: 0802 213 5257", href: "tel:08022135257" },
{ label: "Asaba, Delta State, Nigeria", href: "#" },
],
@@ -71,9 +71,7 @@ export default function AboutPage() {
navItems={navItems}
brandName="RAYMS STUDIOS"
button={{
text: "Book a Consultation",
href: "#contact-cta",
}}
text: "Book a Consultation", href: "/contact"}}
/>
</div>
@@ -86,29 +84,21 @@ export default function AboutPage() {
tagAnimation="slide-up"
buttons={[
{ text: "View Our Portfolio", href: "/portfolio" },
{ text: "Work With Us", href: "#contact-cta" },
{ text: "Work With Us", href: "/contact" },
]}
buttonAnimation="slide-up"
bulletPoints={[
{
title: "Founded on Excellence",
description: "Established with a mission to deliver world-class film production services, combining international standards with local creative talent.",
icon: Award,
title: "Founded on Excellence", description: "Established with a mission to deliver world-class film production services, combining international standards with local creative talent.", icon: Award,
},
{
title: "Creative Innovation",
description: "Constantly pushing boundaries of storytelling and cinematography, staying ahead of industry trends while maintaining timeless artistic principles.",
icon: Sparkles,
title: "Creative Innovation", description: "Constantly pushing boundaries of storytelling and cinematography, staying ahead of industry trends while maintaining timeless artistic principles.", icon: Sparkles,
},
{
title: "Technical Leadership",
description: "Investment in cutting-edge equipment and continuous staff training ensures we deliver productions at the highest technical standards.",
icon: Zap,
title: "Technical Leadership", description: "Investment in cutting-edge equipment and continuous staff training ensures we deliver productions at the highest technical standards.", icon: Zap,
},
{
title: "Client Partnership",
description: "We believe in collaborative filmmaking. Your vision guides our creative process, resulting in productions that truly reflect your brand identity.",
icon: CheckCircle,
title: "Client Partnership", description: "We believe in collaborative filmmaking. Your vision guides our creative process, resulting in productions that truly reflect your brand identity.", icon: CheckCircle,
},
]}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BBPgNchmgCzLY6pwTFusRCw4G6/a-modern-film-production-studio-interior-1773959704816-f390f535.png?_wi=3"
@@ -129,39 +119,23 @@ export default function AboutPage() {
tagIcon={Clapperboard}
tagAnimation="slide-up"
buttons={[
{ text: "Learn More", href: "#" },
{ text: "Start Your Project", href: "#contact-cta" },
{ text: "Learn More", href: "/services" },
{ text: "Start Your Project", href: "/contact" },
]}
buttonAnimation="slide-up"
features={[
{
id: "pre-production",
title: "Pre-Production",
tags: ["Concept Development", "Storyboarding", "Location Scouting"],
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BBPgNchmgCzLY6pwTFusRCw4G6/a-professional-film-production-shoot-in--1773959706476-df9d1f0d.png?_wi=4",
imageAlt: "Pre-production planning and storyboarding",
},
id: "pre-production", title: "Pre-Production", tags: ["Concept Development", "Storyboarding", "Location Scouting"],
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BBPgNchmgCzLY6pwTFusRCw4G6/a-professional-film-production-shoot-in--1773959706476-df9d1f0d.png?_wi=4", imageAlt: "Pre-production planning and storyboarding"},
{
id: "principal-photography",
title: "Principal Photography",
tags: ["Multi-Camera Work", "Lighting Design", "Sound Recording"],
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BBPgNchmgCzLY6pwTFusRCw4G6/a-cinematic-film-production-scene-with-p-1773959704944-352b3534.png?_wi=2",
imageAlt: "Professional cinematography and principal photography",
},
id: "principal-photography", title: "Principal Photography", tags: ["Multi-Camera Work", "Lighting Design", "Sound Recording"],
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BBPgNchmgCzLY6pwTFusRCw4G6/a-cinematic-film-production-scene-with-p-1773959704944-352b3534.png?_wi=2", imageAlt: "Professional cinematography and principal photography"},
{
id: "post-production",
title: "Post-Production",
tags: ["Editing", "Color Grading", "VFX & Motion Graphics"],
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BBPgNchmgCzLY6pwTFusRCw4G6/a-post-production-editing-suite-with-pro-1773959704689-b8c5264c.png?_wi=3",
imageAlt: "Post-production editing and color grading suite",
},
id: "post-production", title: "Post-Production", tags: ["Editing", "Color Grading", "VFX & Motion Graphics"],
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BBPgNchmgCzLY6pwTFusRCw4G6/a-post-production-editing-suite-with-pro-1773959704689-b8c5264c.png?_wi=3", imageAlt: "Post-production editing and color grading suite"},
{
id: "sound-design",
title: "Sound Design & Mix",
tags: ["Audio Production", "Music Composition", "Sound Effects"],
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BBPgNchmgCzLY6pwTFusRCw4G6/a-professional-video-editing-and-post-pr-1773959704845-ede4de90.png?_wi=3",
imageAlt: "Sound design and audio production facility",
},
id: "sound-design", title: "Sound Design & Mix", tags: ["Audio Production", "Music Composition", "Sound Effects"],
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BBPgNchmgCzLY6pwTFusRCw4G6/a-professional-video-editing-and-post-pr-1773959704845-ede4de90.png?_wi=3", imageAlt: "Sound design and audio production facility"},
]}
animationType="slide-up"
textboxLayout="default"
@@ -178,7 +152,7 @@ export default function AboutPage() {
title="Let's Bring Your Vision to Life"
description="Schedule a consultation with our team to discuss your project vision, timeline, and production requirements. We're excited to collaborate on your next creative endeavor."
buttons={[
{ text: "Book Consultation", href: "#contact-cta" },
{ text: "Book Consultation", href: "/contact" },
{ text: "Call: 0802 213 5257", href: "tel:08022135257" },
]}
buttonAnimation="slide-up"