update packages & references

This commit is contained in:
Surjith S M
2025-03-14 19:11:19 +05:30
parent 654a7e89f8
commit 1a844c57df
16 changed files with 1460 additions and 1749 deletions

View File

@@ -1,7 +1,7 @@
---
import { Picture } from "astro:assets";
import heroImage from "assets/hero.png";
import Link from "@components/ui/link.astro";
import heroImage from "@/assets/hero.png";
import Link from "@/components/ui/link.astro";
import { Icon } from "astro-icon/components";
---
@@ -24,8 +24,8 @@ import { Icon } from "astro-icon/components";
</h1>
<p class="text-lg mt-4 text-slate-600 max-w-xl">
Astroship is a starter template for startups, marketing websites & landing
pages.<wbr /> Built with Astro.build and TailwindCSS. You can quickly
create any website with this starter.
pages.<wbr /> Built with Astro.build and TailwindCSS. You can quickly create
any website with this starter.
</p>
<div class="mt-6 flex flex-col sm:flex-row gap-3">
<Link
@@ -36,7 +36,7 @@ import { Icon } from "astro-icon/components";
rel="noopener">
<Icon class="text-white w-5 h-5" name="bx:bxs-cloud-download" />
Download for Free
Download for Free
</Link>
<Link
size="lg"
@@ -46,7 +46,7 @@ import { Icon } from "astro-icon/components";
class="flex gap-1 items-center justify-center"
target="_blank">
<Icon class="text-black w-4 h-4" name="bx:bxl-github" />
GitHub Repo
GitHub Repo
</Link>
</div>
</div>

View File

@@ -1,6 +1,6 @@
---
import Container from "@components/container.astro";
import Link from "@components/ui/link.astro";
import Container from "@/components/container.astro";
import Link from "@/components/ui/link.astro";
import Dropdown from "./dropdown.astro";
import { Astronav, MenuItems, MenuIcon } from "astro-navbar";

View File

@@ -1,6 +1,6 @@
---
import { Tick } from "@components/ui/icons";
import Link from "@components/ui/link.astro";
import { Tick } from "@/components/ui/icons";
import Link from "@/components/ui/link.astro";
const { plan } = Astro.props;
---