diff --git a/src/assets/images/mainimage.png b/src/assets/images/mainimage.png
new file mode 100644
index 0000000..0f2e5e5
Binary files /dev/null and b/src/assets/images/mainimage.png differ
diff --git a/src/assets/images/wallapaper-737-runway.png b/src/assets/images/wallapaper-737-runway.png
new file mode 100644
index 0000000..73d417c
Binary files /dev/null and b/src/assets/images/wallapaper-737-runway.png differ
diff --git a/src/assets/images/xplane-dualprop-wallpaper.png b/src/assets/images/xplane-dualprop-wallpaper.png
new file mode 100644
index 0000000..11b4baf
Binary files /dev/null and b/src/assets/images/xplane-dualprop-wallpaper.png differ
diff --git a/src/assets/images/xplane-image-2.jpeg b/src/assets/images/xplane-image-2.jpeg
new file mode 100644
index 0000000..eacffa5
Binary files /dev/null and b/src/assets/images/xplane-image-2.jpeg differ
diff --git a/src/components/Logo.astro b/src/components/Logo.astro
index 3b72d6e..864bf19 100644
--- a/src/components/Logo.astro
+++ b/src/components/Logo.astro
@@ -2,5 +2,5 @@
---
- π AstroWind
diff --git a/src/components/widgets/Announcement.astro b/src/components/widgets/Announcement.astro
index 1459040..b67b20d 100644
--- a/src/components/widgets/Announcement.astro
+++ b/src/components/widgets/Announcement.astro
@@ -1,7 +1,7 @@
---
---
-
NEW
@@ -24,4 +24,4 @@
height="20"
/>
-
+ -->
diff --git a/src/config.mjs b/src/config.mjs
index f31628e..bfff309 100644
--- a/src/config.mjs
+++ b/src/config.mjs
@@ -1,15 +1,15 @@
import defaultImage from './assets/images/default.png';
const CONFIG = {
- name: 'AstroWind',
+ name: 'Xplane WebRTC',
origin: 'https://astrowind.vercel.app',
basePathname: '/',
trailingSlash: false,
- title: 'AstroWind β Free template for create a website with Astro + Tailwind CSS',
+ title: 'Xplane WebRTC',
description:
- 'π Suitable for Startups, Small Business, Sass Websites, Professional Portfolios, Marketing Websites, Landing Pages & Blogs.',
+ '',
defaultImage: defaultImage,
defaultTheme: 'system', // Values: "system" | "light" | "dark" | "light:only" | "dark:only"
diff --git a/src/data.js b/src/data.js
index 3a8cdf9..9057100 100644
--- a/src/data.js
+++ b/src/data.js
@@ -2,123 +2,123 @@ import { getPermalink, getBlogPermalink, getAsset } from './utils/permalinks';
export const headerData = {
links: [
- {
- text: 'Landing',
- links: [
- {
- text: 'Sass',
- href: getPermalink('/landing/saas'),
- },
- {
- text: 'Startup',
- href: getPermalink('/landing/startup'),
- },
- {
- text: 'Mobile App',
- href: getPermalink('/landing/mobile-app'),
- },
- ],
- },
- {
- text: 'Pages',
- links: [
- {
- text: 'Features',
- href: '#',
- },
- {
- text: 'Pricing',
- href: '#',
- },
- {
- text: 'About us',
- href: '#',
- },
- {
- text: 'Contact',
- href: '#',
- },
- {
- text: 'Terms',
- href: getPermalink('/terms'),
- },
- {
- text: 'Privacy policy',
- href: getPermalink('/privacy'),
- },
- ],
- },
- {
- text: 'Widgets',
- href: '#',
- },
- {
- text: 'Blog',
- href: getBlogPermalink(),
- },
- ],
- actions: [
- { type: 'button', text: 'Download', href: 'https://github.com/onwidget/astrowind' }
+ // {
+ // text: 'Landing',
+ // links: [
+ // {
+ // text: 'Sass',
+ // href: getPermalink('/landing/saas'),
+ // },
+ // {
+ // text: 'Startup',
+ // href: getPermalink('/landing/startup'),
+ // },
+ // {
+ // text: 'Mobile App',
+ // href: getPermalink('/landing/mobile-app'),
+ // },
+ // ],
+ // },
+ // {
+ // text: 'Pages',
+ // links: [
+ // {
+ // text: 'Features',
+ // href: '#',
+ // },
+ // {
+ // text: 'Pricing',
+ // href: '#',
+ // },
+ // {
+ // text: 'About us',
+ // href: '#',
+ // },
+ // {
+ // text: 'Contact',
+ // href: '#',
+ // },
+ // {
+ // text: 'Terms',
+ // href: getPermalink('/terms'),
+ // },
+ // {
+ // text: 'Privacy policy',
+ // href: getPermalink('/privacy'),
+ // },
+ // ],
+ // },
+ // {
+ // text: 'Widgets',
+ // href: '#',
+ // },
+ // {
+ // text: 'Blog',
+ // href: getBlogPermalink(),
+ // },
],
+ // actions: [
+ // { type: 'button', text: 'Download', href: 'https://github.com/onwidget/astrowind' }
+ // ],
};
export const footerData = {
links: [
- {
- title: 'Product',
- links: [
- { text: 'Features', href: '#' },
- { text: 'Security', href: '#' },
- { text: 'Team', href: '#' },
- { text: 'Enterprise', href: '#' },
- { text: 'Customer stories', href: '#' },
- { text: 'Pricing', href: '#' },
- { text: 'Resources', href: '#' },
- ],
- },
- {
- title: 'Platform',
- links: [
- { text: 'Developer API', href: '#' },
- { text: 'Partners', href: '#' },
- { text: 'Atom', href: '#' },
- { text: 'Electron', href: '#' },
- { text: 'AstroWind Desktop', href: '#' },
- ],
- },
- {
- title: 'Support',
- links: [
- { text: 'Docs', href: '#' },
- { text: 'Community Forum', href: '#' },
- { text: 'Professional Services', href: '#' },
- { text: 'Skills', href: '#' },
- { text: 'Status', href: '#' },
- ],
- },
- {
- title: 'Company',
- links: [
- { text: 'About', href: '#' },
- { text: 'Blog', href: '#' },
- { text: 'Careers', href: '#' },
- { text: 'Press', href: '#' },
- { text: 'Inclusion', href: '#' },
- { text: 'Social Impact', href: '#' },
- { text: 'Shop', href: '#' },
- ],
- },
+ // {
+ // title: 'Product',
+ // links: [
+ // { text: 'Features', href: '#' },
+ // { text: 'Security', href: '#' },
+ // { text: 'Team', href: '#' },
+ // { text: 'Enterprise', href: '#' },
+ // { text: 'Customer stories', href: '#' },
+ // { text: 'Pricing', href: '#' },
+ // { text: 'Resources', href: '#' },
+ // ],
+ // },
+ // {
+ // title: 'Platform',
+ // links: [
+ // { text: 'Developer API', href: '#' },
+ // { text: 'Partners', href: '#' },
+ // { text: 'Atom', href: '#' },
+ // { text: 'Electron', href: '#' },
+ // { text: 'AstroWind Desktop', href: '#' },
+ // ],
+ // },
+ // {
+ // title: 'Support',
+ // links: [
+ // { text: 'Docs', href: '#' },
+ // { text: 'Community Forum', href: '#' },
+ // { text: 'Professional Services', href: '#' },
+ // { text: 'Skills', href: '#' },
+ // { text: 'Status', href: '#' },
+ // ],
+ // },
+ // {
+ // title: 'Company',
+ // links: [
+ // { text: 'About', href: '#' },
+ // { text: 'Blog', href: '#' },
+ // { text: 'Careers', href: '#' },
+ // { text: 'Press', href: '#' },
+ // { text: 'Inclusion', href: '#' },
+ // { text: 'Social Impact', href: '#' },
+ // { text: 'Shop', href: '#' },
+ // ],
+ // },
],
secondaryLinks: [
- { text: 'Terms', href: getPermalink('/terms') },
- { text: 'Privacy Policy', href: getPermalink('/privacy') },
+ // { text: 'Terms', href: getPermalink('/terms') },
+ // { text: 'Privacy Policy', href: getPermalink('/privacy') },
],
socialLinks: [
- { ariaLabel: 'Twitter', icon: 'tabler:brand-twitter', href: '#' },
- { ariaLabel: 'Instagram', icon: 'tabler:brand-instagram', href: '#' },
- { ariaLabel: 'Facebook', icon: 'tabler:brand-facebook', href: '#' },
- { ariaLabel: 'RSS', icon: 'tabler:rss', href: getAsset('/rss.xml') },
- { ariaLabel: 'Github', icon: 'tabler:brand-github', href: 'https://github.com/onwidget/astrowind' },
+ // { ariaLabel: 'Twitter', icon: 'tabler:brand-twitter', href: '#' },
+ // { ariaLabel: 'Instagram', icon: 'tabler:brand-instagram', href: '#' },
+ // { ariaLabel: 'Facebook', icon: 'tabler:brand-facebook', href: '#' },
+ // { ariaLabel: 'RSS', icon: 'tabler:rss', href: getAsset('/rss.xml') },
+ // { ariaLabel: 'Github', icon: 'tabler:brand-github', href: 'https://github.com/onwidget/astrowind' },
],
footNote: `
diff --git a/src/pages/index.astro b/src/pages/index.astro
index fb6f576..3e74d9a 100644
--- a/src/pages/index.astro
+++ b/src/pages/index.astro
@@ -1,107 +1,95 @@
---
-import { SITE } from '~/config.mjs';
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 Header from '~/components/widgets/Header.astro';
+import Hero2 from '~/components/widgets/Hero2.astro';
+import Steps2 from '~/components/widgets/Steps2.astro';
import Content from '~/components/widgets/Content.astro';
-import LatestPosts from '~/components/blog/LatestPosts.astro';
-import FAQs from '~/components/widgets/FAQs.astro';
-import Stats from '~/components/widgets/Stats.astro';
import CallToAction from '~/components/widgets/CallToAction.astro';
+import { headerData } from '~/data';
+
const meta = {
- title: SITE.title,
- description: SITE.description,
- dontUseTitleTemplate: true,
+ title: 'Landing page',
};
---
-
+
+
+
-
+
+
- Free template for create your website
with
- Astro 2.0 + Tailwind CSS
+ Xplane
+ WebRTC
- AstroWind is a free, customizable and production-ready template for Astro 2.0 +
- Tailwind CSS.The Xplane WebRTC project takes inspiration from Google Stadia for a streaming based solution for playing video games. But our plan is to build one specifically for flight simulators.
- AstroWind: Production-ready. Suitable for Startups,
- Small Business, Sass Websites, Professional Portfolios, Marketing Websites, Landing Pages & Blogs.
+ The entire project is Open source.
-
-
-
-
-
-
-
-
-
+
+
+ Objectives
+ The main aim is to allow players from anywhere even with a potato machine experience playing
+ flight simulators.
+
+
+
+
+
+
-
+ >
+
+ Ad vix debet docendi
+ Ne dicta praesent ocurreret has, diam theophrastus at pro. Eos etiam regione ut, persius eripuit quo id. Sit te euismod
+ tacimates.
+
+ -->
-
+
- Download',
- description:
- 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi sagittis, quam nec venenatis lobortis, mirisus tempus nulla, sed porttitor est nibh at nulla. Praesent placerat enim ut ex tincidunt vehicula.',
- icon: 'tabler:package',
- },
- {
- title: 'Step 2: Add content',
- description:
- 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi sagittis, quam nec venenatis lobortis, mirisus tempus nulla, sed porttitor est nibh at nulla.',
- icon: 'tabler:letter-case',
- },
- {
- title: 'Step 3: Customize styles',
- description:
- 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi sagittis, quam nec venenatis lobortis, mirisus tempus nulla, sed porttitor est nibh at nulla. Praesent placerat enim ut ex tincidunt vehicula. Fusce sit amet dui tellus.',
- icon: 'tabler:paint',
- },
- {
- title: 'Ready!',
- icon: 'tabler:check',
- },
- ]}
- image={{
- src: import('~/assets/images/creativity.jpg'),
- alt: 'Steps image',
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+ /> -->
-
- Astro +
Tailwind CSS
+ Astro +
Tailwind CSS
@@ -349,4 +199,4 @@ const meta = {
waste more time! :P
-
+ -->
diff --git a/src/pages/landing/saas.astro b/src/pages/landing/saas.astro
index 83525e8..d004d19 100644
--- a/src/pages/landing/saas.astro
+++ b/src/pages/landing/saas.astro
@@ -19,16 +19,16 @@ const meta = {
@@ -37,22 +37,20 @@ const meta = {
- Free template for
- Astro 2.0 + Tailwind CSS
+ Xplane
+ WebRTC
- AstroWind is a free, customizable and production-ready template for Astro 2.0 +
- Tailwind CSS.The Xplane WebRTC project takes inspiration from Google Stadia for a streaming based solution for playing video games. But our plan is to build one specifically for flight simulators.
- AstroWind: Production-ready. Suitable for Startups,
- Small Business, Sass Websites, Professional Portfolios, Marketing Websites, Landing Pages & Blogs.
+ The entire project is Open source.
@@ -62,9 +60,9 @@ const meta = {
isReversed
items={[
{
- title: 'Per ei quaeque sensibus',
+ title: 'Open',
description:
- 'Ex usu illum iudico molestie. Pro ne agam facete mediocritatem, ridens labore facete mea ei. Pro id apeirian dignissim.',
+ 'We plan to be fully transparent and keep our source code fully open source',
},
{
title: 'Cu imperdiet posidonium sed',
@@ -83,9 +81,9 @@ const meta = {
}}
>
- Ad vix debet docendi
- Ne dicta praesent ocurreret has, diam theophrastus at pro. Eos etiam regione ut, persius eripuit quo id. Sit te euismod
- tacimates.
+ Objectives
+ The main aim is to allow players from anywhere even with a potato machine experience playing
+ flight simulators.