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/homes/startup.astro | 317 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 317 insertions(+) create mode 100644 src/pages/homes/startup.astro (limited to 'src/pages/homes/startup.astro') diff --git a/src/pages/homes/startup.astro b/src/pages/homes/startup.astro new file mode 100644 index 0000000..56c14bd --- /dev/null +++ b/src/pages/homes/startup.astro @@ -0,0 +1,317 @@ +--- +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', +}; +--- + + + + + + + Improve your Startup with Astrowind templates + + + + Step into the spotlight with Astrowind templates, your pathway to fortifying your + startup's digital footprint, fostering credibility, and expanding your reach. + + + + + + + + + + + + +
+
+
+ + + + + + + + + + + + + +
+
+
+ + + + + + + + + +
+
+
+ + + + + + + + + Be a part of our vision + + + Discover a dynamic work environment, unparalleled growth opportunities, and the chance to make a meaningful + impact. + + +
-- cgit v1.2.3