import { GuideTable } from '../components/GuideTable'; import { GuideScreenshot } from '../components/GuideScreenshot'; export const GasStationsSection = () => { return (

6. Gas Stations

Click Gas Stations in the sidebar. This page helps you find gas stations near you and save your favorites.

The page is split into two sections:

Finding Stations

Search Options

You can either use your current location OR manually enter an address. Search results appear below the map.

Search Results

Below the map, there are three tabs:

Each station result shows:

  • Station name (e.g., "Costco Gas Station", "Mobil")
  • Street address and city
  • Star rating (community-verified)
  • Fuel grade badges (e.g., "93 Octane - w/ Ethanol")
  • Save/unsave button

Saved Stations

Click the SAVED tab to see your favorite stations. Saved stations also appear as yellow star markers on the map. You can:

  • View station details
  • Remove a station from your saved list
  • Navigate on the map by clicking a station card

Premium 93 Stations

Click the PREMIUM 93 tab to see your "Your Premium 93 Stations" -- stations that have been community-verified to carry genuine 93-octane fuel. This is especially useful for performance vehicles that require premium fuel.

); };