diff --git a/src/app/page.tsx b/src/app/page.tsx
index b7006b1..0cf8d6e 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -33,87 +33,48 @@ export default function LandingPage() {
@@ -311,50 +194,20 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
- id: "1",
- name: "Sarah J.",
- role: "Business Traveler",
- testimonial: "Perfect for my business trip. So close to Heathrow, clean, and comfortable. Self check-in was a breeze!",
- imageSrc: "http://img.b2bpic.net/free-photo/male-trekker-takes-breathtaking-mountain-landscape-rocks_482257-117806.jpg",
- imageAlt: "Sarah J. avatar",
- icon: Quote,
+ id: "1", name: "Sarah J.", role: "Business Traveler", testimonial: "Perfect for my business trip. So close to Heathrow, clean, and comfortable. Self check-in was a breeze!", imageSrc: "http://img.b2bpic.net/free-photo/male-trekker-takes-breathtaking-mountain-landscape-rocks_482257-117806.jpg", imageAlt: "Sarah J. avatar", icon: Quote
},
{
- id: "2",
- name: "Michael C.",
- role: "Airport Stopover",
- testimonial: "An absolute gem near the airport. The free parking and WiFi were fantastic, and the room was beautifully renovated.",
- imageSrc: "http://img.b2bpic.net/free-photo/happy-girl-traveler-has-exploration-trip-wears-rucksack-stands-beside-stream-smiles-broadly_273609-25973.jpg",
- imageAlt: "Michael C. avatar",
- icon: Quote,
+ id: "2", name: "Michael C.", role: "Airport Stopover", testimonial: "An absolute gem near the airport. The free parking and WiFi were fantastic, and the room was beautifully renovated.", imageSrc: "http://img.b2bpic.net/free-photo/happy-girl-traveler-has-exploration-trip-wears-rucksack-stands-beside-stream-smiles-broadly_273609-25973.jpg", imageAlt: "Michael C. avatar", icon: Quote
},
{
- id: "3",
- name: "Emily R.",
- role: "Weekend Visitor",
- testimonial: "Loved our stay! Easy access to Central London, and the guesthouse itself was a peaceful, luxurious escape.",
- imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-senior-man-amusement-park_23-2150923201.jpg",
- imageAlt: "Emily R. avatar",
- icon: Quote,
+ id: "3", name: "Emily R.", role: "Weekend Visitor", testimonial: "Loved our stay! Easy access to Central London, and the guesthouse itself was a peaceful, luxurious escape.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-senior-man-amusement-park_23-2150923201.jpg", imageAlt: "Emily R. avatar", icon: Quote
},
{
- id: "4",
- name: "David K.",
- role: "Frequent Flier",
- testimonial: "My go-to place when flying from Heathrow. Always reliable, modern, and friendly. Highly recommend!",
- imageSrc: "http://img.b2bpic.net/free-photo/old-woman-uses-phone-photo-hotel_482257-103236.jpg",
- imageAlt: "David K. avatar",
- icon: Quote,
+ id: "4", name: "David K.", role: "Frequent Flier", testimonial: "My go-to place when flying from Heathrow. Always reliable, modern, and friendly. Highly recommend!", imageSrc: "http://img.b2bpic.net/free-photo/old-woman-uses-phone-photo-hotel_482257-103236.jpg", imageAlt: "David K. avatar", icon: Quote
},
{
- id: "5",
- name: "Jessica L.",
- role: "Family Vacationer",
- testimonial: "A truly comfortable experience. The rooms are spacious, and the kids loved the Smart TV. Great value!",
- imageSrc: "http://img.b2bpic.net/free-photo/smiling-businesswoman-standing-airport_107420-63594.jpg",
- imageAlt: "Jessica L. avatar",
- icon: Quote,
- },
+ id: "5", name: "Jessica L.", role: "Family Vacationer", testimonial: "A truly comfortable experience. The rooms are spacious, and the kids loved the Smart TV. Great value!", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businesswoman-standing-airport_107420-63594.jpg", imageAlt: "Jessica L. avatar", icon: Quote
+ }
]}
title="What Our Guests Say"
description="Hear directly from our satisfied guests about their memorable stays and the exceptional service they received."
@@ -365,22 +218,11 @@ export default function LandingPage() {
@@ -391,54 +233,33 @@ export default function LandingPage() {
logoText="Heathrow Uxbridge Escape"
columns={[
{
- title: "Guesthouse",
- items: [
+ title: "Guesthouse", items: [
{
- label: "About Us",
- href: "#about",
- },
+ label: "About Us", href: "#about"},
{
- label: "Rooms",
- href: "#rooms",
- },
+ label: "Rooms", href: "#rooms"},
{
- label: "Gallery",
- href: "#gallery",
- },
+ label: "Gallery", href: "#gallery"},
{
- label: "Reviews",
- href: "#reviews",
- },
+ label: "Reviews", href: "#reviews"},
],
},
{
- title: "Explore",
- items: [
+ title: "Explore", items: [
{
- label: "Location",
- href: "#location",
- },
+ label: "Location", href: "#location"},
{
- label: "Contact",
- href: "#contact",
- },
+ label: "Contact", href: "#contact"},
{
- label: "Booking",
- href: "#",
- },
+ label: "Booking", href: "#"},
],
},
{
- title: "Legal",
- items: [
+ title: "Legal", items: [
{
- label: "Privacy Policy",
- href: "#",
- },
+ label: "Privacy Policy", href: "#"},
{
- label: "Terms of Service",
- href: "#",
- },
+ label: "Terms of Service", href: "#"},
],
},
]}