diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index aa52f85..4d5b0cc 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -19,8 +19,7 @@ export default function AboutPage() { const footerColumns = [ { - title: "Navigate", - items: [ + title: "Navigate", items: [ { label: "Home", href: "/" }, { label: "About Us", href: "/about" }, { label: "Cake Menu", href: "/cakes" }, @@ -28,8 +27,7 @@ export default function AboutPage() { ], }, { - title: "Services", - items: [ + title: "Services", items: [ { label: "Birthday Cakes", href: "/cakes" }, { label: "Wedding Cakes", href: "/cakes" }, { label: "Custom Designs", href: "/custom-orders" }, @@ -37,8 +35,7 @@ export default function AboutPage() { ], }, { - title: "Contact", - items: [ + title: "Contact", items: [ { label: "WhatsApp: +91-7058261947", href: "https://wa.me/917058261947" }, { label: "Email: hello@caramella.in", href: "mailto:hello@caramella.in" }, { label: "Moshi, Pune", href: "/contact" }, @@ -46,8 +43,7 @@ export default function AboutPage() { ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { label: "Privacy Policy", href: "#" }, { label: "Terms & Conditions", href: "#" }, { label: "Refund Policy", href: "#" }, @@ -91,25 +87,13 @@ export default function AboutPage() { features={[ { id: 1, - title: "Our Passion", - description: "We started with a simple dream: to bake cakes that bring joy to celebrations. Every recipe is crafted with love and premium ingredients.", - imageSrc: "http://img.b2bpic.net/free-photo/worker-with-flowers-woman-makes-bouquet-cute-girl-working_1157-47190.jpg?_wi=2", - imageAlt: "Our passionate baking team", - }, + title: "Our Passion", description: "We started with a simple dream: to bake cakes that bring joy to celebrations. Every recipe is crafted with love and premium ingredients.", imageSrc: "http://img.b2bpic.net/free-photo/worker-with-flowers-woman-makes-bouquet-cute-girl-working_1157-47190.jpg", imageAlt: "Our passionate baking team"}, { id: 2, - title: "Our Values", - description: "Quality, creativity, and customer satisfaction are at the heart of everything we do. We believe in transparency and always delivering our best.", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-yummy-coconut-candies-with-presents-gray-background-love-couple-goodie-sweet-valentines-day-marriage-tea-gift-color_140725-158476.jpg?_wi=2", - imageAlt: "Premium quality ingredients", - }, + title: "Our Values", description: "Quality, creativity, and customer satisfaction are at the heart of everything we do. We believe in transparency and always delivering our best.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-yummy-coconut-candies-with-presents-gray-background-love-couple-goodie-sweet-valentines-day-marriage-tea-gift-color_140725-158476.jpg", imageAlt: "Premium quality ingredients"}, { id: 3, - title: "Our Community", - description: "We're proud to serve the Moshi and Pune communities. From intimate family gatherings to grand celebrations, we're honored to be part of your special moments.", - imageSrc: "http://img.b2bpic.net/free-photo/smal-cakes_1157-701.jpg?_wi=3", - imageAlt: "Community celebration cakes", - }, + title: "Our Community", description: "We're proud to serve the Moshi and Pune communities. From intimate family gatherings to grand celebrations, we're honored to be part of your special moments.", imageSrc: "http://img.b2bpic.net/free-photo/smal-cakes_1157-701.jpg", imageAlt: "Community celebration cakes"}, ]} /> @@ -118,7 +102,7 @@ export default function AboutPage() {