diff --git a/src/app/page.tsx b/src/app/page.tsx
index 55fbef1..36985d0 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -30,21 +30,13 @@ export default function LandingPage() {
@@ -53,67 +45,42 @@ export default function LandingPage() {
@@ -125,45 +92,20 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
- id: "1",
- name: "Sarah J.",
- handle: "@traveler",
- testimonial: "A perfect place to relax and recharge. The view is unmatched.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-posing-indoors_23-2149745617.jpg",
- },
+ id: "1", name: "Sarah J.", handle: "@traveler", testimonial: "A perfect place to relax and recharge. The view is unmatched.", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-posing-indoors_23-2149745617.jpg"},
{
- id: "2",
- name: "Mark D.",
- handle: "@adventurer",
- testimonial: "Friendly and accommodating staff. Truly a peaceful environment.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/portrait-satisfied-young-female-with-positive-expression-wears-summer-hat-stylish-blouse-sits-comfortable-chair-outdoor-holds-cell-phone-surf-social-networks-downloads-photos-page_273609-2364.jpg",
- },
+ id: "2", name: "Mark D.", handle: "@adventurer", testimonial: "Friendly and accommodating staff. Truly a peaceful environment.", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/portrait-satisfied-young-female-with-positive-expression-wears-summer-hat-stylish-blouse-sits-comfortable-chair-outdoor-holds-cell-phone-surf-social-networks-downloads-photos-page_273609-2364.jpg"},
{
- id: "3",
- name: "Elena R.",
- handle: "@naturelover",
- testimonial: "Amazing view of Mayon and such a peaceful vibe. Worth the trip.",
- rating: 4,
- imageSrc: "http://img.b2bpic.net/free-photo/glad-smiling-woman-with-dark-hair-wears-headband-orange-jumper_273609-25969.jpg",
- },
+ id: "3", name: "Elena R.", handle: "@naturelover", testimonial: "Amazing view of Mayon and such a peaceful vibe. Worth the trip.", rating: 4,
+ imageSrc: "http://img.b2bpic.net/free-photo/glad-smiling-woman-with-dark-hair-wears-headband-orange-jumper_273609-25969.jpg"},
{
- id: "4",
- name: "Tom K.",
- handle: "@familytravel",
- testimonial: "Simple rooms, nature-first experience. My family loved the fresh air.",
- rating: 4,
- imageSrc: "http://img.b2bpic.net/free-photo/happy-family-vacation-with-little-baby-boy_343596-1696.jpg",
- },
+ id: "4", name: "Tom K.", handle: "@familytravel", testimonial: "Simple rooms, nature-first experience. My family loved the fresh air.", rating: 4,
+ imageSrc: "http://img.b2bpic.net/free-photo/happy-family-vacation-with-little-baby-boy_343596-1696.jpg"},
{
- id: "5",
- name: "Anna P.",
- handle: "@staycationer",
- testimonial: "Not luxury, but a memorable, authentic experience. Will be back.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/shallow-focus-shot-young-caucasian-female-posing-camera_181624-38609.jpg",
- },
+ id: "5", name: "Anna P.", handle: "@staycationer", testimonial: "Not luxury, but a memorable, authentic experience. Will be back.", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/shallow-focus-shot-young-caucasian-female-posing-camera_181624-38609.jpg"},
]}
showRating={true}
title="Trusted by Travelers"
@@ -178,76 +120,45 @@ export default function LandingPage() {
useInvertedBackground={true}
features={[
{
- id: "hut",
- title: "Basic Tribal Huts",
- tags: [
- "Simple",
- "Nature",
- ],
- imageSrc: "http://img.b2bpic.net/free-photo/photorealistic-wooden-house-interior-with-timber-decor-furnishings_23-2151263520.jpg",
- },
+ id: "hut", title: "Basic Tribal Huts", tags: [
+ "Simple", "Nature"],
+ imageSrc: "http://img.b2bpic.net/free-photo/photorealistic-wooden-house-interior-with-timber-decor-furnishings_23-2151263520.jpg"},
{
- id: "cabana",
- title: "Private Cabana",
- tags: [
- "Comfort",
- "Private",
- ],
- imageSrc: "http://img.b2bpic.net/free-photo/rural-patio-with-furniture-vegetation_23-2150698448.jpg",
- },
+ id: "cabana", title: "Private Cabana", tags: [
+ "Comfort", "Private"],
+ imageSrc: "http://img.b2bpic.net/free-photo/rural-patio-with-furniture-vegetation_23-2150698448.jpg"},
{
- id: "family",
- title: "Family Rooms",
- tags: [
- "Spacious",
- "Family",
- ],
- imageSrc: "http://img.b2bpic.net/free-photo/full-shot-country-musicians-indoors_23-2151169634.jpg",
- },
+ id: "family", title: "Family Rooms", tags: [
+ "Spacious", "Family"],
+ imageSrc: "http://img.b2bpic.net/free-photo/full-shot-country-musicians-indoors_23-2151169634.jpg"},
]}
title="Your Home Away from Home"
description="Choose from our range of simple, nature-inspired accommodations. Best for nature lovers and those seeking quiet."
buttons={[
{
- text: "Call to Book",
- href: "tel:+639999999999",
- },
+ text: "Call to Book", href: "tel:+639999999999"},
]}
/>
@@ -271,16 +182,13 @@ export default function LandingPage() {
@@ -291,25 +199,17 @@ export default function LandingPage() {
{
items: [
{
- label: "Call Us: +63 999 999 9999",
- href: "tel:+639999999999",
- },
+ label: "Call Us: +63 999 999 9999", href: "tel:+639999999999"},
{
- label: "Directions",
- href: "#",
- },
+ label: "Directions", href: "#"},
],
},
{
items: [
{
- label: "Accommodations",
- href: "#accommodations",
- },
+ label: "Accommodations", href: "#accommodations"},
{
- label: "Reviews",
- href: "#reviews",
- },
+ label: "Reviews", href: "#reviews"},
],
},
]}