diff --git a/src/app/page.tsx b/src/app/page.tsx
index cb8049e..294f6d6 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -31,32 +31,19 @@ export default function LandingPage() {
@@ -180,41 +116,11 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
testimonials={[
- {
- id: "1",
- name: "Salma Fayyad",
- handle: "@salma",
- testimonial: "The place is beautiful, quiet, and warm. Loved the drinks!",
- imageSrc: "http://img.b2bpic.net/free-photo/smiling-blond-female-eyeglasses-holds-tablet-pc-take-away-coffee-cup_613910-2236.jpg",
- },
- {
- id: "2",
- name: "Jana Hawarin",
- handle: "@jana",
- testimonial: "My favorite place in Irbid, staff feels like family.",
- imageSrc: "http://img.b2bpic.net/free-photo/funny-dark-skinned-man-with-african-hairstyle-working-course-paper-while-sitting-cafe-lunch-break-holding-smartphone-being-happy-finish-his-work-african-guy-with-broad-smile-cafe_273609-7461.jpg",
- },
- {
- id: "3",
- name: "Omar Mahmoud",
- handle: "@omar",
- testimonial: "Perfect for study sessions and meetings. Organized and high quality.",
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-attractive-young-black-skinned-female-freelancer-with-wavy-dark-hair-fashionable-blue-shirt-cmiling-brightfully-looking-camera-with-relaxed-expression-sitting-coffee-sh_176420-12416.jpg",
- },
- {
- id: "4",
- name: "Noor Ali",
- handle: "@noor",
- testimonial: "A sanctuary for focused work and great coffee.",
- imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-working-with-laptop_23-2150384887.jpg",
- },
- {
- id: "5",
- name: "Ahmad Sami",
- handle: "@ahmad",
- testimonial: "Highly recommended for students. Great environment.",
- imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-korean-woman-barista-coffee-shop-standing-counter-with-laptop-smiling_1258-199445.jpg",
- },
+ { id: "1", name: "Salma Fayyad", handle: "@salma", testimonial: "The place is beautiful, quiet, and warm. Loved the drinks!", imageSrc: "http://img.b2bpic.net/free-photo/smiling-blond-female-eyeglasses-holds-tablet-pc-take-away-coffee-cup_613910-2236.jpg" },
+ { id: "2", name: "Jana Hawarin", handle: "@jana", testimonial: "My favorite place in Irbid, staff feels like family.", imageSrc: "http://img.b2bpic.net/free-photo/funny-dark-skinned-man-with-african-hairstyle-working-course-paper-while-sitting-cafe-lunch-break-holding-smartphone-being-happy-finish-his-work-african-guy-with-broad-smile-cafe_273609-7461.jpg" },
+ { id: "3", name: "Omar Mahmoud", handle: "@omar", testimonial: "Perfect for study sessions and meetings. Organized and high quality.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-attractive-young-black-skinned-female-freelancer-with-wavy-dark-hair-fashionable-blue-shirt-cmiling-brightfully-looking-camera-with-relaxed-expression-sitting-coffee-sh_176420-12416.jpg" },
+ { id: "4", name: "Noor Ali", handle: "@noor", testimonial: "A sanctuary for focused work and great coffee.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-working-with-laptop_23-2150384887.jpg" },
+ { id: "5", name: "Ahmad Sami", handle: "@ahmad", testimonial: "Highly recommended for students. Great environment.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-korean-woman-barista-coffee-shop-standing-counter-with-laptop-smiling_1258-199445.jpg" },
]}
title="What our guests say"
description="Authentic experiences from the Calma community."
@@ -226,21 +132,9 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={true}
faqs={[
- {
- id: "q1",
- title: "Do you have study rooms?",
- content: "Yes, we provide private and soundproof rooms for individuals and groups.",
- },
- {
- id: "q2",
- title: "Is Wi-Fi free?",
- content: "Yes, high-speed Wi-Fi is complimentary for all our guests.",
- },
- {
- id: "q3",
- title: "What are your operating hours?",
- content: "We are open daily until 12 AM.",
- },
+ { id: "q1", title: "Do you have study rooms?", content: "Yes, we provide private and soundproof rooms for individuals and groups." },
+ { id: "q2", title: "Is Wi-Fi free?", content: "Yes, high-speed Wi-Fi is complimentary for all our guests." },
+ { id: "q3", title: "What are your operating hours?", content: "We are open daily until 12 AM." },
]}
title="Frequently Asked Questions"
description="Have questions about Calma Space?"
@@ -251,9 +145,7 @@ export default function LandingPage() {