summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDawid Rycerz <dawid@rycerz.xyz>2025-07-22 10:03:40 +0300
committerDawid Rycerz <dawid@rycerz.xyz>2025-07-22 10:03:40 +0300
commit8589a3bc97190c3d3bbb7246ea517e7855abfeed (patch)
tree7c92af8a6a72148973af1e0ec240a15f2386edea
parentd571a3720ae42f3cf5fddf2454e04aa2ad775b0c (diff)
cleanup and styling
-rw-r--r--src/assets/images/hero-image.jpgbin0 -> 1487124 bytes
-rw-r--r--src/assets/images/hero-image.pngbin116805 -> 16451165 bytes
-rw-r--r--src/assets/styles/tailwind.css7
-rw-r--r--src/components/CustomStyles.astro31
-rw-r--r--src/components/blog/GridItem.astro2
-rw-r--r--src/components/blog/ListItem.astro2
-rw-r--r--src/components/blog/SinglePost.astro2
-rw-r--r--src/components/ui/Background.astro2
-rw-r--r--src/components/ui/Headline.astro2
-rw-r--r--src/components/ui/Timeline.astro2
-rw-r--r--src/components/widgets/Hero.astro2
-rw-r--r--src/components/widgets/Hero2.astro2
-rw-r--r--src/components/widgets/HeroText.astro2
-rw-r--r--src/components/widgets/Note.astro2
-rw-r--r--src/components/widgets/Steps2.astro2
-rw-r--r--src/layouts/MarkdownLayout.astro2
-rw-r--r--src/navigation.ts2
-rw-r--r--src/pages/[...blog]/[...page].astro52
-rw-r--r--src/pages/[...blog]/[category]/[...page].astro37
-rw-r--r--src/pages/[...blog]/[tag]/[...page].astro37
-rw-r--r--src/pages/[...blog]/index.astro54
-rw-r--r--src/pages/about.astro228
-rw-r--r--src/pages/contact.astro79
-rw-r--r--src/pages/homes/mobile-app.astro297
-rw-r--r--src/pages/homes/personal.astro405
-rw-r--r--src/pages/homes/saas.astro349
-rw-r--r--src/pages/homes/startup.astro317
-rw-r--r--src/pages/index.astro4
-rw-r--r--src/pages/landing/click-through.astro41
-rw-r--r--src/pages/landing/lead-generation.astro41
-rw-r--r--src/pages/landing/pre-launch.astro41
-rw-r--r--src/pages/landing/product.astro41
-rw-r--r--src/pages/landing/sales.astro41
-rw-r--r--src/pages/landing/subscription.astro41
-rw-r--r--src/pages/pricing.astro244
-rw-r--r--src/pages/rss.xml.ts37
-rw-r--r--src/pages/services.astro224
-rw-r--r--tailwind.config.js8
38 files changed, 46 insertions, 2636 deletions
diff --git a/src/assets/images/hero-image.jpg b/src/assets/images/hero-image.jpg
new file mode 100644
index 0000000..6eee297
--- /dev/null
+++ b/src/assets/images/hero-image.jpg
Binary files differ
diff --git a/src/assets/images/hero-image.png b/src/assets/images/hero-image.png
index ff06979..a3dd7ae 100644
--- a/src/assets/images/hero-image.png
+++ b/src/assets/images/hero-image.png
Binary files differ
diff --git a/src/assets/styles/tailwind.css b/src/assets/styles/tailwind.css
index d36f8fa..115167d 100644
--- a/src/assets/styles/tailwind.css
+++ b/src/assets/styles/tailwind.css
@@ -12,6 +12,9 @@
.bg-light {
background-color: var(--aw-color-bg-page);
}
+ .bg-section {
+ background-color: var(--aw-color-bg-section);
+ }
.text-page {
color: var(--aw-color-text-page);
}
@@ -22,7 +25,7 @@
@layer components {
.btn {
- @apply inline-flex items-center justify-center rounded-full border-gray-400 border bg-transparent font-medium text-center text-base text-page leading-snug transition py-3.5 px-6 md:px-8 ease-in duration-200 focus:ring-blue-500 focus:ring-offset-blue-200 focus:ring-2 focus:ring-offset-2 hover:bg-gray-100 hover:border-gray-600 dark:text-slate-300 dark:border-slate-500 dark:hover:bg-slate-800 dark:hover:border-slate-800 cursor-pointer;
+ @apply inline-flex items-center justify-center rounded-full border-gray-400 border bg-transparent font-medium text-center text-base text-page leading-snug transition py-3.5 px-6 md:px-8 ease-in duration-200 focus:ring-primary focus:ring-offset-2 focus:ring-2 focus:ring-offset-2 hover:bg-stone-piaskowiec hover:border-stone-klinkier dark:text-slate-300 dark:border-slate-500 dark:hover:bg-slate-800 dark:hover:border-slate-800 cursor-pointer;
}
.btn-primary {
@@ -34,7 +37,7 @@
}
.btn-tertiary {
- @apply btn border-none shadow-none text-muted hover:text-gray-900 dark:text-gray-400 dark:hover:text-white;
+ @apply btn border-none shadow-none text-muted hover:text-stone-grafit dark:text-gray-400 dark:hover:text-white;
}
}
diff --git a/src/components/CustomStyles.astro b/src/components/CustomStyles.astro
index 2b27954..ba1d327 100644
--- a/src/components/CustomStyles.astro
+++ b/src/components/CustomStyles.astro
@@ -25,19 +25,22 @@ import '@fontsource-variable/inter';
--aw-font-serif: 'Inter Variable';
--aw-font-heading: 'Inter Variable';
- --aw-color-primary: rgb(1 97 239);
- --aw-color-secondary: rgb(1 84 207);
- --aw-color-accent: rgb(109 40 217);
+ /* New stone-inspired color palette */
+ --aw-color-primary: rgb(182 165 139); /* Ciepły granitowy beż - CTA, przyciski */
+ --aw-color-secondary: rgb(122 92 58); /* Brązowy klinkier - Hover CTA / ikonki */
+ --aw-color-accent: rgb(182 165 139); /* Ciepły granitowy beż - Akcent */
- --aw-color-text-heading: rgb(0 0 0);
- --aw-color-text-default: rgb(16 16 16);
- --aw-color-text-muted: rgb(16 16 16 / 66%);
- --aw-color-bg-page: rgb(255 255 255);
+ --aw-color-text-heading: rgb(43 43 43); /* Ciemny grafit - Wyraźny i kontrastowy */
+ --aw-color-text-default: rgb(43 43 43); /* Ciemny grafit - Tekst główny */
+ --aw-color-text-muted: rgb(43 43 43 / 66%); /* Ciemny grafit z przezroczystością */
+ --aw-color-bg-page: rgb(248 248 248); /* Jasny marmur - Tło główne */
+ --aw-color-bg-section: rgb(230 230 230); /* Szary piaskowiec - Sekcje/boxy */
--aw-color-bg-page-dark: rgb(3 6 32);
::selection {
- background-color: lavender;
+ background-color: rgb(182 165 139);
+ color: rgb(43 43 43);
}
}
@@ -46,18 +49,20 @@ import '@fontsource-variable/inter';
--aw-font-serif: 'Inter Variable';
--aw-font-heading: 'Inter Variable';
- --aw-color-primary: rgb(1 97 239);
- --aw-color-secondary: rgb(1 84 207);
- --aw-color-accent: rgb(109 40 217);
+ /* Dark mode - keeping some stone inspiration but darker */
+ --aw-color-primary: rgb(182 165 139); /* Ciepły granitowy beż - CTA, przyciski */
+ --aw-color-secondary: rgb(122 92 58); /* Brązowy klinkier - Hover CTA / ikonki */
+ --aw-color-accent: rgb(182 165 139); /* Ciepły granitowy beż - Akcent */
--aw-color-text-heading: rgb(247, 248, 248);
--aw-color-text-default: rgb(229 236 246);
--aw-color-text-muted: rgb(229 236 246 / 66%);
--aw-color-bg-page: rgb(3 6 32);
+ --aw-color-bg-section: rgb(15 20 40); /* Darker section background */
::selection {
- background-color: black;
- color: snow;
+ background-color: rgb(182 165 139);
+ color: rgb(43 43 43);
}
}
</style>
diff --git a/src/components/blog/GridItem.astro b/src/components/blog/GridItem.astro
index cd02fa8..73353ca 100644
--- a/src/components/blog/GridItem.astro
+++ b/src/components/blog/GridItem.astro
@@ -58,7 +58,7 @@ const link = APP_BLOG?.post?.isEnabled ? getPermalink(post.permalink, 'post') :
<h3 class="text-xl sm:text-2xl font-bold leading-tight mb-2 font-heading dark:text-slate-300">
{
link ? (
- <a class="inline-block hover:text-primary dark:hover:text-blue-700 transition ease-in duration-200" href={link}>
+ <a class="inline-block hover:text-primary dark:hover:text-secondary transition ease-in duration-200" href={link}>
{post.title}
</a>
) : (
diff --git a/src/components/blog/ListItem.astro b/src/components/blog/ListItem.astro
index 6a416d6..36602f2 100644
--- a/src/components/blog/ListItem.astro
+++ b/src/components/blog/ListItem.astro
@@ -94,7 +94,7 @@ const link = APP_BLOG?.post?.isEnabled ? getPermalink(post.permalink, 'post') :
{
link ? (
<a
- class="inline-block hover:text-primary dark:hover:text-blue-700 transition ease-in duration-200"
+ class="inline-block hover:text-primary dark:hover:text-secondary transition ease-in duration-200"
href={link}
>
{post.title}
diff --git a/src/components/blog/SinglePost.astro b/src/components/blog/SinglePost.astro
index 297cca9..ac92cd3 100644
--- a/src/components/blog/SinglePost.astro
+++ b/src/components/blog/SinglePost.astro
@@ -91,7 +91,7 @@ const { post, url } = Astro.props;
}
</header>
<div
- class="mx-auto px-6 sm:px-6 max-w-3xl prose prose-md lg:prose-xl dark:prose-invert dark:prose-headings:text-slate-300 prose-headings:font-heading prose-headings:leading-tighter prose-headings:tracking-tighter prose-headings:font-bold prose-a:text-primary dark:prose-a:text-blue-400 prose-img:rounded-md prose-img:shadow-lg mt-8 prose-headings:scroll-mt-[80px] prose-li:my-0"
+ class="mx-auto px-6 sm:px-6 max-w-3xl prose prose-md lg:prose-xl dark:prose-invert dark:prose-headings:text-slate-300 prose-headings:font-heading prose-headings:leading-tighter prose-headings:tracking-tighter prose-headings:font-bold prose-a:text-primary dark:prose-a:text-primary prose-img:rounded-md prose-img:shadow-lg mt-8 prose-headings:scroll-mt-[80px] prose-li:my-0"
>
<slot />
</div>
diff --git a/src/components/ui/Background.astro b/src/components/ui/Background.astro
index 1093c17..f220487 100644
--- a/src/components/ui/Background.astro
+++ b/src/components/ui/Background.astro
@@ -6,6 +6,6 @@ export interface Props {
const { isDark = false } = Astro.props;
---
-<div class:list={['absolute inset-0', { 'bg-dark dark:bg-transparent': isDark }]}>
+<div class:list={['absolute inset-0', { 'bg-section dark:bg-dark': isDark }]}>
<slot />
</div>
diff --git a/src/components/ui/Headline.astro b/src/components/ui/Headline.astro
index 621b23d..6b906b0 100644
--- a/src/components/ui/Headline.astro
+++ b/src/components/ui/Headline.astro
@@ -20,7 +20,7 @@ const {
(title || subtitle || tagline) && (
<div class={twMerge('mb-8 md:mx-auto md:mb-12 text-center', containerClass)}>
{tagline && (
- <p class="text-base text-secondary dark:text-blue-200 font-bold tracking-wide uppercase" set:html={tagline} />
+ <p class="text-base text-secondary dark:text-primary font-bold tracking-wide uppercase" set:html={tagline} />
)}
{title && (
<h2
diff --git a/src/components/ui/Timeline.astro b/src/components/ui/Timeline.astro
index 51e09f0..b25c9de 100644
--- a/src/components/ui/Timeline.astro
+++ b/src/components/ui/Timeline.astro
@@ -16,7 +16,7 @@ const {
panel: panelClass = '',
title: titleClass = '',
description: descriptionClass = '',
- icon: defaultIconClass = 'text-primary dark:text-slate-200 border-primary dark:border-blue-700',
+ icon: defaultIconClass = 'text-primary dark:text-slate-200 border-primary dark:border-secondary',
} = classes;
---
diff --git a/src/components/widgets/Hero.astro b/src/components/widgets/Hero.astro
index 700468c..cbd1154 100644
--- a/src/components/widgets/Hero.astro
+++ b/src/components/widgets/Hero.astro
@@ -31,7 +31,7 @@ const {
{
tagline && (
<p
- class="text-base text-secondary dark:text-blue-200 font-bold tracking-wide uppercase intersect-once intersect-quarter motion-safe:md:opacity-0 motion-safe:md:intersect:animate-fade"
+ class="text-base text-secondary dark:text-primary font-bold tracking-wide uppercase intersect-once intersect-quarter motion-safe:md:opacity-0 motion-safe:md:intersect:animate-fade"
set:html={tagline}
/>
)
diff --git a/src/components/widgets/Hero2.astro b/src/components/widgets/Hero2.astro
index c6daa30..5527a91 100644
--- a/src/components/widgets/Hero2.astro
+++ b/src/components/widgets/Hero2.astro
@@ -31,7 +31,7 @@ const {
{
tagline && (
<p
- class="text-base text-secondary dark:text-blue-200 font-bold tracking-wide uppercase intersect-once motion-safe:md:intersect:animate-fade motion-safe:md:opacity-0 intersect-quarter"
+ class="text-base text-secondary dark:text-primary font-bold tracking-wide uppercase intersect-once motion-safe:md:intersect:animate-fade motion-safe:md:opacity-0 intersect-quarter"
set:html={tagline}
/>
)
diff --git a/src/components/widgets/HeroText.astro b/src/components/widgets/HeroText.astro
index fa3e054..be2a1b6 100644
--- a/src/components/widgets/HeroText.astro
+++ b/src/components/widgets/HeroText.astro
@@ -30,7 +30,7 @@ const {
{
tagline && (
<p
- class="text-base text-secondary dark:text-blue-200 font-bold tracking-wide uppercase intersect-once intersect-quarter motion-safe:md:opacity-0 motion-safe:md:intersect:animate-fade"
+ class="text-base text-secondary dark:text-primary font-bold tracking-wide uppercase intersect-once intersect-quarter motion-safe:md:opacity-0 motion-safe:md:intersect:animate-fade"
set:html={tagline}
/>
)
diff --git a/src/components/widgets/Note.astro b/src/components/widgets/Note.astro
index 3594b39..3f43881 100644
--- a/src/components/widgets/Note.astro
+++ b/src/components/widgets/Note.astro
@@ -14,7 +14,7 @@ const {
} = Astro.props;
---
-<section class="bg-blue-50 dark:bg-slate-800 not-prose">
+<section class="bg-section dark:bg-slate-800 not-prose">
<div class="max-w-6xl mx-auto px-4 sm:px-6 py-4 text-md text-center font-medium">
<Icon name={icon} class="w-5 h-5 inline-block align-text-bottom font-bold" />
<span class="font-bold" set:html={title} />
diff --git a/src/components/widgets/Steps2.astro b/src/components/widgets/Steps2.astro
index e13a377..cb6e902 100644
--- a/src/components/widgets/Steps2.astro
+++ b/src/components/widgets/Steps2.astro
@@ -61,7 +61,7 @@ function makeEmailsClickable(text: string | undefined): string {
? items.map(({ title: title2, description, icon }, index) => (
<li class="flex md:-mx-4">
<div class="pr-4 sm:pl-4 rtl:pr-0 rtl:pl-4 rtl:sm:pl-0 rtl:sm:pr-4">
- <span class="flex w-16 h-16 mx-auto items-center justify-center text-2xl font-bold rounded-full bg-blue-100 text-primary">
+ <span class="flex w-16 h-16 mx-auto items-center justify-center text-2xl font-bold rounded-full bg-stone-piaskowiec text-primary">
{icon ? <Icon name={icon} class="w-6 h-6 icon-bold" /> : index + 1}
</span>
</div>
diff --git a/src/layouts/MarkdownLayout.astro b/src/layouts/MarkdownLayout.astro
index ae6e9b0..c8f5aa5 100644
--- a/src/layouts/MarkdownLayout.astro
+++ b/src/layouts/MarkdownLayout.astro
@@ -20,7 +20,7 @@ const metadata: MetaData = {
<section class="px-4 py-16 sm:px-6 mx-auto lg:px-8 lg:py-20 max-w-4xl">
<h1 class="font-bold font-heading text-4xl md:text-5xl leading-tighter tracking-tighter">{frontmatter.title}</h1>
<div
- class="mx-auto prose prose-lg max-w-4xl dark:prose-invert dark:prose-headings:text-slate-300 prose-md prose-headings:font-heading prose-headings:leading-tighter prose-headings:tracking-tighter prose-headings:font-bold prose-a:text-blue-600 dark:prose-a:text-blue-400 prose-img:rounded-md prose-img:shadow-lg mt-8"
+ class="mx-auto prose prose-lg max-w-4xl dark:prose-invert dark:prose-headings:text-slate-300 prose-md prose-headings:font-heading prose-headings:leading-tighter prose-headings:tracking-tighter prose-headings:font-bold prose-a:text-primary dark:prose-a:text-primary prose-img:rounded-md prose-img:shadow-lg mt-8"
>
<slot />
</div>
diff --git a/src/navigation.ts b/src/navigation.ts
index 8868ae6..7186a35 100644
--- a/src/navigation.ts
+++ b/src/navigation.ts
@@ -125,6 +125,6 @@ export const footerData = {
{ text: 'Polityka prywatności', href: getPermalink('/polityka-prywatnosci') },
],
footNote: `
- Strona obsługiwana przez <a class="text-blue-600 underline dark:text-muted" href="https://www.rycerz.xyz/">Craftknight</a> Copyright 2025 © Wszystkie prawa zastrzeżone
+ Strona obsługiwana przez <a class="text-primary underline dark:text-muted" href="https://www.rycerz.xyz/">Craftknight</a> Copyright 2025 © Wszystkie prawa zastrzeżone
`,
};
diff --git a/src/pages/[...blog]/[...page].astro b/src/pages/[...blog]/[...page].astro
deleted file mode 100644
index 5a6da41..0000000
--- a/src/pages/[...blog]/[...page].astro
+++ /dev/null
@@ -1,52 +0,0 @@
----
-import type { InferGetStaticPropsType, GetStaticPaths } from 'astro';
-
-import Layout from '~/layouts/PageLayout.astro';
-import BlogList from '~/components/blog/List.astro';
-import Headline from '~/components/blog/Headline.astro';
-import Pagination from '~/components/blog/Pagination.astro';
-// import PostTags from "~/components/blog/Tags.astro";
-
-import { blogListRobots, getStaticPathsBlogList } from '~/utils/blog';
-
-export const prerender = true;
-
-export const getStaticPaths = (async ({ paginate }) => {
- return await getStaticPathsBlogList({ paginate });
-}) satisfies GetStaticPaths;
-
-type Props = InferGetStaticPropsType<typeof getStaticPaths>;
-
-const { page } = Astro.props as Props;
-const currentPage = page.currentPage ?? 1;
-
-// const allCategories = await findCategories();
-// const allTags = await findTags();
-
-const metadata = {
- title: `Blog${currentPage > 1 ? ` — Page ${currentPage}` : ''}`,
- robots: {
- index: blogListRobots?.index && currentPage === 1,
- follow: blogListRobots?.follow,
- },
- openGraph: {
- type: 'blog',
- },
-};
----
-
-<Layout metadata={metadata}>
- <section class="px-6 sm:px-6 py-12 sm:py-16 lg:py-20 mx-auto max-w-4xl">
- <Headline
- subtitle="A statically generated blog example with news, tutorials, resources and other interesting content related to AstroWind"
- >
- The Blog
- </Headline>
- <BlogList posts={page.data} />
- <Pagination prevUrl={page.url.prev} nextUrl={page.url.next} />
- <!--
- <PostTags tags={allCategories} class="mb-2" title="Search by Categories:" isCategory />
- <PostTags tags={allTags} title="Search by Tags:" />
- -->
- </section>
-</Layout>
diff --git a/src/pages/[...blog]/[category]/[...page].astro b/src/pages/[...blog]/[category]/[...page].astro
deleted file mode 100644
index e1c4ff6..0000000
--- a/src/pages/[...blog]/[category]/[...page].astro
+++ /dev/null
@@ -1,37 +0,0 @@
----
-import type { InferGetStaticPropsType, GetStaticPaths } from 'astro';
-import { blogCategoryRobots, getStaticPathsBlogCategory } from '~/utils/blog';
-
-import Layout from '~/layouts/PageLayout.astro';
-import BlogList from '~/components/blog/List.astro';
-import Headline from '~/components/blog/Headline.astro';
-import Pagination from '~/components/blog/Pagination.astro';
-
-export const prerender = true;
-
-export const getStaticPaths = (async ({ paginate }) => {
- return await getStaticPathsBlogCategory({ paginate });
-}) satisfies GetStaticPaths;
-
-type Props = InferGetStaticPropsType<typeof getStaticPaths> & { category: Record<string, string> };
-
-const { page, category } = Astro.props as Props;
-
-const currentPage = page.currentPage ?? 1;
-
-const metadata = {
- title: `Category '${category.title}' ${currentPage > 1 ? ` — Page ${currentPage}` : ''}`,
- robots: {
- index: blogCategoryRobots?.index,
- follow: blogCategoryRobots?.follow,
- },
-};
----
-
-<Layout metadata={metadata}>
- <section class="px-4 md:px-6 py-12 sm:py-16 lg:py-20 mx-auto max-w-4xl">
- <Headline>{category.title}</Headline>
- <BlogList posts={page.data} />
- <Pagination prevUrl={page.url.prev} nextUrl={page.url.next} />
- </section>
-</Layout>
diff --git a/src/pages/[...blog]/[tag]/[...page].astro b/src/pages/[...blog]/[tag]/[...page].astro
deleted file mode 100644
index 86a767b..0000000
--- a/src/pages/[...blog]/[tag]/[...page].astro
+++ /dev/null
@@ -1,37 +0,0 @@
----
-import type { InferGetStaticPropsType, GetStaticPaths } from 'astro';
-import { blogTagRobots, getStaticPathsBlogTag } from '~/utils/blog';
-
-import Layout from '~/layouts/PageLayout.astro';
-import BlogList from '~/components/blog/List.astro';
-import Headline from '~/components/blog/Headline.astro';
-import Pagination from '~/components/blog/Pagination.astro';
-
-export const prerender = true;
-
-export const getStaticPaths = (async ({ paginate }) => {
- return await getStaticPathsBlogTag({ paginate });
-}) satisfies GetStaticPaths;
-
-type Props = InferGetStaticPropsType<typeof getStaticPaths>;
-
-const { page, tag } = Astro.props as Props;
-
-const currentPage = page.currentPage ?? 1;
-
-const metadata = {
- title: `Posts by tag '${tag.title}'${currentPage > 1 ? ` — Page ${currentPage} ` : ''}`,
- robots: {
- index: blogTagRobots?.index,
- follow: blogTagRobots?.follow,
- },
-};
----
-
-<Layout metadata={metadata}>
- <section class="px-4 md:px-6 py-12 sm:py-16 lg:py-20 mx-auto max-w-4xl">
- <Headline>Tag: {tag.title}</Headline>
- <BlogList posts={page.data} />
- <Pagination prevUrl={page.url.prev} nextUrl={page.url.next} />
- </section>
-</Layout>
diff --git a/src/pages/[...blog]/index.astro b/src/pages/[...blog]/index.astro
deleted file mode 100644
index 421927c..0000000
--- a/src/pages/[...blog]/index.astro
+++ /dev/null
@@ -1,54 +0,0 @@
----
-import type { InferGetStaticPropsType, GetStaticPaths } from 'astro';
-
-import merge from 'lodash.merge';
-import type { ImageMetadata } from 'astro';
-import Layout from '~/layouts/PageLayout.astro';
-import SinglePost from '~/components/blog/SinglePost.astro';
-import ToBlogLink from '~/components/blog/ToBlogLink.astro';
-
-import { getCanonical, getPermalink } from '~/utils/permalinks';
-import { getStaticPathsBlogPost, blogPostRobots } from '~/utils/blog';
-import { findImage } from '~/utils/images';
-import type { MetaData } from '~/types';
-import RelatedPosts from '~/components/blog/RelatedPosts.astro';
-
-export const prerender = true;
-
-export const getStaticPaths = (async () => {
- return await getStaticPathsBlogPost();
-}) satisfies GetStaticPaths;
-
-type Props = InferGetStaticPropsType<typeof getStaticPaths>;
-
-const { post } = Astro.props as Props;
-
-const url = getCanonical(getPermalink(post.permalink, 'post'));
-const image = (await findImage(post.image)) as ImageMetadata | string | undefined;
-
-const metadata = merge(
- {
- title: post.title,
- description: post.excerpt,
- robots: {
- index: blogPostRobots?.index,
- follow: blogPostRobots?.follow,
- },
- openGraph: {
- type: 'article',
- ...(image
- ? { images: [{ url: image, width: (image as ImageMetadata)?.width, height: (image as ImageMetadata)?.height }] }
- : {}),
- },
- },
- { ...(post?.metadata ? { ...post.metadata, canonical: post.metadata?.canonical || url } : {}) }
-) as MetaData;
----
-
-<Layout metadata={metadata}>
- <SinglePost post={{ ...post, image: image }} url={url}>
- {post.Content ? <post.Content /> : <Fragment set:html={post.content || ''} />}
- </SinglePost>
- <ToBlogLink />
- <RelatedPosts post={post} />
-</Layout>
diff --git a/src/pages/about.astro b/src/pages/about.astro
deleted file mode 100644
index 1a65dcf..0000000
--- a/src/pages/about.astro
+++ /dev/null
@@ -1,228 +0,0 @@
----
-import Features2 from '~/components/widgets/Features2.astro';
-import Features3 from '~/components/widgets/Features3.astro';
-import Hero from '~/components/widgets/Hero.astro';
-import Stats from '~/components/widgets/Stats.astro';
-import Steps2 from '~/components/widgets/Steps2.astro';
-import Layout from '~/layouts/PageLayout.astro';
-
-const metadata = {
- title: 'About us',
-};
----
-
-<Layout metadata={metadata}>
- <!-- Hero Widget ******************* -->
-
- <Hero
- tagline="About us"
- image={{
- src: 'https://images.unsplash.com/photo-1559136555-9303baea8ebd?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=2070&q=80',
- alt: 'Caos Image',
- }}
- >
- <Fragment slot="title">
- Elevate your online presence with our <br />
- <span class="text-accent dark:text-white"> Beautiful Website Templates</span>
- </Fragment>
-
- <Fragment slot="subtitle">
- Donec efficitur, ipsum quis congue luctus, mauris magna convallis mauris, eu auctor nisi lectus non augue. Donec
- quis lorem non massa vulputate efficitur ac at turpis. Sed tincidunt ex a nunc convallis, et lobortis nisi tempus.
- Suspendisse vitae nisi eget tortor luctus maximus sed non lectus.
- </Fragment>
- </Hero>
-
- <!-- Stats Widget ****************** -->
-
- <Stats
- title="Statistics about us"
- stats={[
- { title: 'Offices', amount: '4' },
- { title: 'Employees', amount: '248' },
- { title: 'Templates', amount: '12' },
- { title: 'Awards', amount: '24' },
- ]}
- />
-
- <!-- Features3 Widget ************** -->
-
- <Features3
- title="Our templates"
- subtitle="Etiam scelerisque, enim eget vestibulum luctus, nibh mauris blandit nulla, nec vestibulum risus justo ut enim. Praesent lacinia diam et ante imperdiet euismod."
- columns={3}
- isBeforeContent={true}
- items={[
- {
- title: 'Educational',
- description:
- 'Morbi faucibus luctus quam, sit amet aliquet felis tempor id. Cras augue massa, ornare quis dignissim a, molestie vel nulla.',
- icon: 'tabler:template',
- },
- {
- title: 'Interior Design',
- description:
- 'Vivamus porttitor, tortor convallis aliquam pretium, turpis enim consectetur elit, vitae egestas purus erat ac nunc nulla.',
- icon: 'tabler:template',
- },
- {
- title: 'Photography',
- description:
- 'Duis sed lectus in nisl vehicula porttitor eget quis odio. Aliquam erat volutpat. Nulla eleifend nulla id sem fermentum.',
- icon: 'tabler:template',
- },
- ]}
- />
-
- <!-- Features3 Widget ************** -->
-
- <Features3
- columns={3}
- isAfterContent={true}
- items={[
- {
- title: 'E-commerce',
- description:
- 'Rutrum non odio at vehicula. Proin ipsum justo, dignissim in vehicula sit amet, dignissim id quam. Sed ac tincidunt sapien.',
- icon: 'tabler:template',
- },
- {
- title: 'Blog',
- description:
- 'Nullam efficitur volutpat sem sed fringilla. Suspendisse et enim eu orci volutpat laoreet ac vitae libero.',
- icon: 'tabler:template',
- },
- {
- title: 'Business',
- description:
- 'Morbi et elit finibus, facilisis justo ut, pharetra ipsum. Donec efficitur, ipsum quis congue luctus, mauris magna.',
- icon: 'tabler:template',
- },
- {
- title: 'Branding',
- description:
- 'Suspendisse vitae nisi eget tortor luctus maximus sed non lectus. Cras malesuada pretium placerat. Nullam venenatis dolor a ante rhoncus.',
- icon: 'tabler:template',
- },
- {
- title: 'Medical',
- description:
- 'Vestibulum malesuada lacus id nibh posuere feugiat. Nam volutpat nulla a felis ultrices, id suscipit mauris congue. In hac habitasse platea dictumst.',
- icon: 'tabler:template',
- },
- {
- title: 'Fashion Design',
- description:
- 'Maecenas eu tellus eget est scelerisque lacinia et a diam. Aliquam velit lorem, vehicula id fermentum et, rhoncus et purus.',
- icon: 'tabler:template',
- },
- ]}
- image={{
- src: 'https://images.unsplash.com/photo-1504384308090-c894fdcc538d?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1740&q=80',
- alt: 'Colorful Image',
- }}
- />
-
- <!-- Steps2 Widget ****************** -->
-
- <Steps2
- title="Our values"
- subtitle="Maecenas eu tellus eget est scelerisque lacinia et a diam. Aliquam velit lorem, vehicula id fermentum et, rhoncus et purus. Nulla facilisi. Vestibulum malesuada lacus."
- items={[
- {
- title: 'Customer-centric approach',
- description:
- 'Donec id nibh neque. Quisque et fermentum tortor. Fusce vitae dolor a mauris dignissim commodo. Ut eleifend luctus condimentum.',
- },
- {
- title: 'Constant Improvement',
- description:
- 'Phasellus laoreet fermentum venenatis. Vivamus dapibus pulvinar arcu eget mattis. Fusce eget mauris leo.',
- },
- {
- title: 'Ethical Practices',
- description:
- 'Vestibulum imperdiet libero et lectus molestie, et maximus augue porta. Orci varius natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.',
- },
- ]}
- />
-
- <!-- Steps2 Widget ****************** -->
-
- <Steps2
- title="Achievements"
- subtitle="Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi sagittis, quam nec venenatis lobortis, mi risus tempus nulla, sed porttitor est nibh at nulla."
- isReversed={true}
- callToAction={{
- text: 'See more',
- href: '/',
- }}
- items={[
- {
- title: 'Global reach',
- description: 'Nam malesuada urna in enim imperdiet tincidunt. Phasellus non tincidunt nisi, at elementum mi.',
- icon: 'tabler:globe',
- },
- {
- title: 'Positive customer feedback and reviews',
- description:
- 'Cras semper nulla leo, eget laoreet erat cursus sed. Praesent faucibus massa in purus iaculis dictum.',
- icon: 'tabler:message-star',
- },
- {
- title: 'Awards and recognition as industry experts',
- description:
- 'Phasellus lacinia cursus velit, eu malesuada magna pretium eu. Etiam aliquet tellus purus, blandit lobortis ex rhoncus vitae.',
- icon: 'tabler:award',
- },
- ]}
- />
-
- <!-- Features2 Widget ************** -->
-
- <Features2
- title="Our locations"
- tagline="Find us"
- columns={4}
- items={[
- {
- title: 'EE.UU',
- description: '1234 Lorem Ipsum St, 12345, Miami',
- },
- {
- title: 'Spain',
- description: '5678 Lorem Ipsum St, 56789, Madrid',
- },
- {
- title: 'Australia',
- description: '9012 Lorem Ipsum St, 90123, Sydney',
- },
- {
- title: 'Brazil',
- description: '3456 Lorem Ipsum St, 34567, São Paulo',
- },
- ]}
- />
-
- <!-- Features2 Widget ************** -->
-
- <Features2
- title="Technical Support"
- tagline="Contact us"
- columns={2}
- items={[
- {
- title: 'Chat with us',
- description:
- 'Integer luctus laoreet libero, auctor varius purus rutrum sit amet. Ut nec molestie nisi, quis eleifend mi.',
- icon: 'tabler:messages',
- },
- {
- title: 'Call us',
- description:
- 'Mauris faucibus finibus orci, in posuere elit viverra non. In hac habitasse platea dictumst. Cras lobortis metus a hendrerit congue.',
- icon: 'tabler:headset',
- },
- ]}
- />
-</Layout>
diff --git a/src/pages/contact.astro b/src/pages/contact.astro
deleted file mode 100644
index 70157e0..0000000
--- a/src/pages/contact.astro
+++ /dev/null
@@ -1,79 +0,0 @@
----
-import Layout from '~/layouts/PageLayout.astro';
-import HeroText from '~/components/widgets/HeroText.astro';
-import ContactUs from '~/components/widgets/Contact.astro';
-import Features2 from '~/components/widgets/Features2.astro';
-
-const metadata = {
- title: 'Contact',
-};
----
-
-<Layout metadata={metadata}>
- <!-- HeroText Widget ******************* -->
-
- <HeroText tagline="Contact" title="Let's Connect!" />
-
- <ContactUs
- id="form"
- title="Drop us a message today!"
- subtitle="For quicker answers, explore our FAQs section. You may find the solution you're looking for right there! If not, our support team is delighted to help you."
- inputs={[
- {
- type: 'text',
- name: 'name',
- label: 'Name',
- },
- {
- type: 'email',
- name: 'email',
- label: 'Email',
- },
- ]}
- textarea={{
- label: 'Message',
- }}
- disclaimer={{
- label:
- 'By submitting this contact form, you acknowledge and agree to the collection of your personal information.',
- }}
- description="Our support team typically responds within 24 business hours."
- />
-
- <!-- Features2 Widget ************** -->
-
- <Features2
- title="We are here to help!"
- items={[
- {
- title: 'General support',
- description: `Chat with us for inquiries related to account management, website navigation, payment issues, accessing purchased templates or general questions about the website's functionality.`,
- },
- {
- title: 'Contact sales',
- description:
- 'Chat with us for questions about purchases, customization options, licensing for commercial use, inquiries about specific template, etc.',
- },
- {
- title: 'Technical support',
- description:
- 'Chat with us when facing issues like template installation, problems editing difficulties, compatibility issues with software or download errors, or other technical challenges related to using the templates.',
- },
- {
- title: 'Phone',
- description: '+1 (234) 567-890',
- icon: 'tabler:headset',
- },
- {
- title: 'Email',
- description: 'contact@support.com',
- icon: 'tabler:mail',
- },
- {
- title: 'Location',
- description: '1234 Lorem Ipsum St, 12345, Miami, EEUU',
- icon: 'tabler:map-pin',
- },
- ]}
- />
-</Layout>
diff --git a/src/pages/homes/mobile-app.astro b/src/pages/homes/mobile-app.astro
deleted file mode 100644
index 510a321..0000000
--- a/src/pages/homes/mobile-app.astro
+++ /dev/null
@@ -1,297 +0,0 @@
----
-import Layout from '~/layouts/PageLayout.astro';
-
-import Header from '~/components/widgets/Header.astro';
-
-import Hero2 from '~/components/widgets/Hero2.astro';
-import CallToAction from '~/components/widgets/CallToAction.astro';
-import Features3 from '~/components/widgets/Features3.astro';
-import Content from '~/components/widgets/Content.astro';
-import Testimonials from '~/components/widgets/Testimonials.astro';
-import FAQs from '~/components/widgets/FAQs.astro';
-import Stats from '~/components/widgets/Stats.astro';
-
-import Button from '~/components/ui/Button.astro';
-import Image from '~/components/common/Image.astro';
-
-const appStoreImg = '~/assets/images/app-store.png';
-const appStoreDownloadLink = 'https://github.com/onwidget/astrowind';
-
-const googlePlayImg = '~/assets/images/google-play.png';
-const googlePlayDownloadLink = 'https://github.com/onwidget/astrowind';
-
-const metadata = {
- title: 'Mobile App Homepage',
-};
----
-
-<Layout metadata={metadata}>
- <Fragment slot="announcement"></Fragment>
- <Fragment slot="header">
- <Header
- position="left"
- links={[
- { text: 'Services', href: '#' },
- { text: 'Features', href: '#' },
- { text: 'About', href: '#' },
- ]}
- actions={[
- {
- text: 'Download',
- href: '#download',
- },
- ]}
- isSticky
- showToggleTheme
- />
- </Fragment>
-
- <!-- Hero2 Widget ******************* -->
-
- <Hero2
- tagline="Mobile App Web Demo"
- image={{
- src: 'https://images.unsplash.com/photo-1535303311164-664fc9ec6532?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=987&q=80',
- alt: 'AstroWind Hero Image',
- }}
- >
- <Fragment slot="title">
- <span class="text-accent dark:text-white">AstroWind App</span>: <br /> professional websites <span
- class="hidden xl:inline">made easy</span
- >
- </Fragment>
-
- <Fragment slot="subtitle">
- <span class="hidden sm:inline">
- Unlock boundless creativity at your fingertips: your gateway to innovative design.
- </span>
- Download now and embark on a journey to elevate your projects like never before.
- </Fragment>
-
- <div slot="actions" class="flex max-w-sm gap-4">
- <Button variant="link" href={appStoreDownloadLink}>
- <Image src={appStoreImg} alt="App Store Image" width={200} />
- </Button>
-
- <Button variant="link" href={googlePlayDownloadLink}>
- <Image src={googlePlayImg} alt="Google Play Image" width={200} />
- </Button>
- </div>
- </Hero2>
-
- <!-- Features3 Widget ************** -->
-
- <Features3
- id="features"
- title="How to use our app?"
- subtitle="Tired of spending hours crafting documents from scratch? Our app offers an innovative solution. With a wide array of professionally designed templates, you can now create stunning documents in minutes. Explore our templates now and experience the difference."
- tagline="Step-by-step guide"
- columns={2}
- items={[
- {
- title: 'Download and install the app',
- description: `Begin your journey by downloading our user-friendly app from your device's app store or our official website.`,
- icon: 'tabler:square-number-1',
- },
- {
- title: 'Sign up',
- description:
- 'Create your account by providing the necessary information, enabling you to access our full range of features.',
- icon: 'tabler:square-number-2',
- },
- {
- title: 'Browse templates',
- description: 'Explore our diverse collection of website templates, categorized for easy navigation.',
- icon: 'tabler:square-number-3',
- },
- {
- title: 'Preview and select a template',
- description: `Visualize the potential of each template through previews, then choose the one that aligns best with your project's needs.`,
- icon: 'tabler:square-number-4',
- },
- ]}
- image={{
- src: 'https://images.unsplash.com/photo-1521517407911-565264e7d82d?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=2069&q=80',
- alt: 'Colorful Image',
- }}
- />
-
- <!-- Content Widget **************** -->
-
- <Content
- isReversed
- items={[
- {
- title: 'User-friendly interface',
- description:
- 'An intuitive and easy-to-navigate interface that allows users to quickly browse and find the templates they need.',
- icon: 'tabler:wand',
- },
- {
- title: 'Personalization options',
- description:
- 'Include basic customization tools that let users modify text, colors, images, and other elements within the templates.',
- icon: 'tabler:settings',
- },
- {
- title: 'Ready-to-use components',
- description:
- 'Enhance your designs with ready-to-use elements like graphics, icons, and layouts, saving you time and boosting visual appeal.',
- icon: 'tabler:template',
- },
- {
- title: 'Preview Mode',
- description: 'Provide a preview of each template, allowing users to see how it looks before making a purchase.',
- icon: 'tabler:carousel-horizontal',
- },
- ]}
- image={{
- src: 'https://images.unsplash.com/photo-1576153192621-7a3be10b356e?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1674&q=80',
- alt: 'Colorful Image',
- }}
- >
- <Fragment slot="content">
- <h3 class="text-2xl font-bold tracking-tight dark:text-white sm:text-3xl mb-2">Main Features</h3>
- </Fragment>
- </Content>
-
- <!-- Content Widget **************** -->
-
- <Content
- isAfterContent
- items={[
- {
- title: 'Offline Access',
- description: 'Offer the option for users to download purchased templates for offline use.',
- icon: 'tabler:wifi-off',
- },
- {
- title: 'Secure Cloud Storage',
- description:
- 'Provide cloud storage for purchased templates, ensuring users can access and back up their templates from anywhere securely.',
- icon: 'tabler:file-download',
- },
- {
- title: 'Regular Updates',
- description: 'Continuously add new templates and features to keep the app fresh and engaging for users.',
- icon: 'tabler:refresh',
- },
- {
- title: 'Wishlist',
- description: `Allow users to create a wishlist of templates they're interested in, making it easier for them to revisit and potentially purchase later.`,
- icon: 'tabler:heart',
- },
- ]}
- image={{
- src: 'https://images.unsplash.com/photo-1453738773917-9c3eff1db985?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=2070&q=80',
- alt: 'Vintage Image',
- }}
- >
- <Fragment slot="content">
- <h3 class="text-2xl font-bold tracking-tight dark:text-white sm:text-3xl mb-2">Other features</h3>
- </Fragment>
- </Content>
-
- <!-- Stats Widget ****************** -->
-
- <Stats
- title="Statistics of our app"
- stats={[
- { amount: '20K', icon: 'tabler:download' },
- { amount: '18.5K', icon: 'tabler:users' },
- { amount: '4.7', icon: 'tabler:user-star' },
- ]}
- />
-
- <!-- Testimonials Widget *********** -->
-
- <Testimonials
- title="What our users say?"
- testimonials={[
- {
- testimonial: `It's made exploring and downloading website templates a breeze. The interface is intuitive, and I had no trouble finding the perfect template for my project. It's an app that truly empowers users.`,
- name: 'Cary Kennedy',
- job: 'Film director',
- image: {
- src: 'https://images.unsplash.com/photo-1438761681033-6461ffad8d80?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=2070&q=80',
- alt: 'Cary Kennedy Image',
- },
- },
- {
- testimonial: `The app's seamless download process and intuitive layout have made selecting templates an enjoyable experience. Being able to preview and experiment with different designs before committing has saved me time and ensured I get the perfect look for my website.`,
- name: 'Josh Wilkinson',
- job: 'Product Manager',
- image: {
- src: 'https://images.unsplash.com/flagged/photo-1570612861542-284f4c12e75f?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=2070&q=80',
- alt: 'Josh Wilkinson Image',
- },
- },
- {
- testimonial:
- 'I was able to download and use a professional website template within minutes. The step-by-step process and user-friendly interface made it easy for me to create a website that looks as if it was designed by a pro.',
- name: 'Sidney Hansen',
- job: 'Decorator',
- image: {
- src: 'https://images.unsplash.com/photo-1512361436605-a484bdb34b5f?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=2070&q=80',
- alt: 'Sidney Hansen Image',
- },
- },
- ]}
- callToAction={{
- target: '_blank',
- text: 'Read more testimonials',
- href: 'https://github.com/onwidget/astrowind',
- icon: 'tabler:chevron-right',
- }}
- />
-
- <!-- FAQs Widget ******************* -->
-
- <FAQs
- title="Still have some doubts?"
- items={[
- {
- title: 'What does this app do?',
- description:
- 'This app provides a platform for you to easily browse, purchase, download, and use a wide range of website templates for your projects.',
- },
- {
- title: 'How can this app solve my problem?',
- description:
- 'This app streamlines the process of finding and implementing professional website designs, saving you time and effort in creating visually appealing and functional websites.',
- },
- {
- title: 'Is it available for my device?',
- description: `Our app is designed for compatibility across various devices and platforms, ensuring accessibility whether you're using a smartphone, tablet, or computer.`,
- },
- {
- title: 'What makes this app different from others?',
- description:
- 'Our app stands out for its user-friendly interface, extensive template collection, and seamless integration of the purchasing and downloading process, making it highly efficient.',
- },
- {
- title: 'Are there any costs involved?',
- description:
- 'While the app itself may be free to download, there may be costs associated with purchasing specific templates based on your preferences and project requirements.',
- },
- ]}
- />
-
- <!-- CallToAction Widget *********** -->
-
- <CallToAction
- id="download"
- title="Download our app now!"
- subtitle="Access a variety of stunning templates, simplify your creative process, and elevate your online presence."
- >
- <div slot="actions" class="flex max-w-sm gap-4">
- <Button variant="link" href={appStoreDownloadLink}>
- <Image src={appStoreImg} alt="App Store Image" width={200} />
- </Button>
-
- <Button variant="link" href={googlePlayDownloadLink}>
- <Image src={googlePlayImg} alt="Google Play Image" width={200} />
- </Button>
- </div>
- </CallToAction>
-</Layout>
diff --git a/src/pages/homes/personal.astro b/src/pages/homes/personal.astro
deleted file mode 100644
index 092053d..0000000
--- a/src/pages/homes/personal.astro
+++ /dev/null
@@ -1,405 +0,0 @@
----
-import Layout from '~/layouts/PageLayout.astro';
-
-import Header from '~/components/widgets/Header.astro';
-import Hero from '~/components/widgets/Hero.astro';
-import Content from '~/components/widgets/Content.astro';
-import CallToAction from '~/components/widgets/CallToAction.astro';
-import Features3 from '~/components/widgets/Features3.astro';
-import Testimonials from '~/components/widgets/Testimonials.astro';
-import Steps from '~/components/widgets/Steps.astro';
-import BlogLatestPosts from '~/components/widgets/BlogLatestPosts.astro';
-import { getPermalink } from '~/utils/permalinks';
-
-const metadata = {
- title: 'Personal Homepage Demo',
-};
----
-
-<Layout metadata={metadata}>
- <Fragment slot="announcement"></Fragment>
- <Fragment slot="header">
- <Header
- links={[
- { text: 'Home', href: '#' },
- { text: 'About', href: '#about' },
- { text: 'Resume', href: '#resume' },
- { text: 'Porfolio', href: '#porfolio' },
- { text: 'Blog', href: '#blog' },
- { text: 'Github', href: 'https://github.com/onwidget' },
- ]}
- actions={[
- {
- text: 'Hire me',
- href: '#',
- },
- ]}
- isSticky
- showToggleTheme
- />
- </Fragment>
-
- <!-- Hero2 Widget ******************* -->
-
- <Hero
- id="hero"
- title="Sarah Johnson"
- tagline="Personal Web Demo"
- actions={[{ variant: 'primary', text: 'Hire me', href: getPermalink('/contact#form') }]}
- >
- <Fragment slot="subtitle">
- I'm a Graphic Designer passionate about crafting visual stories. <br /> With 5 years of experience and a degree from
- New York University's School of Design. I infuse vitality into brands and designs, transforming concepts into captivating
- realities.
- </Fragment>
- </Hero>
-
- <!-- Content Widget **************** -->
-
- <Content
- id="about"
- columns={3}
- items={[
- {
- icon: 'tabler:brand-dribbble',
- callToAction: {
- target: '_blank',
- text: 'Dribbble',
- href: '#',
- },
- },
- {
- icon: 'tabler:brand-behance',
- callToAction: {
- target: '_blank',
- text: 'Behance',
- href: '#',
- },
- },
- {
- icon: 'tabler:brand-pinterest',
- callToAction: {
- target: '_blank',
- text: 'Pinterest',
- href: '#',
- },
- },
- ]}
- image={{
- src: 'https://images.unsplash.com/photo-1491349174775-aaafddd81942?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=774&q=80',
- alt: 'Colorful Image',
- loading: 'eager',
- }}
- >
- <Fragment slot="content">
- <h2 class="text-2xl font-bold tracking-tight dark:text-white sm:text-3xl mb-2">About me</h2>
- <p>
- Welcome to my creative journey. My work is a testament to my commitment to bringing ideas to life, where each
- pixel becomes a brushstroke in the canvas of imagination.
- </p>
- <br />
- <p>
- I find inspiration in the world around me, whether through the pages of a captivating novel, the intricate
- details of typography, or the vibrant hues of nature during my outdoor escapades.
- </p>
- <br />
- <p>If you're curious to dive deeper into my work, you can follow me:</p>
- </Fragment>
-
- <Fragment slot="bg">
- <div class="absolute inset-0 bg-blue-50 dark:bg-transparent"></div>
- </Fragment>
- </Content>
-
- <!-- Steps Widget ****************** -->
-
- <Steps
- id="resume"
- title="Work experience"
- items={[
- {
- title:
- 'Graphic Designer <br /> <span class="font-normal">ABC Design Studio, New York, NY</span> <br /> <span class="text-sm font-normal">2021 - Present</span>',
- description: `Collaborate with clients to understand design requirements and objectives. <br /> Develop branding solutions, including logos, color palettes, and brand guidelines. <br /> Design marketing materials such as brochures, posters, and digital assets. <br /> Create visually appealing user interfaces for websites and applications.`,
- icon: 'tabler:briefcase',
- },
- {
- title:
- 'Junior Graphic Designer <br /> <span class="font-normal">XYZ Creative Agency, Los Angeles, CA</span> <br /> <span class="text-sm font-normal">2018 - 2021</span>',
- description: `Assisted senior designers in creating design concepts and visual assets. <br /> Contributed to the development of brand identities and marketing collateral. <br /> Collaborated with the marketing team to ensure consistent design across campaigns. <br /> Gained hands-on experience in various design software and tools.`,
- icon: 'tabler:briefcase',
- },
- ]}
- classes={{ container: 'max-w-3xl' }}
- />
-
- <!-- Steps Widget ****************** -->
-
- <Steps
- id="resume"
- title="Education"
- items={[
- {
- title: `Master of Fine Arts in Graphic Design <br /> <span class="font-normal">New York University's School of Design</span> <br /> <span class="text-sm font-normal">2018 - 2020</span>`,
- icon: 'tabler:school',
- },
- {
- title: `Bachelor of Arts in Graphic Design <br /> <span class="font-normal">New York University's School of Design</span> <br /> <span class="text-sm font-normal">2014 - 2018</span>`,
- icon: 'tabler:school',
- },
- ]}
- classes={{ container: 'max-w-3xl' }}
- />
-
- <!-- Features3 Widget ************** -->
-
- <Features3
- title="Skills"
- subtitle="Discover the proficiencies that allow me to bring imagination to life through design."
- columns={3}
- defaultIcon="tabler:point-filled"
- items={[
- {
- title: 'Graphic design',
- description: 'Proficient in crafting visually appealing designs that convey messages effectively.',
- },
- {
- title: 'Branding and identity',
- description: 'Skilled at developing cohesive brand identities, including logos and brand guidelines.',
- },
- {
- title: 'User-centered design',
- description: 'Experienced in creating user-friendly interfaces and optimizing user experiences.',
- },
- {
- title: 'Adobe Creative Suite',
- description: 'Skilled in using Photoshop, Illustrator, and InDesign to create and edit visual elements.',
- },
- {
- title: 'Typography',
- description: 'Adept in selecting and manipulating typefaces to enhance design aesthetics.',
- },
- {
- title: 'Color theory',
- description: 'Proficient in using color to evoke emotions and enhance visual harmony.',
- },
- {
- title: 'Print and digital design',
- description: 'Knowledgeable in designing for both print materials and digital platforms.',
- },
- {
- title: 'Attention to detail',
- description: 'Diligent in maintaining precision and quality in all design work.',
- },
- {
- title: 'Adaptability',
- description: 'Quick to adapt to new design trends, technologies, and client preferences.',
- },
- ]}
- />
-
- <!-- Content Widget **************** -->
-
- <Content
- id="porfolio"
- title="Elevating visual narratives"
- subtitle="Embark on a design journey that surpasses pixels, entering a realm of imagination. Explore my portfolio, where passion and creativity converge to shape enthralling visual narratives."
- isReversed
- items={[
- {
- title: 'Description:',
- description:
- 'Developed a comprehensive brand identity for a tech startup, Tech Innovators, specializing in disruptive innovations. The goal was to convey a modern yet approachable image that resonated with both corporate clients and tech enthusiasts.',
- },
- {
- title: 'Role:',
- description:
- 'Led the entire branding process from concept to execution. Created a dynamic logo that symbolized innovation, selected a vibrant color palette, and I designed corporate stationery, website graphics, and social media assets.',
- },
- ]}
- image={{
- src: 'https://images.unsplash.com/photo-1658248165252-71e116af1b34?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=928&q=80',
- alt: 'Tech Design Image',
- }}
- callToAction={{
- target: '_blank',
- text: 'Go to the project',
- icon: 'tabler:chevron-right',
- href: '#',
- }}
- >
- <Fragment slot="content">
- <h3 class="text-2xl font-bold tracking-tight dark:text-white sm:text-3xl mb-2">
- Project 1: <br /><span class="text-2xl">Brand identity for tech innovators</span>
- </h3>
- </Fragment>
-
- <Fragment slot="bg">
- <div class="absolute inset-0 bg-blue-50 dark:bg-transparent"></div>
- </Fragment>
- </Content>
-
- <!-- Content Widget **************** -->
-
- <Content
- isReversed
- isAfterContent={true}
- items={[
- {
- title: 'Description:',
- description:
- 'Designed a captivating event poster for an art and music festival, "ArtWave Fusion," aiming to showcase the synergy between visual art and music genres.',
- },
- {
- title: 'Role:',
- description: `Translated the festival's creative theme into a visually striking poster. Used bold typography, vibrant colors, and abstract elements to depict the fusion of art and music. Ensured the design captured the festival's vibrant atmosphere.`,
- },
- ]}
- image={{
- src: 'https://images.unsplash.com/photo-1619983081563-430f63602796?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=774&q=80',
- alt: 'Art and Music Poster Image',
- }}
- callToAction={{
- target: '_blank',
- text: 'Go to the project',
- icon: 'tabler:chevron-right',
- href: '#',
- }}
- >
- <Fragment slot="content">
- <h3 class="text-2xl font-bold tracking-tight dark:text-white sm:text-3xl mb-2">
- Project 2: <br /><span class="text-2xl">Event poster for art & music festival</span>
- </h3>
- </Fragment>
-
- <Fragment slot="bg">
- <div class="absolute inset-0 bg-blue-50 dark:bg-transparent"></div>
- </Fragment>
- </Content>
-
- <!-- Content Widget **************** -->
-
- <Content
- isReversed
- isAfterContent={true}
- items={[
- {
- title: 'Description:',
- description: `Redesigned the e-commerce website for an eco-conscious fashion brand, GreenVogue. The objective was to align the brand's online presence with its sustainable ethos and improve user experience.`,
- },
- {
- title: 'Role:',
- description: `Conducted a thorough analysis of the brand's values and customer base to inform the design direction. Created a visually appealing interface with intuitive navigation, highlighting sustainable materials, and integrating a user-friendly shopping experience.`,
- },
- ]}
- image={{
- src: 'https://plus.unsplash.com/premium_photo-1683288295841-782fa47e4770?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=870&q=80',
- alt: 'Fashion e-commerce Image',
- }}
- callToAction={{
- target: '_blank',
- text: 'Go to the project',
- icon: 'tabler:chevron-right',
- href: '#',
- }}
- >
- <Fragment slot="content">
- <h3 class="text-2xl font-bold tracking-tight dark:text-white sm:text-3xl mb-2">
- Project 3: <br /><span class="text-2xl">E-commerce website redesign for fashion brand</span>
- </h3>
- </Fragment>
-
- <Fragment slot="bg">
- <div class="absolute inset-0 bg-blue-50 dark:bg-transparent"></div>
- </Fragment>
- </Content>
-
- <!-- Testimonials Widget *********** -->
-
- <Testimonials
- title="Client testimonials"
- subtitle="Discover what clients have to say about their experiences working with me."
- testimonials={[
- {
- testimonial: `She took our vague concept and turned it into a visual masterpiece that perfectly aligned with our goals. Her attention to detail and ability to translate ideas into compelling visuals exceeded our expectations.`,
- name: 'Mark Thompson',
- job: 'Creative director',
- image: {
- src: 'https://images.unsplash.com/photo-1500648767791-00dcc994a43e?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=774&q=80',
- alt: 'Mark Thompson Image',
- },
- },
- {
- testimonial: `She transformed our brand identity with her creative finesse, capturing our essence in every element. Her dedication and talent truly shine through her work.`,
- name: 'Emily Martinez',
- job: 'CEO',
- image: {
- src: 'https://images.unsplash.com/photo-1554151228-14d9def656e4?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=772&q=80',
- alt: 'Emily Martinez Image',
- },
- },
- {
- testimonial: `She has an uncanny ability to communicate emotions and stories. She crafted a logo for our NGO that not only represents our cause but also evokes empathy. Her professionalism and commitment make her a designer of exceptional caliber.`,
- name: 'Laura Simmons',
- job: 'Founder of an NGO',
- image: {
- src: 'https://images.unsplash.com/photo-1554727242-741c14fa561c?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=774&q=80',
- alt: 'Laura Simmons Image',
- },
- },
- {
- testimonial: `We entrusted Sarah with revamping our website's user interface, and the results were astounding. Her intuitive design sense enhanced user experience, leading to a significant increase in engagement. She's a designer who truly understands the synergy of aesthetics and functionality.`,
- name: 'Alex Foster',
- job: 'Director of web services',
- image: {
- src: 'https://images.unsplash.com/photo-1599566150163-29194dcaad36?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=774&q=80',
- alt: 'Alex Foster Image',
- },
- },
- {
- testimonial: `She took our vision and elevated it beyond imagination. Her ability to capture brand essence and translate it into design is nothing short of remarkable. Working with her has been an inspiring journey.`,
- name: 'Jessica Collins',
- job: 'Product Manager',
- image: {
- src: 'https://images.unsplash.com/photo-1548142813-c348350df52b?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=778&q=80',
- alt: 'Jessica Collins Image',
- },
- },
- {
- testimonial: `Her ability to transform concepts into captivating visuals is nothing short of extraordinary. She took our event poster idea and turned it into a visual masterpiece that perfectly captured the essence of our festival. Sarah's dedication, creativity, and knack for delivering beyond expectations make her an invaluable asset to any project.`,
- name: 'Michael Carter',
- job: 'Event Coordinator',
- image: {
- src: 'https://images.unsplash.com/photo-1566492031773-4f4e44671857?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=774&q=80',
- alt: 'Michael Carter Image',
- },
- },
- ]}
- />
-
- <!-- CallToAction Widget *********** -->
-
- <CallToAction
- title="Let's create together"
- subtitle="Ready to transform your vision into captivating designs?"
- actions={[
- {
- variant: 'primary',
- text: 'Hire me',
- href: '/',
- },
- ]}
- />
-
- <!-- BlogLatestPost Widget **************** -->
-
- <BlogLatestPosts
- id="blog"
- title="Explore my insightful articles on my blog"
- information={`Dive into a realm of design wisdom and creative inspiration, where you'll find invaluable insights, practical tips, and captivating narratives that elevate and enrich your creative journey.`}
- >
- <Fragment slot="bg">
- <div class="absolute inset-0 bg-blue-50 dark:bg-transparent"></div>
- </Fragment>
- </BlogLatestPosts>
-</Layout>
diff --git a/src/pages/homes/saas.astro b/src/pages/homes/saas.astro
deleted file mode 100644
index 14ca203..0000000
--- a/src/pages/homes/saas.astro
+++ /dev/null
@@ -1,349 +0,0 @@
----
-import Layout from '~/layouts/PageLayout.astro';
-
-import Header from '~/components/widgets/Header.astro';
-import Hero2 from '~/components/widgets/Hero2.astro';
-import Features from '~/components/widgets/Features.astro';
-import Steps2 from '~/components/widgets/Steps2.astro';
-import Content from '~/components/widgets/Content.astro';
-import Pricing from '~/components/widgets/Pricing.astro';
-
-import { headerData } from '~/navigation';
-import FAQs from '~/components/widgets/FAQs.astro';
-import BlogLatestPosts from '~/components/widgets/BlogLatestPosts.astro';
-
-const metadata = {
- title: 'SaaS Landing Page',
-};
----
-
-<Layout metadata={metadata}>
- <Fragment slot="header">
- <Header
- {...headerData}
- actions={[
- {
- variant: 'secondary',
- text: 'Login',
- href: '#',
- },
- {
- variant: 'primary',
- text: 'Sign Up',
- href: '#',
- },
- ]}
- isSticky
- />
- </Fragment>
-
- <!-- Hero2 Widget ******************* -->
-
- <Hero2
- tagline="SaaS Web Demo"
- actions={[
- { variant: 'primary', target: '_blank', text: 'Get Started', href: 'https://github.com/onwidget/astrowind' },
- { text: 'Learn more', href: '#features' },
- ]}
- image={{
- src: 'https://images.unsplash.com/photo-1580481072645-022f9a6dbf27?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=2070&q=80',
- alt: 'AstroWind Hero Image',
- }}
- >
- <Fragment slot="title">
- Simplify web design with Astrowind: <br /> your ultimate <span class="text-accent dark:text-white"
- >SaaS</span
- > companion<br />
- </Fragment>
-
- <Fragment slot="subtitle">
- <span class="hidden sm:inline">
- Elevate your website creation process with <span class="font-semibold">AstroWind</span>'s SaaS solutions.</span
- >
- Seamlessly blend the power of Astro 5.0 and Tailwind CSS to craft websites that resonate with your brand and audience.
- </Fragment>
- </Hero2>
-
- <!-- Features Widget *************** -->
-
- <Features
- id="features"
- title="Why choose AstroWind?"
- subtitle="Each of the following features enhances AstroWind's value proposition."
- columns={2}
- items={[
- {
- title: 'Integration of Astro 5.0 and Tailwind CSS',
- description:
- 'Offers a powerful combination that enhances both the development process and the end-user experience. Also, allows to build dynamic and visually stunning websites with optimized performance.',
- icon: 'tabler:layers-union',
- },
- {
- title: 'Versatile design for startups, small businesses, and more',
- description: `Easily customize AstroWind to harmonize with the unique branding and identity of your venture. AstroWind's versatile design adapts to suit your needs.`,
- icon: 'tabler:artboard',
- },
- {
- title: 'Effortless customization for portfolios and marketing sites',
- description:
- 'With intuitive customization, easily showcase portfolio pieces, case studies, project highlights, and relevant content. Ideal for creative professionals and businesses looking to highlight their expertise.',
- icon: 'tabler:writing',
- },
- {
- title: 'Optimized landing pages and engaging blogs',
- description: `Landing pages are strategically designed to captivate visitors and prompt specific actions. Additionally, the blog creation feature empowers sharing insights, engaging the audience.`,
- icon: 'tabler:podium',
- },
- {
- title: 'Fast loading times and production-ready code',
- description: `Using Astro 5.0 ensures fast loading and seamless rendering, enhancing browsing. The code follows best practices, improving user experience, SEO, and reducing bounce rates.`,
- icon: 'tabler:rocket',
- },
- {
- title: 'SEO-optimized structure for enhanced visibility',
- description: `Follows SEO best practices with clean code, semantic HTML markup, and fast loading, enhancing search engine rankings. AstroWind's SEO structure ensures visibility to potential customers and clients.`,
- icon: 'tabler:eyeglass',
- },
- ]}
- />
-
- <!-- Content Widget **************** -->
-
- <Content
- title="Use cases"
- subtitle="Discover how AstroWind's versatile template serves as the ideal solution for various use cases, providing tailored solutions to drive success."
- isReversed
- items={[
- {
- title: 'Description:',
- description:
- 'Are you a startup with big dreams? AstroWind propels your success. Our template forges a seamless online presence, attracting investors and customers from day one. Astro 5.0 and Tailwind CSS ensure striking, responsive sites, leaving lasting impressions. Countless startups leverage AstroWind to kickstart their journey and resonate with audiences.',
- },
- {
- title: 'Benefits:',
- description: `Allow startups to quickly create professional websites without investing extensive time and resources. <br /> Make a memorable first impression with visually appealing design elements that highlight your startup's unique value proposition. <br /> Ensures your website looks stunning and works well on all devices. <br /> Engage potential investors and customers with engaging content, clear messaging, and intuitive navigation.`,
- },
- ]}
- image={{
- src: 'https://images.unsplash.com/photo-1620558138198-cfb9b4f3c294?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1671&q=80',
- alt: 'Startup Image',
- }}
- >
- <Fragment slot="content">
- <h3 class="text-2xl font-bold tracking-tight dark:text-white sm:text-3xl mb-2">
- Startup success stories: <br /><span class="text-2xl">Launching with AstroWind</span>
- </h3>
- </Fragment>
-
- <Fragment slot="bg">
- <div class="absolute inset-0 bg-blue-50 dark:bg-transparent"></div>
- </Fragment>
- </Content>
-
- <!-- Content Widget **************** -->
-
- <Content
- isAfterContent={true}
- items={[
- {
- title: 'Description:',
- description: `For SaaS businesses, user experience is key. AstroWind enhances showcasing SaaS solutions intuitively. The template's Astro 5.0 and Tailwind CSS integration guarantees user-friendly experience, mirroring your software's efficiency. Customize pages to communicate SaaS value and solutions for your audience.`,
- },
- {
- title: 'Benefits:',
- description: `Ensuring a cohesive and user-centric design for your SaaS website. <br /> Effectively communicate complex SaaS features through visual aids, animations, and interactive elements. <br /> Prioritize user needs and pain points through well-structured layouts and clear navigation. <br /> Encourage visitors to take action with strategically placed CTAs. <br /> Ensures your SaaS website works seamlessly across all devices.`,
- },
- ]}
- image={{
- src: 'https://images.unsplash.com/photo-1531973486364-5fa64260d75b?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1658&q=80',
- alt: 'SaaS Businesses Image',
- }}
- >
- <Fragment slot="content">
- <h3 class="text-2xl font-bold tracking-tight dark:text-white sm:text-3xl mb-2">
- SaaS showcase: <br /><span class="text-2xl">Streamlining user experience</span>
- </h3>
- </Fragment>
-
- <Fragment slot="bg">
- <div class="absolute inset-0 bg-blue-50 dark:bg-transparent"></div>
- </Fragment>
- </Content>
-
- <!-- Content Widget **************** -->
-
- <Content
- isReversed
- isAfterContent={true}
- items={[
- {
- title: 'Description:',
- description: `Your portfolio is your masterpiece, and AstroWind is your canvas. Whether you're a designer, photographer, artist, or any other creative professional, AstroWind empowers you to showcase your work with elegance and sophistication. Tailored to highlight your creative projects, AstroWind's templates offer a visually immersive experience that lets your portfolio shine.`,
- },
- {
- title: 'Benefits:',
- description: `Serve as a captivating backdrop to showcase your creative work, capturing attention and leaving a lasting impression. <br /> Tailor your portfolio to reflect your unique style and artistic vision. <br /> Prioritizes visuals, allowing you to present your work in high-resolution detail that draws viewers into your creations. <br /> Enables seamless navigation for effortless portfolio exploration.`,
- },
- ]}
- image={{
- src: 'https://images.unsplash.com/photo-1635070041078-e363dbe005cb?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=2070&q=80',
- alt: 'Portfolio Image',
- }}
- >
- <Fragment slot="content">
- <h3 class="text-2xl font-bold tracking-tight dark:text-white sm:text-3xl mb-2">
- Creative portfolios: <br /><span class="text-2xl">Highlighting your work</span>
- </h3>
- </Fragment>
-
- <Fragment slot="bg">
- <div class="absolute inset-0 bg-blue-50 dark:bg-transparent"></div>
- </Fragment>
- </Content>
-
- <!-- Content Widget **************** -->
-
- <Content
- items={[
- {
- title: 'Description:',
- description: `For small businesses, a well-crafted website can be a game-changer. AstroWind empowers small businesses to not only establish a credible online presence but also convert visitors into loyal customers. The template's thoughtful design and optimization features ensure that your website doesn't just attract attention but also guides visitors through a seamless journey, ultimately leading to conversions.`,
- },
- {
- title: 'Benefits:',
- description: `Present your small business with a professional and polished website that instills confidence and trust among visitors. <br /> Strategically placed CTAs, user-friendly forms, and optimized layouts work together to drive user engagement and conversions. <br /> Ensure a smooth browsing experience, reducing bounce rates and encouraging interaction.`,
- },
- ]}
- image={{
- src: 'https://images.unsplash.com/photo-1514621166532-aa7eb1a3a2f4?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=774&q=80',
- alt: 'Small Business Image',
- }}
- >
- <Fragment slot="content">
- <h3 class="text-2xl font-bold tracking-tight dark:text-white sm:text-3xl mb-2">
- Small business growth: <br /><span class="text-2xl">Converting visitors into customers</span>
- </h3>
- </Fragment>
-
- <Fragment slot="bg">
- <div class="absolute inset-0 bg-blue-50 dark:bg-transparent"></div>
- </Fragment>
- </Content>
-
- <!-- Pricing Widget ******************* -->
-
- <Pricing
- title="Flexible pricing plans"
- prices={[
- {
- title: 'free',
- subtitle: 'Access to core features and a wide range of templates',
- price: '0',
- period: '/ month',
- callToAction: {
- target: '_blank',
- text: 'Get Started for Free',
- href: '#',
- },
- },
- {
- title: 'pro',
- subtitle: 'Premium templates and advanced customization',
- price: 15,
- period: '/ Month',
- callToAction: {
- target: '_blank',
- text: 'Upgrade to Pro',
- href: '#',
- },
- hasRibbon: true,
- ribbonTitle: 'popular',
- },
- {
- title: 'Enterprise',
- subtitle: 'Tailored solutions for large-scale projects',
- price: 45,
- period: '/ Month',
- callToAction: {
- target: '_blank',
- text: 'Unlock Enterprise Features',
- href: '#',
- },
- },
- ]}
- />
-
- <!-- FAQs Widget ******************* -->
-
- <FAQs
- title="Frequently Asked Questions"
- items={[
- {
- title: 'Is AstroWind compatible with the latest versions of Astro and Tailwind CSS?',
- description:
- 'Yes, AstroWind is designed to be compatible with the latest versions of both Astro and Tailwind CSS. This ensures that you can harness the full capabilities of these technologies while benefiting from the features offered by AstroWind.',
- icon: 'tabler:chevrons-right',
- },
- {
- title: 'Can I use AstroWind for both personal and commercial projects?',
- description: `Certainly! AstroWind is versatile and can be used for a wide range of projects, including both personal and commercial endeavors. Whether you're building a professional portfolio, launching a startup, or creating a marketing website, AstroWind has you covered.`,
- icon: 'tabler:chevrons-right',
- },
- {
- title: 'What level of coding knowledge is required to use AstroWind?',
- description:
- 'While some familiarity with HTML, CSS, and web development concepts is helpful, the user-friendly interface and customization options allow those with limited coding experience to create impressive websites. For more advanced users, AstroWind offers extensive customization capabilities.',
- icon: 'tabler:chevrons-right',
- },
- {
- title: 'Is customer support available for AstroWind users seeking guidance?',
- description: `Absolutely, our dedicated customer support team is here to assist you with any questions or challenges you may encounter. Feel free to reach out to us through our support channels, and we'll be happy to provide the help you need.`,
- icon: 'tabler:chevrons-right',
- },
- ]}
- >
- <Fragment slot="bg">
- <div class="absolute inset-0 bg-blue-50 dark:bg-transparent"></div>
- </Fragment>
- </FAQs>
-
- <!-- Steps2 Widget ****************** -->
-
- <Steps2
- title="Reach out to us"
- subtitle="Have questions? Feel free to contact us using the form below. We're here to help!"
- callToAction={{
- text: 'Contact us',
- href: '/',
- }}
- items={[
- {
- title: 'Email us',
- description: 'contact@support.com',
- icon: 'tabler:mail',
- },
- {
- title: 'Call us',
- description: '+1 (234) 567-890',
- icon: 'tabler:headset',
- },
- {
- title: 'Follow us',
- description: '@example',
- icon: 'tabler:brand-twitter',
- },
- ]}
- />
-
- <!-- BlogLatestPost Widget **************** -->
-
- <BlogLatestPosts
- id="blog"
- title="Stay informed with AstroWind's blog"
- information={`Explore our collection of articles, guides, and tutorials on web development, design trends, and using AstroWind effectively for your projects.`}
- >
- <Fragment slot="bg">
- <div class="absolute inset-0 bg-blue-50 dark:bg-transparent"></div>
- </Fragment>
- </BlogLatestPosts>
-</Layout>
diff --git a/src/pages/homes/startup.astro b/src/pages/homes/startup.astro
deleted file mode 100644
index 56c14bd..0000000
--- a/src/pages/homes/startup.astro
+++ /dev/null
@@ -1,317 +0,0 @@
----
-import Layout from '~/layouts/PageLayout.astro';
-
-import Hero from '~/components/widgets/Hero.astro';
-import CallToAction from '~/components/widgets/CallToAction.astro';
-
-import Features2 from '~/components/widgets/Features2.astro';
-import Features from '~/components/widgets/Features.astro';
-import Stats from '~/components/widgets/Stats.astro';
-import Features3 from '~/components/widgets/Features3.astro';
-import FAQs from '~/components/widgets/FAQs.astro';
-import Brands from '~/components/widgets/Brands.astro';
-
-import { YouTube } from 'astro-embed';
-
-const metadata = {
- title: 'Startup Landing Page',
-};
----
-
-<Layout metadata={metadata}>
- <!-- Hero Widget ******************* -->
-
- <Hero
- tagline="Startup Web Demo"
- actions={[
- {
- variant: 'primary',
- target: '_blank',
- text: 'Get templates',
- href: 'https://github.com/onwidget/astrowind',
- icon: 'tabler:download',
- },
- { text: 'Learn more', href: '#features' },
- ]}
- >
- <Fragment slot="title">
- Improve <span class="hidden sm:inline">the online presence of</span> your <span
- class="text-accent dark:text-white">Startup</span
- > with Astrowind templates
- </Fragment>
-
- <Fragment slot="subtitle">
- Step into the spotlight with <span class="font-semibold">Astrowind</span> templates, your pathway to fortifying your
- startup's digital footprint, fostering credibility, and expanding your reach.
- </Fragment>
-
- <Fragment slot="image">
- <YouTube id="gxBkghlglTg" title="Astro just Launched.... Could it be the ultimate web framework?" />
- <style is:inline>
- lite-youtube {
- margin: 0 auto;
- max-width: 100%;
- }
- </style>
- </Fragment>
- </Hero>
-
- <!-- Features2 Widget ************** -->
-
- <Features2
- title="About us"
- subtitle="We believe in the magic of turning dreams into stunning realities. Founded by passionate developers with a shared vision, we set out to simplify the website creation process. Our templates bring together the innovation of Astro 5.0 and the versatility of Tailwind CSS, enabling you to express your unique brand identity like never before."
- >
- <Fragment slot="bg">
- <div class="absolute inset-0 bg-blue-50 dark:bg-transparent"></div>
- </Fragment>
- </Features2>
-
- <!-- Stats Widget ****************** -->
-
- <Stats
- title="Discover the impressive impact of Astrowind"
- subtitle="The numbers below reflect the trust our users have placed in us and the remarkable outcomes we've helped them achieve."
- stats={[
- { title: 'Downloads', amount: '182K' },
- { title: 'Websites Launched', amount: '87' },
- { title: 'User Ratings', amount: '4.8' },
- { title: 'Satisfied Clients', amount: '116K' },
- ]}
- />
-
- <!-- Brands Widget ****************** -->
-
- <Brands
- title="Partnerships & Collaborations"
- subtitle="At Astrowind, we believe in the power of collaboration to drive innovation and create exceptional experiences."
- icons={[]}
- images={[
- {
- src: 'https://cdn.pixabay.com/photo/2015/05/26/09/37/paypal-784404_1280.png',
- alt: 'Paypal',
- },
- {
- src: 'https://cdn.pixabay.com/photo/2021/12/06/13/48/visa-6850402_1280.png',
- alt: 'Visa',
- },
- {
- src: 'https://cdn.pixabay.com/photo/2013/10/01/10/29/ebay-189064_1280.png',
- alt: 'Ebay',
- },
-
- {
- src: 'https://cdn.pixabay.com/photo/2015/04/13/17/45/icon-720944_1280.png',
- alt: 'Youtube',
- },
- {
- src: 'https://cdn.pixabay.com/photo/2013/02/12/09/07/microsoft-80658_1280.png',
- alt: 'Microsoft',
- },
- {
- src: 'https://cdn.pixabay.com/photo/2015/04/23/17/41/node-js-736399_1280.png',
- alt: 'Node JS',
- },
- {
- src: 'https://cdn.pixabay.com/photo/2015/10/31/12/54/google-1015751_1280.png',
- alt: 'Google',
- },
- {
- src: 'https://cdn.pixabay.com/photo/2021/12/06/13/45/meta-6850393_1280.png',
- alt: 'Meta',
- },
- {
- src: 'https://cdn.pixabay.com/photo/2013/01/29/22/53/yahoo-76684_1280.png',
- alt: 'Yahoo',
- },
- ]}
- />
-
- <!-- Features2 Widget ************** -->
-
- <Features2
- title="What services do we provide?"
- subtitle="We offer a wide range of website templates that suit various industries and purposes such as business, portfolio, e-commerce, blog, etc."
- items={[
- {
- title: 'Installation Instructions',
- description:
- 'Offer clear instructions on how to download the purchased templates and install them on various website platforms or content management systems.',
- icon: 'flat-color-icons:document',
- },
- {
- title: 'Demo and Previews',
- description:
- 'Provide interactive demos and previews that allow customers to see how their chosen template will look and function before making a purchase.',
- icon: 'flat-color-icons:template',
- },
- {
- title: 'Technical Support',
- description:
- 'Providing customer support for any technical issues related to the templates or their implementation.',
- icon: 'flat-color-icons:voice-presentation',
- },
- ]}
- >
- <Fragment slot="bg">
- <div class="absolute inset-0 bg-blue-50 dark:bg-transparent"></div>
- </Fragment>
- </Features2>
-
- <!-- Features Widget *************** -->
-
- <Features
- id="features"
- title="Main features of our templates"
- subtitle="Possess several key characteristics to effectively cater to the needs of startups and entrepreneurs."
- columns={3}
- items={[
- {
- title: 'Modern and Professional Design',
- description:
- 'Have a contemporary design that reflects current design trends and gives a professional impression.',
- icon: 'tabler:artboard',
- },
- {
- title: 'Responsive and Mobile-Friendly',
- description: 'Adapt seamlessly to different screen sizes and devices to ensure a consistent experience.',
- icon: 'tabler:picture-in-picture',
- },
- {
- title: 'Customizability',
- description:
- 'Easily customizable, allowing users to adapt the design, colors, typography, and content to match their brand identity.',
- icon: 'tabler:adjustments-horizontal',
- },
- {
- title: 'Fast Loading Times',
- description: 'Optimized for speed to ensure a smooth user experience and favorable search engine rankings.',
- icon: 'tabler:rocket',
- },
- {
- title: 'Search Engine Optimization (SEO)',
- description:
- 'Incorporate SEO best practices in template structure and code to improve visibility in search engine results.',
- icon: 'tabler:arrows-right-left',
- },
- {
- title: 'Compatibility',
- description: 'The templates work seamlessly across various content management systems and website builders.',
- icon: 'tabler:plug-connected',
- },
- ]}
- />
-
- <!-- FAQs Widget ******************* -->
-
- <FAQs
- title="Frequently Asked Questions"
- items={[
- {
- title: 'What are landing page templates?',
- description:
- 'Landing page templates are pre-designed web page layouts that are specifically created to serve as a foundation for building effective landing pages. These templates are designed to capture the attention of visitors and guide them towards a specific action or goal, such as signing up for a newsletter, making a purchase, or downloading a resource.',
- },
- {
- title: 'Why should I use a template?',
- description:
- 'Some of the advantages are that they provide a ready-to-use structure, saving you significant time. Are designed with user-friendliness in mind and provide a cost-effective alternative, saving you money while still delivering a quality result.',
- },
- {
- title: 'Can I preview templates before buying?',
- description:
- 'Yes, the templates allow you to preview them before making a purchase. There is a "Demo" button associated with each template.',
- },
- {
- title: 'Do I need technical skills to use a template?',
- description:
- 'Advanced technical skills are not required to use a template, but having a basic understanding of web navigation and familiarity with using online tools can still be beneficial. If you have more specific customization needs, you might need to consult guides or reach out to customer support for assistance.',
- },
- {
- title: 'Can I use the template on multiple websites?',
- description:
- 'No, the template comes with a single-use license, meaning you can use the template on one website or project only. Using the template on additional websites would require purchasing additional licenses.',
- },
- {
- title: 'What if I need help with customization?',
- description:
- "The templates provides a comprehensive step-by-step guide that walk you through the customization process. If you still have doubts, you can reach out to our customer support team. They can answer your questions, provide guidance on customization, and address any issues you're facing.",
- },
- ]}
- >
- <Fragment slot="bg">
- <div class="absolute inset-0 bg-blue-50 dark:bg-transparent"></div>
- </Fragment>
- </FAQs>
-
- <!-- Features3 Widget ************** -->
-
- <Features3
- title="Let us know how we can help"
- subtitle="We’re here to help and answer any question you might have."
- columns={4}
- items={[
- {
- title: 'Phone',
- icon: 'tabler:phone',
- callToAction: {
- target: '_blank',
- text: 'Call us',
- href: '/',
- variant: 'link',
- },
- },
- {
- title: 'Email',
- icon: 'tabler:mail',
- callToAction: {
- target: '_blank',
- text: 'Write to us',
- href: '/',
- variant: 'link',
- },
- },
- {
- title: 'Chat with sales',
- icon: 'tabler:message-circle',
- callToAction: {
- target: '_blank',
- text: 'Start chatting',
- href: '/',
- variant: 'link',
- },
- },
- {
- title: 'Chat with support',
- icon: 'tabler:message-circle',
- callToAction: {
- target: '_blank',
- text: 'Start chatting',
- href: '/',
- variant: 'link',
- },
- },
- ]}
- />
-
- <!-- CallToAction Widget *********** -->
-
- <CallToAction
- actions={[
- {
- variant: 'primary',
- target: '_blank',
- text: 'Get templates',
- href: 'https://github.com/onwidget/astrowind',
- icon: 'tabler:download',
- },
- ]}
- >
- <Fragment slot="title">Be a part of our vision</Fragment>
-
- <Fragment slot="subtitle">
- Discover a dynamic work environment, unparalleled growth opportunities, and the chance to make a meaningful
- impact.
- </Fragment>
- </CallToAction>
-</Layout>
diff --git a/src/pages/index.astro b/src/pages/index.astro
index 7079c0b..24689bd 100644
--- a/src/pages/index.astro
+++ b/src/pages/index.astro
@@ -137,7 +137,7 @@ const metadata = {
</Fragment>
<Fragment slot="bg">
- <div class="absolute inset-0 bg-blue-50 dark:bg-transparent"></div>
+ <div class="absolute inset-0 bg-section dark:bg-transparent"></div>
</Fragment>
</Content>
@@ -175,7 +175,7 @@ const metadata = {
</Fragment>
<Fragment slot="bg">
- <div class="absolute inset-0 bg-blue-50 dark:bg-transparent"></div>
+ <div class="absolute inset-0 bg-section dark:bg-transparent"></div>
</Fragment>
</Content>
diff --git a/src/pages/landing/click-through.astro b/src/pages/landing/click-through.astro
deleted file mode 100644
index 47140ed..0000000
--- a/src/pages/landing/click-through.astro
+++ /dev/null
@@ -1,41 +0,0 @@
----
-import Layout from '~/layouts/LandingLayout.astro';
-
-import Hero2 from '~/components/widgets/Hero2.astro';
-import CallToAction from '~/components/widgets/CallToAction.astro';
-
-const metadata = {
- title: 'Click-through Landing Page Demo',
-};
----
-
-<Layout metadata={metadata}>
- <!-- Hero2 Widget ******************* -->
-
- <Hero2
- tagline="Click-through Demo"
- title="Click-through Landing Page: The Perfect Bridge to Conversion!"
- subtitle="Learn how to design a Click-Through Landing Page that seamlessly guides visitors to your main offer."
- actions={[
- { variant: 'primary', text: 'Call to Action', href: '#', icon: 'tabler:square-rounded-arrow-right' },
- { text: 'Learn more', href: '#' },
- ]}
- image={{
- src: 'https://images.unsplash.com/photo-1516321497487-e288fb19713f?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=2070&q=80',
- alt: 'Click-through Landing Page Hero Image',
- }}
- />
-
- <CallToAction
- title="Coming soon"
- subtitle="We are working on the content of these demo pages. You will see them very soon. Stay tuned Stay tuned!"
- actions={[
- {
- variant: 'primary',
- text: 'Download Template',
- href: 'https://github.com/onwidget/astrowind',
- icon: 'tabler:download',
- },
- ]}
- />
-</Layout>
diff --git a/src/pages/landing/lead-generation.astro b/src/pages/landing/lead-generation.astro
deleted file mode 100644
index 09f6fad..0000000
--- a/src/pages/landing/lead-generation.astro
+++ /dev/null
@@ -1,41 +0,0 @@
----
-import Layout from '~/layouts/LandingLayout.astro';
-
-import Hero from '~/components/widgets/Hero.astro';
-import CallToAction from '~/components/widgets/CallToAction.astro';
-
-const metadata = {
- title: 'Lead Generation Landing Page Demo',
-};
----
-
-<Layout metadata={metadata}>
- <!-- Hero2 Widget ******************* -->
-
- <Hero
- tagline="Lead Generation Landing Demo"
- title="Effective Lead Generation Landing Page: Unlock the Secrets"
- subtitle="Discover the secrets to creating a Landing Page that turns curious visitors into eager leads. (Your Hero should grab attention instantly. Use a powerful headline that speaks directly to your target audience.)"
- actions={[
- { variant: 'primary', text: 'Call to Action', href: '#', icon: 'tabler:square-rounded-arrow-right' },
- { text: 'Learn more', href: '#' },
- ]}
- image={{
- src: 'https://images.unsplash.com/photo-1597423498219-04418210827d?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1674&q=80',
- alt: 'Magnet attracting screws. Lead generation landing page demo',
- }}
- />
-
- <CallToAction
- title="Coming soon"
- subtitle="We are working on the content of these demo pages. You will see them very soon. Stay tuned Stay tuned!"
- actions={[
- {
- variant: 'primary',
- text: 'Download Template',
- href: 'https://github.com/onwidget/astrowind',
- icon: 'tabler:download',
- },
- ]}
- />
-</Layout>
diff --git a/src/pages/landing/pre-launch.astro b/src/pages/landing/pre-launch.astro
deleted file mode 100644
index 43c9da7..0000000
--- a/src/pages/landing/pre-launch.astro
+++ /dev/null
@@ -1,41 +0,0 @@
----
-import Layout from '~/layouts/LandingLayout.astro';
-
-import Hero2 from '~/components/widgets/Hero2.astro';
-import CallToAction from '~/components/widgets/CallToAction.astro';
-
-const metadata = {
- title: 'Pre-Launch Landing Page',
-};
----
-
-<Layout metadata={metadata}>
- <!-- Hero2 Widget ******************* -->
-
- <Hero2
- tagline="Pre-launch Demo"
- title="Pre-launch Landing Page: Build the Hype Before the Big Reveal!"
- subtitle="Craft a tantalizing Coming Soon or Pre-Launch Landing Page that leaves visitors eagerly awaiting your launch."
- actions={[
- { variant: 'primary', text: 'Call to Action', href: '#', icon: 'tabler:square-rounded-arrow-right' },
- { text: 'Learn more', href: '#' },
- ]}
- image={{
- src: 'https://images.unsplash.com/photo-1558803116-c1b4ac867b31?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=2069&q=80',
- alt: 'Store with a Coming Soon sign. Pre-launch Landing Page',
- }}
- />
-
- <CallToAction
- title="Coming soon"
- subtitle="We are working on the content of these demo pages. You will see them very soon. Stay tuned Stay tuned!"
- actions={[
- {
- variant: 'primary',
- text: 'Download Template',
- href: 'https://github.com/onwidget/astrowind',
- icon: 'tabler:download',
- },
- ]}
- />
-</Layout>
diff --git a/src/pages/landing/product.astro b/src/pages/landing/product.astro
deleted file mode 100644
index 238cd7e..0000000
--- a/src/pages/landing/product.astro
+++ /dev/null
@@ -1,41 +0,0 @@
----
-import Layout from '~/layouts/LandingLayout.astro';
-
-import Hero from '~/components/widgets/Hero.astro';
-import CallToAction from '~/components/widgets/CallToAction.astro';
-
-const metadata = {
- title: 'Product Details Landing Page Demo',
-};
----
-
-<Layout metadata={metadata}>
- <!-- Hero2 Widget ******************* -->
-
- <Hero
- tagline="Product Details Demo"
- title="Product Landing Page: Showcase with Precision and Passion!"
- subtitle="Step-by-step guide to designing a Landing Page that highlights every facet of your product or service."
- actions={[
- { variant: 'primary', text: 'Call to Action', href: '#', icon: 'tabler:square-rounded-arrow-right' },
- { text: 'Learn more', href: '#' },
- ]}
- image={{
- src: 'https://images.unsplash.com/photo-1473188588951-666fce8e7c68?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=2174&q=80',
- alt: 'A spotlight on a product. Product Details Landing Page Demo',
- }}
- />
-
- <CallToAction
- title="Coming soon"
- subtitle="We are working on the content of these demo pages. You will see them very soon. Stay tuned Stay tuned!"
- actions={[
- {
- variant: 'primary',
- text: 'Download Template',
- href: 'https://github.com/onwidget/astrowind',
- icon: 'tabler:download',
- },
- ]}
- />
-</Layout>
diff --git a/src/pages/landing/sales.astro b/src/pages/landing/sales.astro
deleted file mode 100644
index f992a46..0000000
--- a/src/pages/landing/sales.astro
+++ /dev/null
@@ -1,41 +0,0 @@
----
-import Layout from '~/layouts/LandingLayout.astro';
-
-import Hero2 from '~/components/widgets/Hero2.astro';
-import CallToAction from '~/components/widgets/CallToAction.astro';
-
-const metadata = {
- title: 'Sales Landing Page Demo',
-};
----
-
-<Layout metadata={metadata}>
- <!-- Hero2 Widget ******************* -->
-
- <Hero2
- tagline="Long-form Sales Demo"
- title="Long-form Sales: Sell with a Story: The Long-form Way!"
- subtitle="Dive deep into crafting a Landing Page that narrates, persuades, and converts."
- actions={[
- { variant: 'primary', text: 'Call to Action', href: '#', icon: 'tabler:square-rounded-arrow-right' },
- { text: 'Learn more', href: '#' },
- ]}
- image={{
- src: 'https://images.unsplash.com/photo-1621452773781-0f992fd1f5cb?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1626&q=80',
- alt: 'Children telling a story. Long-form Sales Landing Page demo',
- }}
- />
-
- <CallToAction
- title="Coming soon"
- subtitle="We are working on the content of these demo pages. You will see them very soon. Stay tuned Stay tuned!"
- actions={[
- {
- variant: 'primary',
- text: 'Download Template',
- href: 'https://github.com/onwidget/astrowind',
- icon: 'tabler:download',
- },
- ]}
- />
-</Layout>
diff --git a/src/pages/landing/subscription.astro b/src/pages/landing/subscription.astro
deleted file mode 100644
index 192b6e3..0000000
--- a/src/pages/landing/subscription.astro
+++ /dev/null
@@ -1,41 +0,0 @@
----
-import Layout from '~/layouts/LandingLayout.astro';
-
-import Hero2 from '~/components/widgets/Hero2.astro';
-import CallToAction from '~/components/widgets/CallToAction.astro';
-
-const metadata = {
- title: 'Subscription Landing Page Demo',
-};
----
-
-<Layout metadata={metadata}>
- <!-- Hero2 Widget ******************* -->
-
- <Hero2
- tagline="Subscription Landing Demo"
- title="Subscription Landing Page: Turn Casual Browsers into Loyal Subscribers!"
- subtitle="Unlock the formula for a Subscription Landing Page that keeps your audience coming back for more."
- actions={[
- { variant: 'primary', text: 'Call to Action', href: '#', icon: 'tabler:square-rounded-arrow-right' },
- { text: 'Learn more', href: '#' },
- ]}
- image={{
- src: 'https://images.unsplash.com/photo-1593510987046-1f8fcfc512a0?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=2070&q=80',
- alt: 'Ironic image associated with canceling a subscription. Subscription Landing Page Demo',
- }}
- />
-
- <CallToAction
- title="Coming soon"
- subtitle="We are working on the content of these demo pages. You will see them very soon. Stay tuned Stay tuned!"
- actions={[
- {
- variant: 'primary',
- text: 'Download Template',
- href: 'https://github.com/onwidget/astrowind',
- icon: 'tabler:download',
- },
- ]}
- />
-</Layout>
diff --git a/src/pages/pricing.astro b/src/pages/pricing.astro
deleted file mode 100644
index 0e7fb1a..0000000
--- a/src/pages/pricing.astro
+++ /dev/null
@@ -1,244 +0,0 @@
----
-import Layout from '~/layouts/PageLayout.astro';
-import HeroText from '~/components/widgets/HeroText.astro';
-import Prices from '~/components/widgets/Pricing.astro';
-import FAQs from '~/components/widgets/FAQs.astro';
-import Steps from '~/components/widgets/Steps.astro';
-import Features3 from '~/components/widgets/Features3.astro';
-import CallToAction from '~/components/widgets/CallToAction.astro';
-
-const metadata = {
- title: 'Pricing',
-};
----
-
-<Layout metadata={metadata}>
- <!-- HeroText Widget ******************* -->
-
- <HeroText
- tagline="Pricing"
- title="Stellar Pricing for Every Journey"
- subtitle="Choose the perfect plan that aligns with your cosmic goals."
- />
-
- <!-- Pricing Widget ******************* -->
-
- <Prices
- title="Our prices"
- subtitle="Only pay for what you need"
- prices={[
- {
- title: 'basic',
- subtitle: 'Optimal choice for personal use',
- price: 29,
- period: 'per month',
- items: [
- {
- description: 'Etiam in libero, et volutpat',
- },
- {
- description: 'Aenean ac nunc dolor tristique',
- },
- {
- description: 'Cras scelerisque accumsan lib',
- },
- {
- description: 'In hac habitasse',
- },
- ],
- callToAction: {
- target: '_blank',
- text: 'Get started',
- href: '#',
- },
- },
- {
- title: 'standard',
- subtitle: 'Optimal choice for small teams',
- price: 69,
- period: 'Per Month',
- items: [
- {
- description: 'Proin vel laoreet',
- },
- {
- description: 'Ut efficitur habitasse egestas',
- },
- {
- description: 'Volutpat hac curabitur',
- },
- {
- description: 'Pellentesque blandit ut nibh',
- },
- {
- description: 'Donec fringilla sem',
- },
- ],
- callToAction: {
- target: '_blank',
- text: 'Get started',
- href: '#',
- },
- hasRibbon: true,
- ribbonTitle: 'popular',
- },
- {
- title: 'premium',
- subtitle: 'Optimal choice for companies',
- price: 199,
- period: 'Per Month',
- items: [
- {
- description: 'Curabitur suscipit risus',
- },
- {
- description: 'Aliquam habitasse malesuada',
- },
- {
- description: 'Suspendisse sit amet blandit',
- },
- {
- description: 'Suspendisse auctor blandit dui',
- },
- ],
- callToAction: {
- target: '_blank',
- text: 'Get started',
- href: '#',
- },
- },
- ]}
- />
-
- <!-- Features3 Widget ************** -->
-
- <Features3
- title="Price-related features"
- subtitle="Discover the advantages of choosing our plans"
- columns={2}
- items={[
- {
- title: 'Tiered Pricing Plans',
- description: 'Choose from a range of pricing plans designed to accommodate different budgets and requirements.',
- icon: 'tabler:stairs',
- },
- {
- title: 'Transparent Pricing',
- description: 'Clearly displayed pricing details for each plan, with no hidden costs or unexpected charges.',
- icon: 'tabler:flip-vertical',
- },
- {
- title: 'Secure Payment Methods',
- description: 'Secure payment gateways to protect your financial information during transactions.',
- icon: 'tabler:shield-lock',
- },
- {
- title: 'Instant Access',
- description: `Immediate access to your chosen plan's features and templates upon subscription.`,
- icon: 'tabler:accessible',
- },
- {
- title: 'Upgrade Value',
- description: 'Upgrade to higher-tier plans to unlock more features and benefits for an enhanced experience.',
- icon: 'tabler:chevrons-up',
- },
- {
- title: '24H support',
- description: 'Questions answered via live chat, email or phone, every calendar day.',
- icon: 'tabler:headset',
- },
- ]}
- classes={{ container: 'max-w-5xl' }}
- />
-
- <!-- Steps Widget ****************** -->
-
- <Steps
- title="A guided journey from plans to creativity"
- tagline="simplified process"
- isReversed={true}
- items={[
- {
- title: 'Explore plans',
- icon: 'tabler:number-1',
- },
- {
- title: 'Select a plan',
- icon: 'tabler:number-2',
- },
- {
- title: 'Sign Up / Log In',
- icon: 'tabler:number-3',
- },
- {
- title: 'Review order',
- icon: 'tabler:number-4',
- },
- {
- title: 'Enter payment details',
- icon: 'tabler:number-5',
- },
- {
- title: 'Confirmation',
- icon: 'tabler:number-6',
- },
- {
- title: 'Download and start using the template(s)',
- icon: 'tabler:number-7',
- },
- ]}
- image={{
- src: 'https://images.unsplash.com/photo-1536816579748-4ecb3f03d72a?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=987&q=80',
- alt: 'Steps image',
- }}
- />
-
- <!-- FAQs Widget ******************* -->
-
- <FAQs
- title="Pricing FAQs"
- subtitle="Choosing the right plan is important, and we're here to answer your questions. If you have queries about our pricing options, you're in the right place."
- columns={1}
- items={[
- {
- title: 'Do the plans come with customer support?',
- description:
- 'Absolutely, all plans include access to our dedicated customer support to assist you with any queries or concerns.',
- },
- {
- title: 'Is there a trial period for the different plans?',
- description:
- "Unfortunately, we don't offer trial periods for the plans. However, you can check out our demo section to preview the quality of our templates.",
- },
- {
- title: 'Can I switch between plans?',
- description:
- 'Certainly! You can easily upgrade or downgrade your plan, at any time, to find the one that best suits your evolving requirements.',
- },
- {
- title: 'What payment methods do you accept?',
- description:
- 'We accept major credit cards and online payment methods to ensure a convenient and secure transaction process.',
- },
- {
- title: 'Are there any hidden fees beyond the displayed cost?',
- description:
- 'No, the subscription cost covers all the features and templates listed under each plan. There are no hidden fees or extra charges.',
- },
- ]}
- />
-
- <!-- CallToAction Widget *********** -->
-
- <CallToAction
- title="Ready to boost your projects?"
- subtitle="Join our community of satisfied customers who have transformed their work with our templates."
- actions={[
- {
- variant: 'primary',
- text: 'Get started now',
- href: '/',
- },
- ]}
- />
-</Layout>
diff --git a/src/pages/rss.xml.ts b/src/pages/rss.xml.ts
deleted file mode 100644
index f8831b7..0000000
--- a/src/pages/rss.xml.ts
+++ /dev/null
@@ -1,37 +0,0 @@
-import { getRssString } from '@astrojs/rss';
-
-import { SITE, METADATA, APP_BLOG } from 'astrowind:config';
-import { fetchPosts } from '~/utils/blog';
-import { getPermalink } from '~/utils/permalinks';
-
-export const GET = async () => {
- if (!APP_BLOG.isEnabled) {
- return new Response(null, {
- status: 404,
- statusText: 'Not found',
- });
- }
-
- const posts = await fetchPosts();
-
- const rss = await getRssString({
- title: `${SITE.name}’s Blog`,
- description: METADATA?.description || '',
- site: import.meta.env.SITE,
-
- items: posts.map((post) => ({
- link: getPermalink(post.permalink, 'post'),
- title: post.title,
- description: post.excerpt,
- pubDate: post.publishDate,
- })),
-
- trailingSlash: SITE.trailingSlash,
- });
-
- return new Response(rss, {
- headers: {
- 'Content-Type': 'application/xml',
- },
- });
-};
diff --git a/src/pages/services.astro b/src/pages/services.astro
deleted file mode 100644
index 6250bd3..0000000
--- a/src/pages/services.astro
+++ /dev/null
@@ -1,224 +0,0 @@
----
-import CallToAction from '~/components/widgets/CallToAction.astro';
-import Content from '~/components/widgets/Content.astro';
-import Features2 from '~/components/widgets/Features2.astro';
-import Hero from '~/components/widgets/Hero.astro';
-import Testimonials from '~/components/widgets/Testimonials.astro';
-import Layout from '~/layouts/PageLayout.astro';
-
-const metadata = {
- title: 'Services',
-};
----
-
-<Layout metadata={metadata}>
- <!-- Hero Widget ******************* -->
-
- <Hero
- tagline="Services"
- title="Elevate your projects with our stunning templates"
- subtitle="Explore our meticulously crafted templates tailored to various industries and purposes. From captivating presentations to functional website designs, we offer the tools you need to succeed."
- actions={[{ variant: 'primary', target: '_blank', text: 'Start exploring', href: '/' }]}
- image={{
- src: 'https://images.unsplash.com/photo-1519389950473-47ba0277781c?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1740&q=80',
- alt: 'AstroWind Hero Image',
- }}
- />
-
- <!-- Features2 Widget ************** -->
-
- <Features2
- title="Explore our diverse templates"
- subtitle="Discover our selection below to streamline and elevate your projects."
- columns={3}
- items={[
- {
- title: 'Educational',
- description:
- 'By harmonizing instructional design and visual appeal, templates streamline content creation for varied materials, expediting development and cultivating engaging educational spaces.',
- icon: 'tabler:school',
- },
- {
- title: 'Interior Design',
- description:
- 'Crafting functional, visually appealing spaces for residential and commercial use. Templates emphasize layout, colors, and furniture setups, offering a versatile toolkit for your design vision.',
- icon: 'tabler:home-star',
- },
- {
- title: 'Photography',
- description: `Empowering photographers, our templates facilitate captivating storytelling. With a keen focus on layout, galleries, and typography, they cater to both professionals and enthusiasts.`,
- icon: 'tabler:photo',
- },
- {
- title: 'E-commerce',
- description:
- 'Developing engaging online stores, our E-commerce templates ensure a dynamic presence to effectively showcase products. Ideal for startups or revamps.',
- icon: 'tabler:shopping-cart',
- },
- {
- title: 'Blog',
- description:
- 'With attention to typography, these templates empower effective content presentation for writers at any stage, ensuring visually engaging and user-friendly blogs.',
- icon: 'tabler:article',
- },
- {
- title: 'Business',
- description:
- 'Providing polished options for effective visual communication, these templates empower both startups and established companies for a professional brand presence.',
- icon: 'tabler:building-store',
- },
- {
- title: 'Branding',
- description:
- 'Offering pre-designed elements for a consistent brand identity, including logos and marketing materials. Ideal for new ventures or revamps.',
- icon: 'tabler:arrow-big-up-lines',
- },
- {
- title: 'Medical',
- description: `From presentations to patient forms, these tools enhance communication effectiveness for healthcare professionals. Ideal for medical practices and research pursuits.`,
- icon: 'tabler:vaccine',
- },
- {
- title: 'Fashion Design',
- description:
- 'With attention to detail, customization, and contemporary design, they empower designers to showcase ideas cohesively. Ideal for all levels of designers.',
- icon: 'tabler:tie',
- },
- ]}
- />
-
- <!-- Content Widget **************** -->
-
- <Content
- isReversed
- items={[
- {
- title: 'High-Quality Designs',
- description:
- 'Our templates feature top-tier designs that ensure a professional and polished appearance for your projects.',
- icon: 'tabler:wand',
- },
- {
- title: 'Customization Tools',
- description:
- 'Tailor each template to your unique needs with user-friendly customization tools that let you personalize colors, fonts, and content.',
- icon: 'tabler:settings',
- },
- {
- title: 'Pre-Designed Elements',
- description:
- 'Save time and effort with our ready-to-use elements, including graphics, icons, and layouts that enhance the visual appeal of your creations.',
- icon: 'tabler:presentation',
- },
- {
- title: 'Preview and Mockup Views',
- description:
- 'Visualize the final outcome before making any changes using our preview and mockup views, ensuring your projects meet your expectations.',
- icon: 'tabler:carousel-horizontal',
- },
- ]}
- image={{
- src: 'https://images.unsplash.com/photo-1525909002-1b05e0c869d8?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=870&q=80',
- alt: 'Features Image',
- }}
- >
- <Fragment slot="content">
- <h3 class="text-2xl font-bold tracking-tight dark:text-white sm:text-3xl mb-2">Main Features</h3>
- </Fragment>
- </Content>
-
- <!-- Content Widget **************** -->
-
- <Content
- isAfterContent
- items={[
- {
- title: 'Time Savings',
- description:
- 'Streamline your workflow, enabling you to create stunning materials efficiently and allocate more time to your core tasks.',
- icon: 'tabler:clock',
- },
- {
- title: 'Professional Appearance',
- description:
- 'Elevate your projects with the polished and sophisticated look that our templates provide, making a lasting impression on your audience.',
- icon: 'tabler:school',
- },
- {
- title: 'Cost-Efficiency',
- description:
- 'Benefit from cost savings by avoiding the need for custom design work, as our templates offer professional-grade designs at a fraction of the cost.',
- icon: 'tabler:coin',
- },
- {
- title: 'Instant Download',
- description:
- 'Enjoy immediate access to your chosen templates upon purchase, enabling you to begin working on your projects without delay.',
- icon: 'tabler:file-download',
- },
- ]}
- image={{
- src: 'https://images.unsplash.com/photo-1552664688-cf412ec27db2?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=774&q=80',
- alt: 'Benefits Image',
- }}
- >
- <Fragment slot="content">
- <h3 class="text-2xl font-bold tracking-tight dark:text-white sm:text-3xl mb-2">Benefits</h3>
- </Fragment>
- </Content>
-
- <!-- Testimonials Widget *********** -->
-
- <Testimonials
- title="Words from real customers"
- testimonials={[
- {
- testimonial: `The designs are not only visually appealing but also highly professional. The templates have saved me a significant amount of time while helping me make a lasting impression on my clients.`,
- name: 'Emily Kennedy',
- job: 'Front-end developer',
- image: {
- src: 'https://images.unsplash.com/photo-1618835962148-cf177563c6c0?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=930&q=80',
- alt: 'Emily Kennedy Image',
- },
- },
- {
- testimonial: `It beautifully showcases my work, with its clean and elegant design that lets my photographs shine. Customization was a breeze, even for a non-tech person like me. The result is a professional and immersive portfolio that's garnered numerous compliments.`,
- name: 'Sarah Hansen',
- job: 'Photographer',
- image: {
- src: 'https://images.unsplash.com/photo-1561406636-b80293969660?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=774&q=80',
- alt: 'Sarah Hansen Image',
- },
- },
- {
- testimonial: `I discovered these templates and I'm impressed by their variety and quality. They've helped me establish a consistent brand image across my marketing and social platforms, elevating my business's overall appearance.`,
- name: 'Mark Wilkinson',
- job: 'Small business owner',
- image: {
- src: 'https://images.unsplash.com/photo-1545167622-3a6ac756afa4?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=824&q=80',
- alt: 'Mark Wilkinson Image',
- },
- },
- ]}
- callToAction={{
- target: '_blank',
- text: 'More testimonials...',
- href: 'https://github.com/onwidget/astrowind',
- icon: 'tabler:chevron-right',
- }}
- />
-
- <!-- CallToAction Widget *********** -->
-
- <CallToAction
- actions={[
- {
- variant: 'primary',
- text: 'Start exploring',
- href: '/',
- },
- ]}
- title="Dive into our template collection"
- subtitle="Whether you're in business, design, or education, our templates are here to elevate your projects."
- />
-</Layout>
diff --git a/tailwind.config.js b/tailwind.config.js
index 1740616..773a06d 100644
--- a/tailwind.config.js
+++ b/tailwind.config.js
@@ -12,6 +12,14 @@ export default {
accent: 'var(--aw-color-accent)',
default: 'var(--aw-color-text-default)',
muted: 'var(--aw-color-text-muted)',
+ // Stone-inspired color palette
+ 'stone': {
+ 'marmur': '#F8F8F8', // Jasny marmur - main background
+ 'piaskowiec': '#E6E6E6', // Szary piaskowiec - sections/boxes
+ 'grafit': '#2B2B2B', // Ciemny grafit - main text
+ 'granit': '#B6A58B', // Ciepły granitowy beż - accent/CTA
+ 'klinkier': '#7A5C3A', // Brązowy klinkier - hover states
+ },
},
fontFamily: {
sans: ['var(--aw-font-sans, ui-sans-serif)', ...defaultTheme.fontFamily.sans],