diff --git a/README.md b/README.md index 4983eab..04a5f9e 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ **Don't just book a trip. Design the experience.** +**[Live demo →](https://wandr-tawny.vercel.app)** + Planning a trip today means ten open tabs: destination research, flights, trains, buses, cabs, hotels, places to visit, activities, restaurants, and finally stitching it all into an itinerary. Every one of those surfaces optimises for _bookings_. Travellers care about the diff --git a/docs/screenshots/hero-planner.jpg b/docs/screenshots/hero-planner.jpg index f47e8e1..ea266e3 100644 Binary files a/docs/screenshots/hero-planner.jpg and b/docs/screenshots/hero-planner.jpg differ diff --git a/index.html b/index.html index 5ed082b..4ddf8a7 100644 --- a/index.html +++ b/index.html @@ -6,11 +6,17 @@ Wandr — Don't just book a trip. Design the experience. - + + + + + + + ) : ( <> - {/* 2. Hero + Floating AI Trip Planner */} + {/* 2. Hero + floating trip planner */} { diff --git a/src/components/FloatingTripSummary.tsx b/src/components/FloatingTripSummary.tsx index 94b7e6c..a8dde16 100644 --- a/src/components/FloatingTripSummary.tsx +++ b/src/components/FloatingTripSummary.tsx @@ -164,7 +164,7 @@ export const FloatingTripSummary: React.FC = ({ savingsVsBudget: 0, }; - // AI Optimization Savings Calculation vs Standard Retail Prices + // Optimization savings calculation vs standard retail prices const retailFlightCost = Math.round(costs.flightCost * 1.15) + 650; const retailStayCost = Math.round(costs.stayCost * 1.22); const retailActivitiesCost = Math.round(costs.activitiesCost * 1.18); @@ -640,7 +640,7 @@ export const FloatingTripSummary: React.FC = ({ - {/* AI Optimization Savings Card */} + {/* Optimization savings card */}
@@ -648,7 +648,7 @@ export const FloatingTripSummary: React.FC = ({
- Wandr AI Savings Summary + Wandr Savings Summary
@@ -669,7 +669,7 @@ export const FloatingTripSummary: React.FC = ({ You Save{' '} {formatWithCurrency(totalSavings, selectedCurrencyCode, liveRates)} with - AI Bundling + Smart Bundling
diff --git a/src/components/Footer.tsx b/src/components/Footer.tsx index 7a248df..a657802 100644 --- a/src/components/Footer.tsx +++ b/src/components/Footer.tsx @@ -28,8 +28,8 @@ export const Footer: React.FC = ({ onPlanTripClick, onNavigateTab }

- Your next adventure is closer than you think. Tell us your vibe and let our AI engine - orchestrate the flights, villas, and memory-making. + Your next adventure is closer than you think. Tell us your vibe and let our planning + engine orchestrate the flights, villas, and memory-making.

diff --git a/src/components/PersonalizedTripResult.tsx b/src/components/PersonalizedTripResult.tsx index f34fee3..aaa6f16 100644 --- a/src/components/PersonalizedTripResult.tsx +++ b/src/components/PersonalizedTripResult.tsx @@ -42,7 +42,7 @@ export const PersonalizedTripResult: React.FC = ({ const [isAiModifying, setIsAiModifying] = useState(false); const [showAddExperienceTray, setShowAddExperienceTray] = useState(false); - // AI Prompt Modifiers quick triggers + // Prompt modifier quick triggers const handleApplyAiModifier = (promptType: string) => { setIsAiModifying(true); setTimeout(() => { @@ -141,7 +141,7 @@ export const PersonalizedTripResult: React.FC = ({
- AI Dynamic Synthesis Complete + Dynamic Synthesis Complete

Your trip,{' '} @@ -182,7 +182,7 @@ export const PersonalizedTripResult: React.FC = ({

- {/* AI Itinerary Quick-Action Bar */} + {/* Itinerary quick-action bar */}
{/* Quick Prompt Pill Buttons */} @@ -215,7 +215,7 @@ export const PersonalizedTripResult: React.FC = ({
- {/* Custom AI Prompt Input */} + {/* Custom prompt input */}
= ({ tripPlan, cl }); }); - lines.push(`\nGenerated with Wandr AI Travel Assistant`); + lines.push(`\nGenerated with Wandr`); navigator.clipboard.writeText(lines.join('\n')); setCopiedToast(true); @@ -423,7 +423,7 @@ export const PreTripChecklist: React.FC = ({ tripPlan, cl
- AI Smart Packing Hacks + Smart Packing Hacks
    {checklistData.luggageAdvice.packingHacks.slice(0, 3).map((hack, idx) => ( diff --git a/src/components/TripFeedbackModal.tsx b/src/components/TripFeedbackModal.tsx index 6902276..9595c71 100644 --- a/src/components/TripFeedbackModal.tsx +++ b/src/components/TripFeedbackModal.tsx @@ -166,7 +166,7 @@ export const TripFeedbackModal: React.FC = ({ {/* 1. Overall Star Rating */}
    {/* Stars Row */} @@ -211,11 +211,11 @@ export const TripFeedbackModal: React.FC = ({
    - {/* AI Planning */} + {/* Planning */}
    - AI Route & Timing + Route & Timing
    {[1, 2, 3, 4, 5].map((s) => ( @@ -348,7 +348,7 @@ export const TripFeedbackModal: React.FC = ({ Share Your Thoughts & Comments - Helps refine future AI trips + Helps refine future trips