From 8589a3bc97190c3d3bbb7246ea517e7855abfeed Mon Sep 17 00:00:00 2001 From: Dawid Rycerz Date: Tue, 22 Jul 2025 10:03:40 +0300 Subject: cleanup and styling --- src/pages/landing/click-through.astro | 41 --------------------------------- src/pages/landing/lead-generation.astro | 41 --------------------------------- src/pages/landing/pre-launch.astro | 41 --------------------------------- src/pages/landing/product.astro | 41 --------------------------------- src/pages/landing/sales.astro | 41 --------------------------------- src/pages/landing/subscription.astro | 41 --------------------------------- 6 files changed, 246 deletions(-) delete mode 100644 src/pages/landing/click-through.astro delete mode 100644 src/pages/landing/lead-generation.astro delete mode 100644 src/pages/landing/pre-launch.astro delete mode 100644 src/pages/landing/product.astro delete mode 100644 src/pages/landing/sales.astro delete mode 100644 src/pages/landing/subscription.astro (limited to 'src/pages/landing') 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', -}; ---- - - - - - - - - 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', -}; ---- - - - - - - - - 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', -}; ---- - - - - - - - - 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', -}; ---- - - - - - - - - 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', -}; ---- - - - - - - - - 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', -}; ---- - - - - - - - - -- cgit v1.2.3