Update src/app/services/page.tsx

This commit is contained in:
2026-03-03 06:47:15 +00:00
parent 76c9730083
commit 8a42feee7d

View File

@@ -17,7 +17,7 @@ export default function ServicesPage() {
borderRadius="pill" borderRadius="pill"
contentWidth="medium" contentWidth="medium"
sizing="medium" sizing="medium"
background="aurora" background="circleGradient"
cardStyle="layered-gradient" cardStyle="layered-gradient"
primaryButtonStyle="flat" primaryButtonStyle="flat"
secondaryButtonStyle="glass" secondaryButtonStyle="glass"
@@ -42,24 +42,18 @@ export default function ServicesPage() {
features={[ features={[
{ {
id: 1, id: 1,
title: "Wedding Photography", title: "Wedding Photography", description: "Capturing the love, joy, and sacred moments of your special day. From intimate ceremonies to grand celebrations, we create visual narratives that tell your unique love story.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/couple-newlyweds-smiling-groom-covering-bride-s-eyes-with-hands_176420-2252.jpg" },
description: "Capturing the love, joy, and sacred moments of your special day. From intimate ceremonies to grand celebrations, we create visual narratives that tell your unique love story.", phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/love-couple-pretty-woman-man-hats-outdoor_624325-3072.jpg" },
phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/couple-newlyweds-smiling-groom-covering-bride-s-eyes-with-hands_176420-2252.jpg?_wi=3" },
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/love-couple-pretty-woman-man-hats-outdoor_624325-3072.jpg?_wi=3" },
}, },
{ {
id: 2, id: 2,
title: "Graduation & Event Photography", title: "Graduation & Event Photography", description: "Document achievements and celebrations with professional photography that captures the emotions and significance of milestone moments in your life.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/three-happy-international-graduate-friends-greeting-university-campus-graduation-robes-with-diploma_496169-1360.jpg" },
description: "Document achievements and celebrations with professional photography that captures the emotions and significance of milestone moments in your life.", phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/paparazzi-red-carpet_23-2151941575.jpg" },
phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/three-happy-international-graduate-friends-greeting-university-campus-graduation-robes-with-diploma_496169-1360.jpg?_wi=2" },
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/paparazzi-red-carpet_23-2151941575.jpg?_wi=3" },
}, },
{ {
id: 3, id: 3,
title: "Balinese Traditional Events", title: "Balinese Traditional Events", description: "Honor cultural ceremonies and traditional celebrations with photography that respects and elevates the spiritual significance of Balinese rituals and customs.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girl-posing-with-fruits_72229-1169.jpg" },
description: "Honor cultural ceremonies and traditional celebrations with photography that respects and elevates the spiritual significance of Balinese rituals and customs.", phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/paparazzi-red-carpet_23-2151941575.jpg" },
phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girl-posing-with-fruits_72229-1169.jpg?_wi=2" },
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/paparazzi-red-carpet_23-2151941575.jpg?_wi=4" },
}, },
]} ]}
showStepNumbers={true} showStepNumbers={true}
@@ -71,7 +65,6 @@ export default function ServicesPage() {
animationType="slide-up" animationType="slide-up"
textboxLayout="default" textboxLayout="default"
useInvertedBackground={false} useInvertedBackground={false}
mediaAnimation="blur-reveal"
/> />
</div> </div>
@@ -79,26 +72,11 @@ export default function ServicesPage() {
<ProductCardOne <ProductCardOne
products={[ products={[
{ {
id: "wedding-1", id: "wedding-1", name: "Wedding Ceremony", price: "3 Days", imageSrc: "http://img.b2bpic.net/free-photo/girlfriend-laughing_1157-65.jpg", imageAlt: "Elegant wedding moment captured with emotional depth"},
name: "Wedding Ceremony",
price: "3 Days",
imageSrc: "http://img.b2bpic.net/free-photo/girlfriend-laughing_1157-65.jpg?_wi=2",
imageAlt: "Elegant wedding moment captured with emotional depth",
},
{ {
id: "graduation-1", id: "graduation-1", name: "Graduation Day", price: "Full Day", imageSrc: "http://img.b2bpic.net/free-photo/different-nationalities-university-graduates_7502-9436.jpg", imageAlt: "Achievement and pride captured in a portrait"},
name: "Graduation Day",
price: "Full Day",
imageSrc: "http://img.b2bpic.net/free-photo/different-nationalities-university-graduates_7502-9436.jpg?_wi=2",
imageAlt: "Achievement and pride captured in a portrait",
},
{ {
id: "balinese-1", id: "balinese-1", name: "Balinese Ceremony", price: "Full Day", imageSrc: "http://img.b2bpic.net/free-photo/nyepi-day-celebration-indonesia_23-2151325686.jpg", imageAlt: "Traditional Balinese cultural ceremony with spiritual significance"},
name: "Balinese Ceremony",
price: "Full Day",
imageSrc: "http://img.b2bpic.net/free-photo/nyepi-day-celebration-indonesia_23-2151325686.jpg?_wi=2",
imageAlt: "Traditional Balinese cultural ceremony with spiritual significance",
},
]} ]}
title="Service Gallery" title="Service Gallery"
description="See examples of our work across different service categories. Each project showcases our dedication to quality and artistic excellence." description="See examples of our work across different service categories. Each project showcases our dedication to quality and artistic excellence."
@@ -135,8 +113,7 @@ export default function ServicesPage() {
copyrightText="© 2025 Post Productionss. All moments deserve to be preserved." copyrightText="© 2025 Post Productionss. All moments deserve to be preserved."
columns={[ columns={[
{ {
title: "Services", title: "Services", items: [
items: [
{ label: "Wedding Photography", href: "/services" }, { label: "Wedding Photography", href: "/services" },
{ label: "Event Coverage", href: "/services" }, { label: "Event Coverage", href: "/services" },
{ label: "Videography", href: "/services" }, { label: "Videography", href: "/services" },
@@ -144,8 +121,7 @@ export default function ServicesPage() {
], ],
}, },
{ {
title: "Company", title: "Company", items: [
items: [
{ label: "About Us", href: "/about" }, { label: "About Us", href: "/about" },
{ label: "Our Portfolio", href: "/portfolio" }, { label: "Our Portfolio", href: "/portfolio" },
{ label: "Meet Our Team", href: "/team" }, { label: "Meet Our Team", href: "/team" },
@@ -153,8 +129,7 @@ export default function ServicesPage() {
], ],
}, },
{ {
title: "Connect", title: "Connect", items: [
items: [
{ label: "Contact Us", href: "/contact" }, { label: "Contact Us", href: "/contact" },
{ label: "Instagram", href: "https://instagram.com/postproductionss" }, { label: "Instagram", href: "https://instagram.com/postproductionss" },
{ label: "WhatsApp", href: "https://wa.me/6281234567890" }, { label: "WhatsApp", href: "https://wa.me/6281234567890" },