diff --git a/src/app/page.tsx b/src/app/page.tsx
index eb9c0f3..4e8872c 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -32,34 +32,20 @@ export default function LandingPage() {
@@ -67,44 +53,23 @@ export default function LandingPage() {
@@ -270,25 +172,15 @@ export default function LandingPage() {
author="Dready Patrick"
avatars={[
{
- src: "http://img.b2bpic.net/free-photo/smiling-african-american-man-looking_74855-5149.jpg",
- alt: "Sarah Johnson",
- },
+ src: "http://img.b2bpic.net/free-photo/smiling-african-american-man-looking_74855-5149.jpg", alt: "Sarah Johnson"},
{
- src: "http://img.b2bpic.net/free-photo/beautiful-woman-cafe_273609-12690.jpg",
- alt: "Michael Chen",
- },
+ src: "http://img.b2bpic.net/free-photo/beautiful-woman-cafe_273609-12690.jpg", alt: "Michael Chen"},
{
- src: "http://img.b2bpic.net/free-photo/close-up-portrait-senior-man_23-2149207174.jpg",
- alt: "Emily Rodriguez",
- },
+ src: "http://img.b2bpic.net/free-photo/close-up-portrait-senior-man_23-2149207174.jpg", alt: "Emily Rodriguez"},
{
- src: "http://img.b2bpic.net/free-photo/close-up-smiley-woman-library_23-2149204737.jpg",
- alt: "David Kim",
- },
+ src: "http://img.b2bpic.net/free-photo/close-up-smiley-woman-library_23-2149204737.jpg", alt: "David Kim"},
{
- src: "http://img.b2bpic.net/free-photo/portrait-young-man-studio-shot_641386-461.jpg",
- alt: "Jessica Lee",
- },
+ src: "http://img.b2bpic.net/free-photo/portrait-young-man-studio-shot_641386-461.jpg", alt: "Jessica Lee"},
]}
ratingAnimation="blur-reveal"
avatarsAnimation="slide-up"
@@ -301,20 +193,11 @@ export default function LandingPage() {
useInvertedBackground={false}
faqs={[
{
- id: "q1",
- title: "What are your opening hours?",
- content: "Halicarnas Coffeeshop is open daily from 9:00 AM to 9:00 PM (21:00).",
- },
+ id: "q1", title: "What are your opening hours?", content: "Halicarnas Coffeeshop is open daily from 9:00 AM to 9:00 PM (21:00)."},
{
- id: "q2",
- title: "Do you offer delivery services?",
- content: "Currently, we do not offer delivery services. Please visit our shop to enjoy our products.",
- },
+ id: "q2", title: "Do you offer delivery services?", content: "Currently, we do not offer delivery services. Please visit our shop to enjoy our products."},
{
- id: "q3",
- title: "What payment methods do you accept?",
- content: "We accept cash and most major debit cards. Please ask our staff if you have any specific payment inquiries.",
- },
+ id: "q3", title: "What payment methods do you accept?", content: "We accept cash and most major debit cards. Please ask our staff if you have any specific payment inquiries."},
]}
title="Frequently Asked Questions"
description="Find answers to common questions about our products, services, and policies."
@@ -328,21 +211,16 @@ export default function LandingPage() {
@@ -352,54 +230,33 @@ export default function LandingPage() {