export default function GovConHomepage() {
    return (
      <iframe 
        src="https://guides.govcongiants.org" 
        style={{ 
          width: "100%", 
          height: "100vh", 
          border: "none",
          display: "block"
        }}
        title="GovCon Giants"
      />
    )
  }