diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 0f782a3..ed70fef 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -16,9 +16,7 @@ const navItems = [ ]; const navButton = { - text: "Check Availability", - href: "/contact", -}; + text: "Check Availability", href: "/contact"}; export default function AboutPage() { return ( @@ -28,7 +26,7 @@ export default function AboutPage() { borderRadius="pill" contentWidth="medium" sizing="medium" - background="blurBottom" + background="circleGradient" cardStyle="gradient-mesh" primaryButtonStyle="shadow" secondaryButtonStyle="layered" @@ -58,39 +56,27 @@ export default function AboutPage() { features={[ { id: 1, - title: "Emotion-Driven Storytelling", - 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: { - imageSrc: "http://img.b2bpic.net/free-photo/man-woman-celebrating-their-wedding-beach_23-2149003474.jpg?_wi=5", - }, + title: "Emotion-Driven Storytelling", 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: { + imageSrc: "http://img.b2bpic.net/free-photo/man-woman-celebrating-their-wedding-beach_23-2149003474.jpg"}, 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, - title: "Technical Excellence", - 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: { - imageSrc: "http://img.b2bpic.net/free-photo/young-lady-two-young-men-getting-their-picture-taken_171337-12592.jpg", - }, + title: "Technical Excellence", 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: { + imageSrc: "http://img.b2bpic.net/free-photo/young-lady-two-young-men-getting-their-picture-taken_171337-12592.jpg"}, 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, - title: "Personalized Experience", - 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: { - imageSrc: "http://img.b2bpic.net/free-photo/traditional-indian-wedding-ritual-with-putting-bracelets_8353-10045.jpg?_wi=5", - }, + title: "Personalized Experience", 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: { + 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/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} @@ -106,8 +92,7 @@ export default function AboutPage() {