From f4e833bef0d7d09bc57932521bb8089ac4a1b242 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 2 Apr 2026 11:19:59 +0000 Subject: [PATCH 1/2] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 59 ++++++++++------------------------------ 1 file changed, 15 insertions(+), 44 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 2fbd46d..66add78 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -26,22 +26,10 @@ export default function LandingPage() { @@ -79,20 +59,15 @@ export default function LandingPage() { title="Booking Policy" sections={[ { - heading: "Cancellation", - content: { - type: "paragraph", - text: "Cancellations must be made 48 hours prior to arrival.", - }, + heading: "Cancellation", content: { + type: "paragraph" as const, + text: "Cancellations must be made 48 hours prior to arrival."}, }, { - heading: "Payment", - content: { - type: "list", + heading: "Payment", content: { + type: "list" as const, items: [ - "Credit card required", - "Cash at arrival", - ], + "Credit card required", "Cash at arrival"], }, }, ]} @@ -103,13 +78,9 @@ export default function LandingPage() { -- 2.49.1 From 5958121d98fb8d2b509fcd7e1042ab93b03a66e8 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 2 Apr 2026 11:20:00 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 152 ++++++++++------------------------------------- 1 file changed, 31 insertions(+), 121 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 8efb207..50b44f1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -28,22 +28,10 @@ export default function LandingPage() { @@ -113,47 +73,23 @@ export default function LandingPage() { animationType="slide-up" textboxLayout="split" useInvertedBackground={false} + description="We pride ourselves on providing the best experience for our guests." testimonials={[ { - id: "1", - name: "Sarah J.", - handle: "@sarah_travels", - testimonial: "Very clean rooms and the staff was extremely welcoming!", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-stylish-caucasian-man-with-backpack-travel-rice-plantation-making-self-portrai-memories_273443-3007.jpg?_wi=1", - }, + id: "1", name: "Sarah J.", handle: "@sarah_travels", testimonial: "Very clean rooms and the staff was extremely welcoming!", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/happy-stylish-caucasian-man-with-backpack-travel-rice-plantation-making-self-portrai-memories_273443-3007.jpg"}, { - id: "2", - name: "Mark D.", - handle: "@mark_d", - testimonial: "Best value for money in Sousse. Will return!", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/female-staff-giving-boarding-pass-passenger_107420-85079.jpg?_wi=1", - }, + id: "2", name: "Mark D.", handle: "@mark_d", testimonial: "Best value for money in Sousse. Will return!", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/female-staff-giving-boarding-pass-passenger_107420-85079.jpg"}, { - id: "3", - name: "Elena R.", - handle: "@elena_trip", - testimonial: "Fantastic breakfast and right in the city center.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-brunette-woman-is-enjoying-morning-with-cup-hot-drink-book-her-hands_169016-10679.jpg", - }, + id: "3", name: "Elena R.", handle: "@elena_trip", testimonial: "Fantastic breakfast and right in the city center.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/young-brunette-woman-is-enjoying-morning-with-cup-hot-drink-book-her-hands_169016-10679.jpg"}, { - id: "4", - name: "David L.", - handle: "@david_l", - testimonial: "Simple, clean, and quiet stay. Highly recommend.", - rating: 4, - imageSrc: "http://img.b2bpic.net/free-photo/cheerful-woman-plaid-shirt-denim-pants-smiles-widely-near-airport-blonde-girl-sunglasses-holds-backpack-phone-tourist-denim-pants-white-tee-poses_197531-27073.jpg", - }, + id: "4", name: "David L.", handle: "@david_l", testimonial: "Simple, clean, and quiet stay. Highly recommend.", rating: 4, + imageSrc: "http://img.b2bpic.net/free-photo/cheerful-woman-plaid-shirt-denim-pants-smiles-widely-near-airport-blonde-girl-sunglasses-holds-backpack-phone-tourist-denim-pants-white-tee-poses_197531-27073.jpg"}, { - id: "5", - name: "Paul M.", - handle: "@paul_travel", - testimonial: "Great experience for a weekend getaway. Everything was perfect!", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/female-staff-giving-boarding-pass-passenger_107420-85079.jpg?_wi=2", - }, + id: "5", name: "Paul M.", handle: "@paul_travel", testimonial: "Great experience for a weekend getaway. Everything was perfect!", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/female-staff-giving-boarding-pass-passenger_107420-85079.jpg"}, ]} showRating={true} title="Guest Reviews" @@ -169,25 +105,9 @@ export default function LandingPage() { description="Discover Sousse like a local with our travel guides." blogs={[ { - id: "b1", - category: "Guide", - title: "Best Beaches in Sousse", - excerpt: "Explore the finest coastal spots near our hotel.", - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-relaxing-after-waking-up_1163-1473.jpg?_wi=1", - authorName: "Admin", - authorAvatar: "http://img.b2bpic.net/free-photo/happy-stylish-caucasian-man-with-backpack-travel-rice-plantation-making-self-portrai-memories_273443-3007.jpg", - date: "Oct 2023", - }, + id: "b1", category: "Guide", title: "Best Beaches in Sousse", excerpt: "Explore the finest coastal spots near our hotel.", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-relaxing-after-waking-up_1163-1473.jpg", authorName: "Admin", authorAvatar: "http://img.b2bpic.net/free-photo/happy-stylish-caucasian-man-with-backpack-travel-rice-plantation-making-self-portrai-memories_273443-3007.jpg", date: "Oct 2023"}, { - id: "b2", - category: "Food", - title: "Traditional Tunisian Cuisine", - excerpt: "Top restaurants to try in the city center.", - imageSrc: "http://img.b2bpic.net/free-photo/spacious-room-with-bed_1203-633.jpg?_wi=1", - authorName: "Admin", - authorAvatar: "http://img.b2bpic.net/free-photo/young-brunette-woman-is-enjoying-morning-with-cup-hot-drink-book-her-hands_169016-10679.jpg", - date: "Nov 2023", - }, + id: "b2", category: "Food", title: "Traditional Tunisian Cuisine", excerpt: "Top restaurants to try in the city center.", imageSrc: "http://img.b2bpic.net/free-photo/spacious-room-with-bed_1203-633.jpg", authorName: "Admin", authorAvatar: "http://img.b2bpic.net/free-photo/young-brunette-woman-is-enjoying-morning-with-cup-hot-drink-book-her-hands_169016-10679.jpg", date: "Nov 2023"}, ]} /> @@ -200,15 +120,9 @@ export default function LandingPage() { faqsAnimation="slide-up" faqs={[ { - id: "q1", - title: "Is parking available?", - content: "Yes, street parking and private options are available.", - }, + id: "q1", title: "Is parking available?", content: "Yes, street parking and private options are available."}, { - id: "q2", - title: "Check-in time?", - content: "Check-in starts from 2:00 PM onwards.", - }, + id: "q2", title: "Check-in time?", content: "Check-in starts from 2:00 PM onwards."}, ]} /> @@ -217,13 +131,9 @@ export default function LandingPage() { -- 2.49.1