Add Cabo flight seed options

This commit is contained in:
TopherMayor
2026-05-01 10:34:17 -07:00
parent 4930d7d37b
commit 83b07326de

View File

@@ -1,5 +1,5 @@
const SEED_VERSION = 6; const SEED_VERSION = 7;
const PRICE_UPDATED_AT = '2026-04-29'; const PRICE_UPDATED_AT = '2026-05-01';
const CATEGORY_META = { const CATEGORY_META = {
hotel: { emoji: '🏨', color: '#3b82f6' }, hotel: { emoji: '🏨', color: '#3b82f6' },
@@ -452,6 +452,28 @@ function buildSeedData() {
{ label: 'Auberge', url: 'https://aubergeresorts.com/esperanza/' }, { 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({ createOption({
id: 'golf-palmilla', id: 'golf-palmilla',
seedKey: 'golf-palmilla', seedKey: 'golf-palmilla',