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: "#" }] }
]}
/>
diff --git a/src/app/page.tsx b/src/app/page.tsx
index dbc76f5..874a2ab 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -63,8 +63,6 @@ export default function HomePage() {
@@ -92,7 +90,7 @@ export default function HomePage() {
{ id: "2", name: "Ahmed K.", handle: "@ahmed.coffee", testimonial: "Consistently excellent coffee and the friendliest staff. It’s more than a coffee shop, it’s a community. Highly recommend the Espresso!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/office-worker-using-cell-phone-work_329181-20159.jpg" },
{ id: "3", name: "Lana R.", handle: "@lana_reads", testimonial: "The desserts are out of this world! Paired with a Cappuccino, it’s the perfect treat. A truly elegant and cozy place.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-businesswoman-with-notebook-holding-her-diary-planner-sitting-office_1258-194721.jpg" },
{ id: "4", name: "Omar S.", handle: "@omar_explorer", testimonial: "I love the vibe here. Great for meetings, or just unwinding with a book. The Shisha selection is also fantastic.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-man-posing_23-2150171293.jpg" },
- { id: "5", name: "Nour H.", handle: "@nour_foodie", testimonial: "Every visit is a pleasure. The quality of coffee is unmatched, and the atmosphere makes you want to stay all day. A true gem!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/beautiful-senior-woman-with-copy-space_23-2148275237.jpg" },
+ { id: "5", name: "Nour H.", handle: "@nour_foodie", testimonial: "Every visit is a pleasure. The quality of coffee is unmatched, and the atmosphere makes you want to stay all day. A true gem!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/beautiful-senior-woman-with-copy-space_23-2148275237.jpg" }
]}
showRating={true}
animationType="slide-up"
@@ -118,7 +116,7 @@ export default function HomePage() {
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: "#" }] }
]}
/>