From fb8491d6c3f1c535eb6833c7c3ea9dfc2b6f7cd3 Mon Sep 17 00:00:00 2001 From: jyswee Date: Thu, 23 Jul 2026 23:00:32 +0000 Subject: [PATCH] Seed: travel template (16 files) --- src/pages/DestinationDetail.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/pages/DestinationDetail.tsx b/src/pages/DestinationDetail.tsx index 793b4bf..c0ffa04 100644 --- a/src/pages/DestinationDetail.tsx +++ b/src/pages/DestinationDetail.tsx @@ -42,7 +42,7 @@ export default function DestinationDetailPage() { const handleBook = async () => { try { - await createBooking({ destination: "Bali", price: "\$899", type: "trip" }); + await createBooking({ destination: "Bali", price: "$899", type: "trip" }); toast.success("Booking request submitted! Our team will contact you within 24 hours."); } catch (err) { toast.error("Could not submit booking. Please try again."); @@ -73,7 +73,7 @@ export default function DestinationDetailPage() {
{gallery.map((g, i) => ( - -
+
{gallery[lightbox].label}
@@ -118,7 +118,7 @@ export default function DestinationDetailPage() {

Sample Itinerary

{itinerary.map((item, i) => ( - + {item.day} @@ -155,7 +155,7 @@ export default function DestinationDetailPage() {
Starting from
-
\$899
+
$899
per person

Package Includes