diff --git a/src/app/page.tsx b/src/app/page.tsx
index 9ba024e..1260fb1 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -29,26 +29,11 @@ export default function LandingPage() {
@@ -56,33 +41,13 @@ export default function LandingPage() {
@@ -182,36 +107,11 @@ export default function LandingPage() {
title="Meet The Baristas"
description="Our team is here to fuel your creativity with the perfect pour."
members={[
- {
- id: "m1",
- name: "Sofia",
- role: "Head Barista",
- imageSrc: "http://img.b2bpic.net/free-photo/barista-is-preparing-coffee_140725-8112.jpg",
- },
- {
- id: "m2",
- name: "Nikos",
- role: "Lead Roaster",
- imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-making-coffee_23-2150354565.jpg",
- },
- {
- id: "m3",
- name: "Anna",
- role: "Coffee Expert",
- imageSrc: "http://img.b2bpic.net/free-photo/top-view-female-barista-holding-coffee-machine-cup_23-2148824453.jpg",
- },
- {
- id: "m4",
- name: "Petros",
- role: "Creative Director",
- imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-making-coffee_23-2150354566.jpg",
- },
- {
- id: "m5",
- name: "Eleni",
- role: "Floor Manager",
- imageSrc: "http://img.b2bpic.net/free-photo/crop-barista-making-froth-coffee_23-2147775924.jpg",
- },
+ { id: "m1", name: "Sofia", role: "Head Barista", imageSrc: "http://img.b2bpic.net/free-photo/barista-is-preparing-coffee_140725-8112.jpg" },
+ { id: "m2", name: "Nikos", role: "Lead Roaster", imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-making-coffee_23-2150354565.jpg" },
+ { id: "m3", name: "Anna", role: "Coffee Expert", imageSrc: "http://img.b2bpic.net/free-photo/top-view-female-barista-holding-coffee-machine-cup_23-2148824453.jpg" },
+ { id: "m4", name: "Petros", role: "Creative Director", imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-making-coffee_23-2150354566.jpg" },
+ { id: "m5", name: "Eleni", role: "Floor Manager", imageSrc: "http://img.b2bpic.net/free-photo/crop-barista-making-froth-coffee_23-2147775924.jpg" },
]}
/>