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) => (
-