Update src/app/services/page.tsx

This commit is contained in:
2026-03-03 06:44:36 +00:00
parent 63b1e67cec
commit b6a502b968

View File

@@ -44,22 +44,22 @@ export default function ServicesPage() {
id: 1,
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" },
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,
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" },
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,
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" },
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}
@@ -82,21 +82,21 @@ export default function ServicesPage() {
id: "wedding-1",
name: "Wedding Ceremony",
price: "3 Days",
imageSrc: "http://img.b2bpic.net/free-photo/girlfriend-laughing_1157-65.jpg",
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",
name: "Graduation Day",
price: "Full Day",
imageSrc: "http://img.b2bpic.net/free-photo/different-nationalities-university-graduates_7502-9436.jpg",
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",
name: "Balinese Ceremony",
price: "Full Day",
imageSrc: "http://img.b2bpic.net/free-photo/nyepi-day-celebration-indonesia_23-2151325686.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/nyepi-day-celebration-indonesia_23-2151325686.jpg?_wi=2",
imageAlt: "Traditional Balinese cultural ceremony with spiritual significance",
},
]}