diff --git a/seed-data.js b/seed-data.js index d2dc781..b5a324d 100644 --- a/seed-data.js +++ b/seed-data.js @@ -1,5 +1,5 @@ -const SEED_VERSION = 6; -const PRICE_UPDATED_AT = '2026-04-29'; +const SEED_VERSION = 7; +const PRICE_UPDATED_AT = '2026-05-01'; const CATEGORY_META = { hotel: { emoji: '🏨', color: '#3b82f6' }, @@ -452,6 +452,28 @@ function buildSeedData() { { label: 'Auberge', url: 'https://aubergeresorts.com/esperanza/' }, ], }), + createOption({ + id: 'flight-ont-sjd-kayak-cheapest', + seedKey: 'flight-ont-sjd-kayak-cheapest', + categoryId: 'flight', + name: 'ONT to SJD on KAYAK - Cheapest', + desc: 'Lowest exact-date round-trip flight quote from Ontario to San Jose del Cabo for the target trip window.', + details: ['$402 RT pp', 'Volaris, 1 stop', 'Best budget-flight anchor'], + links: [ + { label: 'KAYAK Flight Search', url: 'https://www.kayak.com/flights/ONT-SJD/2027-02-03/2027-02-07?sort=bestflight_a' }, + ], + }), + createOption({ + id: 'flight-ont-sjd-kayak-best', + seedKey: 'flight-ont-sjd-kayak-best', + categoryId: 'flight', + name: 'ONT to SJD on KAYAK - Best', + desc: 'Higher-comfort exact-date round-trip flight quote for the target trip window.', + details: ['$605 RT pp', 'American, 1 stop', 'Best-value comfort anchor'], + links: [ + { label: 'KAYAK Flight Search', url: 'https://www.kayak.com/flights/ONT-SJD/2027-02-03/2027-02-07?sort=bestflight_a' }, + ], + }), createOption({ id: 'golf-palmilla', seedKey: 'golf-palmilla',