-
- Philosophy: Simplicity, Best Practices and High Performance
+
+
+
diff --git a/src/components/widgets/Stats.astro b/src/components/widgets/Stats.astro
index 07d3465893..bf76ea02f7 100644
--- a/src/components/widgets/Stats.astro
+++ b/src/components/widgets/Stats.astro
@@ -1,7 +1,7 @@
---
import type { Stats as Props } from '~/types';
-import WidgetWrapper from '../ui/WidgetWrapper.astro';
-import Headline from '../ui/Headline.astro';
+import WidgetWrapper from '~/components/ui/WidgetWrapper.astro';
+import Headline from '~/components/ui/Headline.astro';
import { Icon } from 'astro-icon/components';
const {
diff --git a/src/pages/about.astro b/src/pages/about.astro
index 648e1585f5..1a65dcfd5b 100644
--- a/src/pages/about.astro
+++ b/src/pages/about.astro
@@ -23,7 +23,7 @@ const metadata = {
>
Elevate your online presence with our
- Beautiful Website Templates
+ Beautiful Website Templates
diff --git a/src/pages/homes/mobile-app.astro b/src/pages/homes/mobile-app.astro
index 8d06721bf1..510a321359 100644
--- a/src/pages/homes/mobile-app.astro
+++ b/src/pages/homes/mobile-app.astro
@@ -56,7 +56,7 @@ const metadata = {
}}
>
- AstroWind App:
professional websites AstroWind App:
professional websites made easy
diff --git a/src/pages/homes/saas.astro b/src/pages/homes/saas.astro
index a03c149608..14ca2038f9 100644
--- a/src/pages/homes/saas.astro
+++ b/src/pages/homes/saas.astro
@@ -51,7 +51,7 @@ const metadata = {
}}
>
- Simplify web design with Astrowind:
your ultimate your ultimate SaaS companion
diff --git a/src/pages/homes/startup.astro b/src/pages/homes/startup.astro
index 785dd82e42..56c14bd6e8 100644
--- a/src/pages/homes/startup.astro
+++ b/src/pages/homes/startup.astro
@@ -36,7 +36,7 @@ const metadata = {
>
Improve the online presence of your StartupStartup with Astrowind templates
diff --git a/src/pages/index.astro b/src/pages/index.astro
index 16a9be4797..3e6d7daf2b 100644
--- a/src/pages/index.astro
+++ b/src/pages/index.astro
@@ -36,7 +36,7 @@ const metadata = {
>
Free template for creating websites with
- Astro 5.0 + Tailwind CSS
+ Astro 5.0 + Tailwind CSS
@@ -52,7 +52,7 @@ const metadata = {
-
+
diff --git a/src/types.d.ts b/src/types.d.ts
index 6c4223bdc3..81dca021bc 100644
--- a/src/types.d.ts
+++ b/src/types.d.ts
@@ -262,12 +262,7 @@ export interface Faqs extends Omit, Widget {
}
export interface Steps extends Omit, Widget {
- items: Array<{
- title: string;
- description?: string;
- icon?: string;
- classes?: Record;
- }>;
+ items?: Array- ;
callToAction?: string | CallToAction;
image?: string | Image;
isReversed?: boolean;