Update src/app/about/page.tsx

This commit is contained in:
2026-03-03 09:12:22 +00:00
parent 1f56ac215b
commit 27a56fa1bb

View File

@@ -16,9 +16,7 @@ const navItems = [
]; ];
const navButton = { const navButton = {
text: "Check Availability", text: "Check Availability", href: "/contact"};
href: "/contact",
};
export default function AboutPage() { export default function AboutPage() {
return ( return (
@@ -28,7 +26,7 @@ export default function AboutPage() {
borderRadius="pill" borderRadius="pill"
contentWidth="medium" contentWidth="medium"
sizing="medium" sizing="medium"
background="blurBottom" background="circleGradient"
cardStyle="gradient-mesh" cardStyle="gradient-mesh"
primaryButtonStyle="shadow" primaryButtonStyle="shadow"
secondaryButtonStyle="layered" secondaryButtonStyle="layered"
@@ -58,39 +56,27 @@ export default function AboutPage() {
features={[ features={[
{ {
id: 1, id: 1,
title: "Emotion-Driven Storytelling", title: "Emotion-Driven Storytelling", description:
description: "We focus on capturing the real emotions and connections that make your wedding day special. Every frame is crafted to evoke feeling and preserve memories that will last a lifetime.", phoneOne: {
"We focus on capturing the real emotions and connections that make your wedding day special. Every frame is crafted to evoke feeling and preserve memories that will last a lifetime.", imageSrc: "http://img.b2bpic.net/free-photo/man-woman-celebrating-their-wedding-beach_23-2149003474.jpg"},
phoneOne: {
imageSrc: "http://img.b2bpic.net/free-photo/man-woman-celebrating-their-wedding-beach_23-2149003474.jpg?_wi=5",
},
phoneTwo: { phoneTwo: {
imageSrc: "http://img.b2bpic.net/free-photo/young-happy-bride-wedding-dress-groom_624325-231.jpg?_wi=5", imageSrc: "http://img.b2bpic.net/free-photo/young-happy-bride-wedding-dress-groom_624325-231.jpg"},
},
}, },
{ {
id: 2, id: 2,
title: "Technical Excellence", title: "Technical Excellence", description:
description: "Our team combines years of experience with professional-grade equipment including cinema cameras, drones, and advanced editing software to deliver cinema-quality results.", phoneOne: {
"Our team combines years of experience with professional-grade equipment including cinema cameras, drones, and advanced editing software to deliver cinema-quality results.", imageSrc: "http://img.b2bpic.net/free-photo/young-lady-two-young-men-getting-their-picture-taken_171337-12592.jpg"},
phoneOne: {
imageSrc: "http://img.b2bpic.net/free-photo/young-lady-two-young-men-getting-their-picture-taken_171337-12592.jpg",
},
phoneTwo: { phoneTwo: {
imageSrc: "http://img.b2bpic.net/free-photo/traditional-indian-wedding-ritual-with-putting-bracelets_8353-10045.jpg?_wi=4", imageSrc: "http://img.b2bpic.net/free-photo/traditional-indian-wedding-ritual-with-putting-bracelets_8353-10045.jpg"},
},
}, },
{ {
id: 3, id: 3,
title: "Personalized Experience", title: "Personalized Experience", description:
description: "We work closely with each couple during pre-wedding consultations to understand your vision, preferences, and must-have moments. Your story guides every creative decision we make.", phoneOne: {
"We work closely with each couple during pre-wedding consultations to understand your vision, preferences, and must-have moments. Your story guides every creative decision we make.", imageSrc: "http://img.b2bpic.net/free-photo/traditional-indian-wedding-ritual-with-putting-bracelets_8353-10045.jpg"},
phoneOne: {
imageSrc: "http://img.b2bpic.net/free-photo/traditional-indian-wedding-ritual-with-putting-bracelets_8353-10045.jpg?_wi=5",
},
phoneTwo: { phoneTwo: {
imageSrc: "http://img.b2bpic.net/free-photo/man-woman-celebrating-their-wedding-beach_23-2149003474.jpg?_wi=6", imageSrc: "http://img.b2bpic.net/free-photo/man-woman-celebrating-their-wedding-beach_23-2149003474.jpg"},
},
}, },
]} ]}
showStepNumbers={false} showStepNumbers={false}
@@ -106,8 +92,7 @@ export default function AboutPage() {
<FooterBaseReveal <FooterBaseReveal
columns={[ columns={[
{ {
title: "Navigation", title: "Navigation", items: [
items: [
{ label: "Home", href: "/" }, { label: "Home", href: "/" },
{ label: "About", href: "/about" }, { label: "About", href: "/about" },
{ label: "Portfolio", href: "/portfolio" }, { label: "Portfolio", href: "/portfolio" },
@@ -115,8 +100,7 @@ export default function AboutPage() {
], ],
}, },
{ {
title: "Contact", title: "Contact", items: [
items: [
{ label: "Call Now", href: "tel:+919876543210" }, { label: "Call Now", href: "tel:+919876543210" },
{ label: "Email", href: "mailto:hello@overthemoonstory.com" }, { label: "Email", href: "mailto:hello@overthemoonstory.com" },
{ label: "WhatsApp", href: "https://wa.me/919876543210" }, { label: "WhatsApp", href: "https://wa.me/919876543210" },
@@ -124,8 +108,7 @@ export default function AboutPage() {
], ],
}, },
{ {
title: "Legal", title: "Legal", items: [
items: [
{ label: "Privacy Policy", href: "#" }, { label: "Privacy Policy", href: "#" },
{ label: "Terms of Service", href: "#" }, { label: "Terms of Service", href: "#" },
{ label: "Booking Terms", href: "#" }, { label: "Booking Terms", href: "#" },