import { Image } from "astro:assets";
import Layout from "@/layouts/BaseLayout.astro";
import PlayStoreIcon from "@/assets/icons/playstore.svg";
import AppStoreIcon from "@/assets/icons/appstore.svg";
import AppIconPng from "@/assets/images/app_icon.png";
import AppImagePng from "@/assets/images/app_image.png";
description="The only bible app you will ever need"
<div class="page-container">
<div class="content-column">
<div class="hero-section">
<Image class="app-icon-title" src={AppIconPng} alt="Only Bible App" />
The only bible app you will ever need
<div class="features-list">
<span>No in-app purchases,</span>
<span>No distractions.</span>
<span>Works completely offline.</span>
<div class="cta-section">
What are you waiting for? Get it now! Quickly.
<div class="store-links-container">
href="https://play.google.com/store/apps/details?id=dev.pyrossh.onlyBible"
rel="noopener noreferrer"
<PlayStoreIcon width={196} />
href="https://apps.apple.com/us/app/only-bible-app/id6467606465?itsct=apps_box_badge&itscg=30200"
rel="noopener noreferrer"
<AppStoreIcon width={196} />
<!-- <div class="screenshots-section">
src="https://play-lh.googleusercontent.com/RHXOXHwSlGPvid-YnzMSGuCtkuBLeV6-PDE1Z8c9f4014oGfr64MSXHgFf1uID0w5mAQ=w1052-h592-rw"
alt="app screenshot android"
src="https://is1-ssl.mzstatic.com/image/thumb/PurpleSource211/v4/5b/8e/7c/5b8e7c17-2f6b-59f4-9a16-b08cff4cf73c/Simulator_Screenshot_-_iPhone_16_-_2024-11-02_at_14.20.40.png/460x0w.webp"
padding-bottom: 16rem; /* pb-64 */
margin-bottom: 1rem; /* mb-4 */
font-size: 1.875rem; /* text-3xl */
line-height: 2.25rem; /* text-3xl */
font-weight: 700; /* font-bold */
margin-right: 0.5rem; /* mr-2 */
border-radius: 0.75rem; /* rounded-xl */
font-size: 1.125rem; /* text-lg */
line-height: 1.75rem; /* text-lg */
margin-top: 1rem; /* my-4 */
margin-bottom: 1rem; /* my-4 */
font-weight: 700; /* font-bold */
font-size: 1.25rem; /* text-xl */
line-height: 1.75rem; /* text-xl */
margin-top: 1rem; /* mt-4 */
margin-top: 2rem; /* mt-8 */
/* Small screen adjustments (sm:) */
@media (min-width: 640px) {
flex-direction: row; /* default for flex, but explicit here */
text-align: left; /* sm:text-left */
text-align: left; /* sm:text-left */
margin-top: 1.25rem; /* sm:mt-5 */
margin-top: 0; /* sm:mt-0 */
margin-right: 0.5rem; /* sm:mr-2 */
margin-top: 0; /* sm:mt-0 */
/* .screenshots-section {
justify-content: flex-end;
/* Large screen adjustments (lg:) */
@media (min-width: 1024px) {
line-height: 1; /* lg:leading-tight */