Update src/app/about/page.tsx

This commit is contained in:
2026-06-07 12:07:56 +00:00
parent 51f084d391
commit 79ae1ddc83

View File

@@ -44,8 +44,6 @@ export default function AboutPage() {
<InlineImageSplitTextAbout
heading={[{ type: "text", content: "Our Story: Crafting Moments, One Cup at a Time" }]}
useInvertedBackground={true}
image={{
src: "http://img.b2bpic.net/free-photo/interior-cafe-with-brick-walls_53876-153337.jpg", alt: "cozy coffee shop interior warm lighting"}}
/>
</div>
@@ -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: "#" }] }
]}
/>
</div>