diff --git a/src/app/page.tsx b/src/app/page.tsx
index c3f4d7f..b0703d1 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -31,96 +31,58 @@ export default function LandingPage() {
@@ -244,20 +158,11 @@ export default function LandingPage() {
useInvertedBackground={true}
faqs={[
{
- id: "1",
- title: "How far is the resort from Accra?",
- content: "We are a scenic 2-hour drive from Accra, perfect for a weekend escape.",
- },
+ id: "1", title: "How far is the resort from Accra?", content: "We are a scenic 2-hour drive from Accra, perfect for a weekend escape."},
{
- id: "2",
- title: "Do you offer airport transfers?",
- content: "Yes, we arrange private transfers to ensure a stress-free journey to the resort.",
- },
+ id: "2", title: "Do you offer airport transfers?", content: "Yes, we arrange private transfers to ensure a stress-free journey to the resort."},
{
- id: "3",
- title: "Are meals included?",
- content: "Our packages include locally inspired breakfasts, with lunch and dinner options available upon request.",
- },
+ id: "3", title: "Are meals included?", content: "Our packages include locally inspired breakfasts, with lunch and dinner options available upon request."},
]}
imageSrc="http://img.b2bpic.net/free-photo/customer-using-nfc-mobile-payment-buy-coffee-from-bar_482257-101079.jpg"
imageAlt="Concierge services"
@@ -276,45 +181,20 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
- id: "1",
- name: "Sarah Mensah",
- role: "Travel Blogger",
- company: "Wanderlust",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/indoor-design-luxury-resort_23-2150497273.jpg",
- },
+ id: "1", name: "Sarah Mensah", role: "Travel Blogger", company: "Wanderlust", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/indoor-design-luxury-resort_23-2150497273.jpg"},
{
- id: "2",
- name: "Kojo Boateng",
- role: "Creative Director",
- company: "DesignCo",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/stone-natural-room-interior-design_23-2151890389.jpg",
- },
+ id: "2", name: "Kojo Boateng", role: "Creative Director", company: "DesignCo", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/stone-natural-room-interior-design_23-2151890389.jpg"},
{
- id: "3",
- name: "Amina Okafor",
- role: "Architect",
- company: "StudioA",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/cozy-lively-home-interior-design_23-2151118950.jpg",
- },
+ id: "3", name: "Amina Okafor", role: "Architect", company: "StudioA", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/cozy-lively-home-interior-design_23-2151118950.jpg"},
{
- id: "4",
- name: "David Smith",
- role: "Entrepreneur",
- company: "Startups",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/indoor-design-luxury-resort_23-2150497286.jpg",
- },
+ id: "4", name: "David Smith", role: "Entrepreneur", company: "Startups", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/indoor-design-luxury-resort_23-2150497286.jpg"},
{
- id: "5",
- name: "Elena Rossi",
- role: "Photographer",
- company: "LENS",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/outdoor-portrait-stylish-european-woman-pink-fashion-suit-outside-villa_343596-2184.jpg",
- },
+ id: "5", name: "Elena Rossi", role: "Photographer", company: "LENS", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/outdoor-portrait-stylish-european-woman-pink-fashion-suit-outside-villa_343596-2184.jpg"},
]}
title="Guests' Stillness"
description="Real stories from those who found peace with us."
@@ -325,8 +205,7 @@ export default function LandingPage() {
);
-}
+}
\ No newline at end of file