|
@@ -98,7 +98,6 @@
|
|
|
{ src: '/fishing/sailfish-release-closeup-42s.mp4', type: 'video', caption: 'Sailfish Release' },
|
|
{ src: '/fishing/sailfish-release-closeup-42s.mp4', type: 'video', caption: 'Sailfish Release' },
|
|
|
{ src: '/fishing/roosterfish-trio-huge.jpg', type: 'image', caption: 'Monster Roosterfish' },
|
|
{ src: '/fishing/roosterfish-trio-huge.jpg', type: 'image', caption: 'Monster Roosterfish' },
|
|
|
{ src: '/fishing/redsnapper-solo-huk-cap.jpg', type: 'image', caption: 'Red Snapper' },
|
|
{ src: '/fishing/redsnapper-solo-huk-cap.jpg', type: 'image', caption: 'Red Snapper' },
|
|
|
- { src: '/boats/gradywhite-harbor-crew.jpg', type: 'image', caption: 'Grady-White at Golden Hour' },
|
|
|
|
|
{ src: '/fishing/roosterfish-solo-huk-cap.jpg', type: 'image', caption: 'Trophy Roosterfish' },
|
|
{ src: '/fishing/roosterfish-solo-huk-cap.jpg', type: 'image', caption: 'Trophy Roosterfish' },
|
|
|
{ src: '/fishing/mahimahi-kid-guide.jpg', type: 'image', caption: 'Family Mahi-Mahi' },
|
|
{ src: '/fishing/mahimahi-kid-guide.jpg', type: 'image', caption: 'Family Mahi-Mahi' },
|
|
|
{ src: '/fishing/snook-solo-hoodie-mountains.jpg', type: 'image', caption: 'Snook — Mountain Backdrop' },
|
|
{ src: '/fishing/snook-solo-hoodie-mountains.jpg', type: 'image', caption: 'Snook — Mountain Backdrop' },
|
|
@@ -110,16 +109,15 @@
|
|
|
{ src: '/fishing/tripletail-solo-blue-clouds.jpg', type: 'image', caption: 'Tripletail' },
|
|
{ src: '/fishing/tripletail-solo-blue-clouds.jpg', type: 'image', caption: 'Tripletail' },
|
|
|
{ src: '/fishing/roosterfish-duo-huge-pair.jpg', type: 'image', caption: 'Double Roosterfish' },
|
|
{ src: '/fishing/roosterfish-duo-huge-pair.jpg', type: 'image', caption: 'Double Roosterfish' },
|
|
|
{ src: '/fishing/snook-woman-flyrod.jpg', type: 'image', caption: 'Snook Catch' },
|
|
{ src: '/fishing/snook-woman-flyrod.jpg', type: 'image', caption: 'Snook Catch' },
|
|
|
- { src: '/boats/gradywhite-cruising-tropical.jpg', type: 'image', caption: 'Cruising the Coast' },
|
|
|
|
|
{ src: '/fishing/corvina-trio-islands.jpg', type: 'image', caption: 'Triple Corvina' },
|
|
{ src: '/fishing/corvina-trio-islands.jpg', type: 'image', caption: 'Triple Corvina' },
|
|
|
{ src: '/fishing/sailfish-release-dark.jpg', type: 'image', caption: 'Sailfish Action' },
|
|
{ src: '/fishing/sailfish-release-dark.jpg', type: 'image', caption: 'Sailfish Action' },
|
|
|
{ src: '/fishing/redsnapper-woman-blue-shades.jpg', type: 'image', caption: 'Red Snapper' },
|
|
{ src: '/fishing/redsnapper-woman-blue-shades.jpg', type: 'image', caption: 'Red Snapper' },
|
|
|
{ src: '/fishing/roosterfish-solo-hoodie-beach.jpg', type: 'image', caption: 'Beach Roosterfish' },
|
|
{ src: '/fishing/roosterfish-solo-hoodie-beach.jpg', type: 'image', caption: 'Beach Roosterfish' },
|
|
|
{ src: '/fishing/spanish-mackerel-solo.jpg', type: 'image', caption: 'Spanish Mackerel' },
|
|
{ src: '/fishing/spanish-mackerel-solo.jpg', type: 'image', caption: 'Spanish Mackerel' },
|
|
|
{ src: '/fishing/jack-crevalle-solo-bandana.jpg', type: 'image', caption: 'Jack Crevalle' },
|
|
{ src: '/fishing/jack-crevalle-solo-bandana.jpg', type: 'image', caption: 'Jack Crevalle' },
|
|
|
- { src: '/boats/gunslinger-dock-stern-rods.jpg', type: 'image', caption: 'Ready to Fish' },
|
|
|
|
|
{ src: '/fishing/group-4-marina-catch.jpg', type: 'image', caption: 'Marina Catch Day' },
|
|
{ src: '/fishing/group-4-marina-catch.jpg', type: 'image', caption: 'Marina Catch Day' },
|
|
|
- { src: '/fishing/roosterfish-solo-green-shirt.jpg', type: 'image', caption: 'Roosterfish' }
|
|
|
|
|
|
|
+ { src: '/fishing/roosterfish-solo-green-shirt.jpg', type: 'image', caption: 'Roosterfish' },
|
|
|
|
|
+ { src: '/fishing/redsnapper-duo-boat.jpg', type: 'image', caption: 'Red Snapper Catch' }
|
|
|
];
|
|
];
|
|
|
|
|
|
|
|
const imageGallery = $derived(gallery.filter((g) => g.type === 'image'));
|
|
const imageGallery = $derived(gallery.filter((g) => g.type === 'image'));
|
|
@@ -279,7 +277,7 @@
|
|
|
</p>
|
|
</p>
|
|
|
</div>
|
|
</div>
|
|
|
<div class="overflow-hidden rounded-xl">
|
|
<div class="overflow-hidden rounded-xl">
|
|
|
- <img src="/boats/gradywhite-harbor-sunset.jpg" alt="Grady-White at sunset in Quepos harbor" class="w-full rounded-xl" loading="lazy" />
|
|
|
|
|
|
|
+ <img src="/boats/about-section.jpg" alt="Gunslinger Sportfishing in Quepos" class="w-full rounded-xl" loading="lazy" />
|
|
|
</div>
|
|
</div>
|
|
|
</div>
|
|
</div>
|
|
|
|
|
|