-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b397e0a
commit 27e2878
Showing
22 changed files
with
419 additions
and
387 deletions.
There are no files selected for viewing
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,336 @@ | ||
--- | ||
import Layout from '~/layouts/PageLayout.astro'; | ||
//import Header from '~/components/widgets/Header.astro'; | ||
import Hero2 from '~/components/widgets/Hero2.astro'; | ||
import Features from '~/components/widgets/Features.astro'; | ||
import Steps2 from '~/components/widgets/Steps2.astro'; | ||
import Content from '~/components/widgets/Content.astro'; | ||
import Pricing from '~/components/widgets/Pricing.astro'; | ||
//import { headerData } from '~/navigation'; | ||
import FAQs from '~/components/widgets/FAQs.astro'; | ||
import BlogLatestPosts from '~/components/widgets/BlogLatestPosts.astro'; | ||
const fileNames = Array.from({ length: 3953 - 3938 + 1 }, (_, index) => `/imgs/storyboard/IMG_${3938 + index}.jpg`); | ||
const metadata = { | ||
title: 'Proceso de realización', | ||
}; | ||
--- | ||
|
||
<Layout metadata={metadata}> | ||
<!-- Hero2 Widget ******************* --> | ||
|
||
<Hero2 | ||
tagline="Descripción del proceso" | ||
image={{ | ||
src: 'https://images.unsplash.com/photo-1580481072645-022f9a6dbf27?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=2070&q=80', | ||
alt: 'AstroWind Hero Image', | ||
}} | ||
> | ||
<Fragment slot="title"> | ||
Comenzamos poco a poco a realizar el proyecto, desde la idea hasta la realización de la misma. | ||
</Fragment> | ||
|
||
<Fragment slot="subtitle"> Conociendo al usuario y sus necesidades para realizar el proyecto. </Fragment> | ||
</Hero2> | ||
<div class="mx-20 my-10"> | ||
<h1 class="text-center text-4xl font-semibold">Storyboard</h1> | ||
<p class="text-center text-gray-500"> | ||
Primero planteamos qué situaciones iba a vivir el usuario desarrollandolo paso a paso en un primer boceto | ||
</p> | ||
<div class="grid grid-cols-4 w-full gap-2"> | ||
{fileNames.map((fileName) => () => <img src={fileName} alt="Storyboard" class="-rotate-90 object-contain" />)} | ||
</div> | ||
</div> | ||
|
||
<!-- Features Widget *************** | ||
<Features | ||
id="features" | ||
title="Why choose AstroWind?" | ||
subtitle="Each of the following features enhances AstroWind's value proposition." | ||
columns={2} | ||
items={[ | ||
{ | ||
title: 'Integration of Astro 4.0 and Tailwind CSS', | ||
description: | ||
'Offers a powerful combination that enhances both the development process and the end-user experience. Also, allows to build dynamic and visually stunning websites with optimized performance.', | ||
icon: 'tabler:layers-union', | ||
}, | ||
{ | ||
title: 'Versatile design for startups, small businesses, and more', | ||
description: `Easily customize AstroWind to harmonize with the unique branding and identity of your venture. AstroWind's versatile design adapts to suit your needs.`, | ||
icon: 'tabler:artboard', | ||
}, | ||
{ | ||
title: 'Effortless customization for portfolios and marketing sites', | ||
description: | ||
'With intuitive customization, easily showcase portfolio pieces, case studies, project highlights, and relevant content. Ideal for creative professionals and businesses looking to highlight their expertise.', | ||
icon: 'tabler:writing', | ||
}, | ||
{ | ||
title: 'Optimized landing pages and engaging blogs', | ||
description: `Landing pages are strategically designed to captivate visitors and prompt specific actions. Additionally, the blog creation feature empowers sharing insights, engaging the audience.`, | ||
icon: 'tabler:podium', | ||
}, | ||
{ | ||
title: 'Fast loading times and production-ready code', | ||
description: `Using Astro 4.0 ensures fast loading and seamless rendering, enhancing browsing. The code follows best practices, improving user experience, SEO, and reducing bounce rates.`, | ||
icon: 'tabler:rocket', | ||
}, | ||
{ | ||
title: 'SEO-optimized structure for enhanced visibility', | ||
description: `Follows SEO best practices with clean code, semantic HTML markup, and fast loading, enhancing search engine rankings. AstroWind's SEO structure ensures visibility to potential customers and clients.`, | ||
icon: 'tabler:eyeglass', | ||
}, | ||
]} | ||
/> | ||
--> | ||
|
||
<!-- Content Widget **************** | ||
<Content | ||
title="Use cases" | ||
subtitle="Discover how AstroWind's versatile template serves as the ideal solution for various use cases, providing tailored solutions to drive success." | ||
isReversed | ||
items={[ | ||
{ | ||
title: 'Description:', | ||
description: | ||
'Are you a startup with big dreams? AstroWind propels your success. Our template forges a seamless online presence, attracting investors and customers from day one. Astro 4.0 and Tailwind CSS ensure striking, responsive sites, leaving lasting impressions. Countless startups leverage AstroWind to kickstart their journey and resonate with audiences.', | ||
}, | ||
{ | ||
title: 'Benefits:', | ||
description: `Allow startups to quickly create professional websites without investing extensive time and resources. <br /> Make a memorable first impression with visually appealing design elements that highlight your startup's unique value proposition. <br /> Ensures your website looks stunning and works well on all devices. <br /> Engage potential investors and customers with engaging content, clear messaging, and intuitive navigation.`, | ||
}, | ||
]} | ||
image={{ | ||
src: 'https://images.unsplash.com/photo-1620558138198-cfb9b4f3c294?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1671&q=80', | ||
alt: 'Startup Image', | ||
}} | ||
> | ||
<Fragment slot="content"> | ||
<h3 class="text-2xl font-bold tracking-tight dark:text-white sm:text-3xl mb-2"> | ||
Startup success stories: <br /><span class="text-2xl">Launching with AstroWind</span> | ||
</h3> | ||
</Fragment> | ||
<Fragment slot="bg"> | ||
<div class="absolute inset-0 bg-blue-50 dark:bg-transparent"></div> | ||
</Fragment> | ||
</Content> | ||
--> | ||
|
||
<!-- Content Widget **************** | ||
<Content | ||
isAfterContent={true} | ||
items={[ | ||
{ | ||
title: 'Description:', | ||
description: `For SaaS businesses, user experience is key. AstroWind enhances showcasing SaaS solutions intuitively. The template's Astro 4.0 and Tailwind CSS integration guarantees user-friendly experience, mirroring your software's efficiency. Customize pages to communicate SaaS value and solutions for your audience.`, | ||
}, | ||
{ | ||
title: 'Benefits:', | ||
description: `Ensuring a cohesive and user-centric design for your SaaS website. <br /> Effectively communicate complex SaaS features through visual aids, animations, and interactive elements. <br /> Prioritize user needs and pain points through well-structured layouts and clear navigation. <br /> Encourage visitors to take action with strategically placed CTAs. <br /> Ensures your SaaS website works seamlessly across all devices.`, | ||
}, | ||
]} | ||
image={{ | ||
src: 'https://images.unsplash.com/photo-1531973486364-5fa64260d75b?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1658&q=80', | ||
alt: 'SaaS Businesses Image', | ||
}} | ||
> | ||
<Fragment slot="content"> | ||
<h3 class="text-2xl font-bold tracking-tight dark:text-white sm:text-3xl mb-2"> | ||
SaaS showcase: <br /><span class="text-2xl">Streamlining user experience</span> | ||
</h3> | ||
</Fragment> | ||
<Fragment slot="bg"> | ||
<div class="absolute inset-0 bg-blue-50 dark:bg-transparent"></div> | ||
</Fragment> | ||
</Content> | ||
--> | ||
<!-- Content Widget **************** | ||
<Content | ||
isReversed | ||
isAfterContent={true} | ||
items={[ | ||
{ | ||
title: 'Description:', | ||
description: `Your portfolio is your masterpiece, and AstroWind is your canvas. Whether you're a designer, photographer, artist, or any other creative professional, AstroWind empowers you to showcase your work with elegance and sophistication. Tailored to highlight your creative projects, AstroWind's templates offer a visually immersive experience that lets your portfolio shine.`, | ||
}, | ||
{ | ||
title: 'Benefits:', | ||
description: `Serve as a captivating backdrop to showcase your creative work, capturing attention and leaving a lasting impression. <br /> Tailor your portfolio to reflect your unique style and artistic vision. <br /> Prioritizes visuals, allowing you to present your work in high-resolution detail that draws viewers into your creations. <br /> Enables seamless navigation for effortless portfolio exploration.`, | ||
}, | ||
]} | ||
image={{ | ||
src: 'https://images.unsplash.com/photo-1635070041078-e363dbe005cb?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=2070&q=80', | ||
alt: 'Portfolio Image', | ||
}} | ||
> | ||
<Fragment slot="content"> | ||
<h3 class="text-2xl font-bold tracking-tight dark:text-white sm:text-3xl mb-2"> | ||
Creative portfolios: <br /><span class="text-2xl">Highlighting your work</span> | ||
</h3> | ||
</Fragment> | ||
<Fragment slot="bg"> | ||
<div class="absolute inset-0 bg-blue-50 dark:bg-transparent"></div> | ||
</Fragment> | ||
</Content> | ||
--> | ||
|
||
<!-- Content Widget **************** | ||
<Content | ||
items={[ | ||
{ | ||
title: 'Description:', | ||
description: `For small businesses, a well-crafted website can be a game-changer. AstroWind empowers small businesses to not only establish a credible online presence but also convert visitors into loyal customers. The template's thoughtful design and optimization features ensure that your website doesn't just attract attention but also guides visitors through a seamless journey, ultimately leading to conversions.`, | ||
}, | ||
{ | ||
title: 'Benefits:', | ||
description: `Present your small business with a professional and polished website that instills confidence and trust among visitors. <br /> Strategically placed CTAs, user-friendly forms, and optimized layouts work together to drive user engagement and conversions. <br /> Ensure a smooth browsing experience, reducing bounce rates and encouraging interaction.`, | ||
}, | ||
]} | ||
image={{ | ||
src: 'https://images.unsplash.com/photo-1514621166532-aa7eb1a3a2f4?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=774&q=80', | ||
alt: 'Small Business Image', | ||
}} | ||
> | ||
<Fragment slot="content"> | ||
<h3 class="text-2xl font-bold tracking-tight dark:text-white sm:text-3xl mb-2"> | ||
Small business growth: <br /><span class="text-2xl">Converting visitors into customers</span> | ||
</h3> | ||
</Fragment> | ||
<Fragment slot="bg"> | ||
<div class="absolute inset-0 bg-blue-50 dark:bg-transparent"></div> | ||
</Fragment> | ||
</Content> | ||
--> | ||
|
||
<!-- Pricing Widget ******************* | ||
<Pricing | ||
title="Flexible pricing plans" | ||
prices={[ | ||
{ | ||
title: 'free', | ||
subtitle: 'Access to core features and a wide range of templates', | ||
price: '0', | ||
period: '/ month', | ||
callToAction: { | ||
target: '_blank', | ||
text: 'Get Started for Free', | ||
href: '#', | ||
}, | ||
}, | ||
{ | ||
title: 'pro', | ||
subtitle: 'Premium templates and advanced customization', | ||
price: 15, | ||
period: '/ Month', | ||
callToAction: { | ||
target: '_blank', | ||
text: 'Upgrade to Pro', | ||
href: '#', | ||
}, | ||
hasRibbon: true, | ||
ribbonTitle: 'popular', | ||
}, | ||
{ | ||
title: 'Enterprise', | ||
subtitle: 'Tailored solutions for large-scale projects', | ||
price: 45, | ||
period: '/ Month', | ||
callToAction: { | ||
target: '_blank', | ||
text: 'Unlock Enterprise Features', | ||
href: '#', | ||
}, | ||
}, | ||
]} | ||
/> | ||
--> | ||
|
||
<!-- FAQs Widget ******************* | ||
<FAQs | ||
title="Frequently Asked Questions" | ||
items={[ | ||
{ | ||
title: 'Is AstroWind compatible with the latest versions of Astro and Tailwind CSS?', | ||
description: | ||
'Yes, AstroWind is designed to be compatible with the latest versions of both Astro and Tailwind CSS. This ensures that you can harness the full capabilities of these technologies while benefiting from the features offered by AstroWind.', | ||
icon: 'tabler:chevrons-right', | ||
}, | ||
{ | ||
title: 'Can I use AstroWind for both personal and commercial projects?', | ||
description: `Certainly! AstroWind is versatile and can be used for a wide range of projects, including both personal and commercial endeavors. Whether you're building a professional portfolio, launching a startup, or creating a marketing website, AstroWind has you covered.`, | ||
icon: 'tabler:chevrons-right', | ||
}, | ||
{ | ||
title: 'What level of coding knowledge is required to use AstroWind?', | ||
description: | ||
'While some familiarity with HTML, CSS, and web development concepts is helpful, the user-friendly interface and customization options allow those with limited coding experience to create impressive websites. For more advanced users, AstroWind offers extensive customization capabilities.', | ||
icon: 'tabler:chevrons-right', | ||
}, | ||
{ | ||
title: 'Is customer support available for AstroWind users seeking guidance?', | ||
description: `Absolutely, our dedicated customer support team is here to assist you with any questions or challenges you may encounter. Feel free to reach out to us through our support channels, and we'll be happy to provide the help you need.`, | ||
icon: 'tabler:chevrons-right', | ||
}, | ||
]} | ||
> | ||
<Fragment slot="bg"> | ||
<div class="absolute inset-0 bg-blue-50 dark:bg-transparent"></div> | ||
</Fragment> | ||
</FAQs> | ||
--> | ||
|
||
<!-- Steps2 Widget ****************** | ||
<Steps2 | ||
title="Reach out to us" | ||
subtitle="Have questions? Feel free to contact us using the form below. We're here to help!" | ||
callToAction={{ | ||
text: 'Contact us', | ||
href: '/', | ||
}} | ||
items={[ | ||
{ | ||
title: 'Email us', | ||
description: 'contact@support.com', | ||
icon: 'tabler:mail', | ||
}, | ||
{ | ||
title: 'Call us', | ||
description: '+1 (234) 567-890', | ||
icon: 'tabler:headset', | ||
}, | ||
{ | ||
title: 'Follow us', | ||
description: '@example', | ||
icon: 'tabler:brand-twitter', | ||
}, | ||
]} | ||
/> | ||
--> | ||
<!-- BlogLatestPost Widget **************** | ||
<BlogLatestPosts | ||
id="blog" | ||
title="Stay informed with AstroWind's blog" | ||
information={`Explore our collection of articles, guides, and tutorials on web development, design trends, and using AstroWind effectively for your projects.`} | ||
> | ||
<Fragment slot="bg"> | ||
<div class="absolute inset-0 bg-blue-50 dark:bg-transparent"></div> | ||
</Fragment> | ||
</BlogLatestPosts> | ||
--> | ||
</Layout> |
Oops, something went wrong.