Update src/app/services/page.tsx

This commit is contained in:
2026-03-03 09:12:27 +00:00
parent 0dc23b0be9
commit 94c93522b0

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 ServicesPage() { export default function ServicesPage() {
return ( return (
@@ -28,7 +26,7 @@ export default function ServicesPage() {
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 ServicesPage() {
features={[ features={[
{ {
id: 1, id: 1,
title: "Full-Day Wedding Cinematography", title: "Full-Day Wedding Cinematography", description:
description: "Complete coverage from pre-wedding preparations through celebration with professional editing, color grading, and emotional storytelling that transforms your wedding into a timeless film.", phoneOne: {
"Complete coverage from pre-wedding preparations through celebration with professional editing, color grading, and emotional storytelling that transforms your wedding into a timeless film.", imageSrc: "http://img.b2bpic.net/free-photo/bride-groom-taste-red-wedding-cake-standing-before-altar-night_8353-7092.jpg"},
phoneOne: {
imageSrc: "http://img.b2bpic.net/free-photo/bride-groom-taste-red-wedding-cake-standing-before-altar-night_8353-7092.jpg?_wi=3",
},
phoneTwo: { phoneTwo: {
imageSrc: "http://img.b2bpic.net/free-photo/man-woman-celebrating-their-wedding-beach_23-2149003474.jpg?_wi=9", imageSrc: "http://img.b2bpic.net/free-photo/man-woman-celebrating-their-wedding-beach_23-2149003474.jpg"},
},
}, },
{ {
id: 2, id: 2,
title: "Highlight Reels & Teasers", title: "Highlight Reels & Teasers", description:
description: "Beautifully edited 3-5 minute highlight reels and 15-30 second teasers perfect for sharing with family and on social media. Fast turnaround within 1-2 weeks.", phoneOne: {
"Beautifully edited 3-5 minute highlight reels and 15-30 second teasers perfect for sharing with family and on social media. Fast turnaround within 1-2 weeks.", 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=7",
},
phoneTwo: { phoneTwo: {
imageSrc: "http://img.b2bpic.net/free-photo/young-happy-bride-wedding-dress-groom_624325-231.jpg?_wi=8", imageSrc: "http://img.b2bpic.net/free-photo/young-happy-bride-wedding-dress-groom_624325-231.jpg"},
},
}, },
{ {
id: 3, id: 3,
title: "Pre-Wedding & Premium Photography", title: "Pre-Wedding & Premium Photography", description:
description: "Romantic pre-wedding shoots at scenic Bengaluru locations, engagement films, and premium still photography complementing our cinematography services.", phoneOne: {
"Romantic pre-wedding shoots at scenic Bengaluru locations, engagement films, and premium still photography complementing our cinematography services.", imageSrc: "http://img.b2bpic.net/free-photo/young-happy-bride-wedding-dress-groom_624325-231.jpg"},
phoneOne: {
imageSrc: "http://img.b2bpic.net/free-photo/young-happy-bride-wedding-dress-groom_624325-231.jpg?_wi=9",
},
phoneTwo: { phoneTwo: {
imageSrc: "http://img.b2bpic.net/free-photo/man-woman-celebrating-their-wedding-beach_23-2149003474.jpg?_wi=10", 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 ServicesPage() {
<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 ServicesPage() {
], ],
}, },
{ {
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 ServicesPage() {
], ],
}, },
{ {
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: "#" },