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() {
@@ -132,23 +94,11 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "River Serenity", - description: "Wake up to panoramic views of the Volta River and a calming natural breeze.", - imageSrc: "http://img.b2bpic.net/free-photo/umbrella-pool-chair_74190-1610.jpg", - imageAlt: "Volta river serenity", - }, + title: "River Serenity", description: "Wake up to panoramic views of the Volta River and a calming natural breeze.", imageSrc: "http://img.b2bpic.net/free-photo/umbrella-pool-chair_74190-1610.jpg", imageAlt: "Volta river serenity"}, { - title: "Private Retreat", - description: "4 acres of exclusive space designed for rest, bonding, and total privacy in nature.", - imageSrc: "http://img.b2bpic.net/free-photo/trans-couple-talking-while-having-picnic-park_23-2149304528.jpg", - imageAlt: "Private garden oasis", - }, + title: "Private Retreat", description: "4 acres of exclusive space designed for rest, bonding, and total privacy in nature.", imageSrc: "http://img.b2bpic.net/free-photo/trans-couple-talking-while-having-picnic-park_23-2149304528.jpg", imageAlt: "Private garden oasis"}, { - title: "Taste & Culture", - description: "Locally inspired cuisine crafted with fresh, regional ingredients and soulful hospitality.", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-food-concept_23-2148510912.jpg", - imageAlt: "Gourmet local cuisine", - }, + title: "Taste & Culture", description: "Locally inspired cuisine crafted with fresh, regional ingredients and soulful hospitality.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-food-concept_23-2148510912.jpg", imageAlt: "Gourmet local cuisine"}, ]} title="A Private Escape" description="Discover our signature experiences designed for deep connection and rejuvenation." @@ -158,64 +108,33 @@ 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