summaryrefslogtreecommitdiff
path: root/src/pages/landing
diff options
context:
space:
mode:
authorDawid Rycerz <dawid@rycerz.xyz>2025-07-21 21:56:55 +0300
committerDawid Rycerz <dawid@rycerz.xyz>2025-07-21 21:56:55 +0300
commitc735556726e75428550a3d28a2cf58e2c8490b7d (patch)
treefd0ae29d1636b825abeedff6b99d3376bb383135 /src/pages/landing
Initial template
Diffstat (limited to 'src/pages/landing')
-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
6 files changed, 246 insertions, 0 deletions
diff --git a/src/pages/landing/click-through.astro b/src/pages/landing/click-through.astro
new file mode 100644
index 0000000..47140ed
--- /dev/null
+++ b/src/pages/landing/click-through.astro
@@ -0,0 +1,41 @@
+---
+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
new file mode 100644
index 0000000..09f6fad
--- /dev/null
+++ b/src/pages/landing/lead-generation.astro
@@ -0,0 +1,41 @@
+---
+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
new file mode 100644
index 0000000..43c9da7
--- /dev/null
+++ b/src/pages/landing/pre-launch.astro
@@ -0,0 +1,41 @@
+---
+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
new file mode 100644
index 0000000..238cd7e
--- /dev/null
+++ b/src/pages/landing/product.astro
@@ -0,0 +1,41 @@
+---
+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
new file mode 100644
index 0000000..f992a46
--- /dev/null
+++ b/src/pages/landing/sales.astro
@@ -0,0 +1,41 @@
+---
+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
new file mode 100644
index 0000000..192b6e3
--- /dev/null
+++ b/src/pages/landing/subscription.astro
@@ -0,0 +1,41 @@
+---
+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>