diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 4166eba..fbbcfc7 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -22,8 +22,7 @@ export default function AboutPage() { const footerColumns = [ { - title: "Quick Links", - items: [ + title: "Quick Links", items: [ { label: "Home", href: "/" }, { label: "Menu", href: "/menu" }, { label: "About Us", href: "/about" }, @@ -31,8 +30,7 @@ export default function AboutPage() { ], }, { - title: "Hours", - items: [ + title: "Hours", items: [ { label: "Mon - Thu: 11am - 10pm", href: "#" }, { label: "Fri - Sat: 11am - 11pm", href: "#" }, { label: "Sunday: 12pm - 9pm", href: "#" }, @@ -40,8 +38,7 @@ export default function AboutPage() { ], }, { - title: "Contact", - items: [ + title: "Contact", items: [ { label: "📍 Bloemfontein, SA", href: "/contact" }, { label: "📞 +27 51 300 2888", href: "tel:+27513002888" }, { label: "✉️ order@smashburgerbar.co.za", href: "mailto:order@smashburgerbar.co.za" }, @@ -49,8 +46,7 @@ export default function AboutPage() { ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { label: "Privacy Policy", href: "#" }, { label: "Terms & Conditions", href: "#" }, { label: "Cookie Policy", href: "#" }, @@ -91,7 +87,7 @@ export default function AboutPage() { tag="🍔 Since Day One" tagIcon={Award} tagAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/lifestyle-people-learning-make-sushi_23-2149865325.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/lifestyle-people-learning-make-sushi_23-2149865325.jpg" imageAlt="restaurant team staff smiling together" ariaLabel="About page hero section" containerClassName="max-w-7xl mx-auto px-4" @@ -103,10 +99,7 @@ export default function AboutPage() {