From c735556726e75428550a3d28a2cf58e2c8490b7d Mon Sep 17 00:00:00 2001 From: Dawid Rycerz Date: Mon, 21 Jul 2025 21:56:55 +0300 Subject: Initial template --- src/pages/index.astro | 399 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 399 insertions(+) create mode 100644 src/pages/index.astro (limited to 'src/pages/index.astro') diff --git a/src/pages/index.astro b/src/pages/index.astro new file mode 100644 index 0000000..3e6d7da --- /dev/null +++ b/src/pages/index.astro @@ -0,0 +1,399 @@ +--- +import Layout from '~/layouts/PageLayout.astro'; + +import Hero from '~/components/widgets/Hero.astro'; +import Note from '~/components/widgets/Note.astro'; +import Features from '~/components/widgets/Features.astro'; +import Features2 from '~/components/widgets/Features2.astro'; +import Steps from '~/components/widgets/Steps.astro'; +import Content from '~/components/widgets/Content.astro'; +import BlogLatestPosts from '~/components/widgets/BlogLatestPosts.astro'; +import FAQs from '~/components/widgets/FAQs.astro'; +import Stats from '~/components/widgets/Stats.astro'; +import CallToAction from '~/components/widgets/CallToAction.astro'; + +const metadata = { + title: 'AstroWind — Free template for creating websites with Astro + Tailwind CSS', + ignoreTitleTemplate: true, +}; +--- + + + + + + + Free template for + Astro 5.0 + Tailwind CSS + + + + + AstroWind: Production-ready. + Suitable for Startups, Small Business, SaaS websites, Professional Portfolios, Marketing websites, Landing Pages & + Blogs. + + + + + + + + + + + + + + + +

Building on modern foundations

+ Gain a competitive advantage by incorporating industry leading practices +
+ + +
+
+
+ + + + + Ensure your online presence truly represents you. + + +
+
+
+ + + + + Designed to foster growth and success. + + +
+
+
+ + + + Download', + description: + "Kickstart with GitHub! Either fork the AstroWind template or simply click 'Use this template'. Your canvas awaits, ready for your digital masterpiece. In just a few clicks, you've already set the foundation.", + icon: 'tabler:package', + }, + { + title: 'Step 2: Add content', + description: + "Pour your vision into it. Add images, text, and all that jazz to breathe life into your digital space. Remember, it's the content that tells your story, so make it captivating.", + icon: 'tabler:letter-case', + }, + { + title: 'Step 3: Customize styles', + description: + 'Give it your personal touch. Tailor colors, fonts, and layouts until it feels just right. Your unique flair, amplified by AstroWind! Precision in design ensures a seamless user experience.', + icon: 'tabler:paint', + }, + { + title: 'Ready!', + icon: 'tabler:check', + }, + ]} + image={{ + src: 'https://images.unsplash.com/photo-1616198814651-e71f960c3180?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=987&q=80', + alt: 'Steps image', + }} + /> + + + + + +
+
+
+ + + + + + + + + + + + + + + + + + Astro + 
Tailwind CSS +
+ + + Be very surprised by these huge fake numbers you are seeing on this page. Don't + waste more time! :P + +
+
-- cgit v1.2.3