diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 9109069..4fdcb71 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -19,8 +19,7 @@ export default function AboutPage() { const footerColumns = [ { - title: "Navigation", - items: [ + title: "Navigation", items: [ { label: "Home", href: "/" }, { label: "About Us", href: "/about" }, { label: "Our Baked Goods", href: "/" }, @@ -29,8 +28,7 @@ export default function AboutPage() { ], }, { - title: "Contact", - items: [ + title: "Contact", items: [ { label: "Phone: +27 12 345 6789", href: "tel:+27123456789" }, { label: "Email: info@glo-bake.co.za", href: "mailto:info@glo-bake.co.za" }, { label: "WhatsApp", href: "https://wa.me/27123456789" }, @@ -38,8 +36,7 @@ export default function AboutPage() { ], }, { - title: "Hours", - items: [ + title: "Hours", items: [ { label: "Mon-Fri: 6:00 AM - 6:00 PM", href: "#" }, { label: "Sat: 7:00 AM - 5:00 PM", href: "#" }, { label: "Sun: 7:00 AM - 3:00 PM", href: "#" }, @@ -81,32 +78,22 @@ export default function AboutPage() { buttonAnimation="opacity" bulletPoints={[ { - title: "Traditional Baking Methods", - description: "We use time-tested techniques passed down through generations to create the perfect texture and flavor in every loaf.", - icon: CheckCircle, + title: "Traditional Baking Methods", description: "We use time-tested techniques passed down through generations to create the perfect texture and flavor in every loaf.", icon: CheckCircle, }, { - title: "Premium Ingredients", - description: "Only the finest locally-sourced and imported ingredients make it into our bakery. We believe quality matters.", - icon: CheckCircle, + title: "Premium Ingredients", description: "Only the finest locally-sourced and imported ingredients make it into our bakery. We believe quality matters.", icon: CheckCircle, }, { - title: "Community Commitment", - description: "We're not just a bakery - we're part of the Pretoria community. We support local events and charities whenever we can.", - icon: CheckCircle, + title: "Community Commitment", description: "We're not just a bakery - we're part of the Pretoria community. We support local events and charities whenever we can.", icon: CheckCircle, }, { - title: "Passion for Baking", - description: "Our team of skilled bakers love what they do. Their passion translates into every product we create.", - icon: CheckCircle, + title: "Passion for Baking", description: "Our team of skilled bakers love what they do. Their passion translates into every product we create.", icon: CheckCircle, }, { - title: "Customer First Approach", - description: "Your satisfaction is our priority. We work closely with you to ensure every order meets your expectations.", - icon: CheckCircle, + title: "Customer First Approach", description: "Your satisfaction is our priority. We work closely with you to ensure every order meets your expectations.", icon: CheckCircle, }, ]} - imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=620ojm&_wi=3" + imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=620ojm" imageAlt="Our skilled baking team at work in the GLO-BAKE kitchen" mediaAnimation="opacity" imagePosition="right" @@ -125,14 +112,7 @@ export default function AboutPage() {