---import { Feature } from '~/components';---<Feature title="Support for Astro & Next.js" imageLight="https://assets.shipkit.app/placeholder/light/feature-astro-next.svg" imageDark="https://assets.shipkit.app/placeholder/dark/feature-astro-next.svg" text="ShipKit offers you the freedom to choose a boilerplate based on Astro or Next.js, empowering you to select the meta-framework that best fits your project's needs. This choice ensures you start with the strongest foundation possible, tailored to your development style."/>
Copy
---import { Feature } from '~/components';---<Feature title="Support for Astro & Next.js" imageLight="https://assets.shipkit.app/placeholder/light/feature-astro-next.svg" imageDark="https://assets.shipkit.app/placeholder/dark/feature-astro-next.svg" text="ShipKit offers you the freedom to choose a boilerplate based on Astro or Next.js, empowering you to select the meta-framework that best fits your project's needs. This choice ensures you start with the strongest foundation possible, tailored to your development style."/>
Copy
import { Feature } from '~/components';export default async function Page() { return ( <Feature title="Support for Astro & Next.js" imageLight="https://assets.shipkit.app/placeholder/light/feature-astro-next.svg" imageDark="https://assets.shipkit.app/placeholder/dark/feature-astro-next.svg" text="ShipKit offers you the freedom to choose a boilerplate based on Astro or Next.js, empowering you to select the meta-framework that best fits your project's needs. This choice ensures you start with the strongest foundation possible, tailored to your development style." /> );}