From c180d6ac1ca6ad80070c4e10dc2e22dc067b0858 Mon Sep 17 00:00:00 2001 From: jyswee Date: Thu, 23 Jul 2026 23:00:30 +0000 Subject: [PATCH] Seed: travel template (16 files) --- src/pages/Index.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/pages/Index.tsx b/src/pages/Index.tsx index bbd20bd..e9dd743 100644 --- a/src/pages/Index.tsx +++ b/src/pages/Index.tsx @@ -10,18 +10,18 @@ import Header from "@/components/Header"; import Footer from "@/components/Footer"; const destinations = [ - { name: "Bali", country: "Indonesia", price: "\$899", rating: "4.9", gradient: "from-blue-600/60 to-cyan-500/40" }, - { name: "Santorini", country: "Greece", price: "\$1,299", rating: "4.8", gradient: "from-amber-600/60 to-orange-400/40" }, - { name: "Machu Picchu", country: "Peru", price: "\$1,499", rating: "4.9", gradient: "from-emerald-600/60 to-teal-400/40" }, - { name: "Kyoto", country: "Japan", price: "\$1,199", rating: "4.7", gradient: "from-purple-600/60 to-violet-400/40" }, - { name: "Marrakech", country: "Morocco", price: "\$799", rating: "4.8", gradient: "from-rose-600/60 to-pink-400/40" }, - { name: "Queenstown", country: "New Zealand", price: "\$1,599", rating: "4.9", gradient: "from-sky-600/60 to-indigo-400/40" }, + { name: "Bali", country: "Indonesia", price: "$899", rating: "4.9", gradient: "from-blue-600/60 to-cyan-500/40" }, + { name: "Santorini", country: "Greece", price: "$1,299", rating: "4.8", gradient: "from-amber-600/60 to-orange-400/40" }, + { name: "Machu Picchu", country: "Peru", price: "$1,499", rating: "4.9", gradient: "from-emerald-600/60 to-teal-400/40" }, + { name: "Kyoto", country: "Japan", price: "$1,199", rating: "4.7", gradient: "from-purple-600/60 to-violet-400/40" }, + { name: "Marrakech", country: "Morocco", price: "$799", rating: "4.8", gradient: "from-rose-600/60 to-pink-400/40" }, + { name: "Queenstown", country: "New Zealand", price: "$1,599", rating: "4.9", gradient: "from-sky-600/60 to-indigo-400/40" }, ]; const packages = [ - { title: "Southeast Asia Explorer", duration: "14 Days", price: "\$2,499", highlights: ["Bangkok, Chiang Mai & Bali", "Luxury boutique hotels included", "Private guided temple tours"] }, - { title: "Mediterranean Cruise", duration: "10 Days", price: "\$3,299", highlights: ["Greece, Italy & Croatia", "All meals and drinks included", "Shore excursions at every port"] }, - { title: "African Safari Adventure", duration: "7 Days", price: "\$4,199", highlights: ["Serengeti & Ngorongoro Crater", "Luxury safari lodge accommodation", "Professional wildlife photographer guide"] }, + { title: "Southeast Asia Explorer", duration: "14 Days", price: "$2,499", highlights: ["Bangkok, Chiang Mai & Bali", "Luxury boutique hotels included", "Private guided temple tours"] }, + { title: "Mediterranean Cruise", duration: "10 Days", price: "$3,299", highlights: ["Greece, Italy & Croatia", "All meals and drinks included", "Shore excursions at every port"] }, + { title: "African Safari Adventure", duration: "7 Days", price: "$4,199", highlights: ["Serengeti & Ngorongoro Crater", "Luxury safari lodge accommodation", "Professional wildlife photographer guide"] }, ]; const features = [ @@ -101,7 +101,7 @@ export default function IndexPage() {
{destinations.map((d, i) => ( -
+
{d.country}