From 94c93522b0bb46036ab41814759f34f06a758087 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 09:12:27 +0000 Subject: [PATCH] Update src/app/services/page.tsx --- src/app/services/page.tsx | 51 +++++++++++++-------------------------- 1 file changed, 17 insertions(+), 34 deletions(-) diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index 3f84af4..7647ee0 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -16,9 +16,7 @@ const navItems = [ ]; const navButton = { - text: "Check Availability", - href: "/contact", -}; + text: "Check Availability", href: "/contact"}; export default function ServicesPage() { return ( @@ -28,7 +26,7 @@ export default function ServicesPage() { borderRadius="pill" contentWidth="medium" sizing="medium" - background="blurBottom" + background="circleGradient" cardStyle="gradient-mesh" primaryButtonStyle="shadow" secondaryButtonStyle="layered" @@ -58,39 +56,27 @@ export default function ServicesPage() { features={[ { id: 1, - title: "Full-Day Wedding Cinematography", - 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: { - imageSrc: "http://img.b2bpic.net/free-photo/bride-groom-taste-red-wedding-cake-standing-before-altar-night_8353-7092.jpg?_wi=3", - }, + title: "Full-Day Wedding Cinematography", 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: { + imageSrc: "http://img.b2bpic.net/free-photo/bride-groom-taste-red-wedding-cake-standing-before-altar-night_8353-7092.jpg"}, 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, - title: "Highlight Reels & Teasers", - 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: { - imageSrc: "http://img.b2bpic.net/free-photo/traditional-indian-wedding-ritual-with-putting-bracelets_8353-10045.jpg?_wi=7", - }, + title: "Highlight Reels & Teasers", 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: { + imageSrc: "http://img.b2bpic.net/free-photo/traditional-indian-wedding-ritual-with-putting-bracelets_8353-10045.jpg"}, 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, - title: "Pre-Wedding & Premium Photography", - description: - "Romantic pre-wedding shoots at scenic Bengaluru locations, engagement films, and premium still photography complementing our cinematography services.", - phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/young-happy-bride-wedding-dress-groom_624325-231.jpg?_wi=9", - }, + title: "Pre-Wedding & Premium Photography", description: + "Romantic pre-wedding shoots at scenic Bengaluru locations, engagement films, and premium still photography complementing our cinematography services.", phoneOne: { + imageSrc: "http://img.b2bpic.net/free-photo/young-happy-bride-wedding-dress-groom_624325-231.jpg"}, 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} @@ -106,8 +92,7 @@ export default function ServicesPage() {