diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 98435a1..98aa244 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -44,8 +44,6 @@ export default function AboutPage() { @@ -57,7 +55,7 @@ export default function AboutPage() { members={[ { id: "member-1", name: "Ahmad Al-Mian", imageSrc: "http://img.b2bpic.net/free-photo/cafe-restaurants-coffee-shop-owners-retail-concept-enthusiastic-happy-handsome-barista-waite_1258-60012.jpg", imageAlt: "Ahmad Al-Mian, Founder" }, { id: "member-2", name: "Fatima Hassan", imageSrc: "http://img.b2bpic.net/free-photo/waitress-ringing-hospitality-bell_482257-85316.jpg", imageAlt: "Fatima Hassan, Head Barista" }, - { id: "member-3", name: "Khalid Mansour", imageSrc: "http://img.b2bpic.net/free-photo/woman-drinking-coffee-tea-while-working-laptop_1098-13299.jpg", imageAlt: "Khalid Mansour, Operations Manager" }, + { id: "member-3", name: "Khalid Mansour", imageSrc: "http://img.b2bpic.net/free-photo/woman-drinking-coffee-tea-while-working-laptop_1098-13299.jpg", imageAlt: "Khalid Mansour, Operations Manager" } ]} memberVariant="card" useInvertedBackground={false} @@ -69,7 +67,7 @@ export default function AboutPage() { logoText="Mian Coffee House" columns={[ { items: footerNavItems }, - { items: [{ label: "Instagram", href: "https://www.instagram.com/mian.jo" }, { label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }] }, + { items: [{ label: "Instagram", href: "https://www.instagram.com/mian.jo" }, { label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }] } ]} />