Skip to content

Commit

Permalink
Add tagline
Browse files Browse the repository at this point in the history
  • Loading branch information
prototypa committed Aug 16, 2023
1 parent c427070 commit 7a7fb98
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/pages/about.astro
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ const metadata = {
<!-- Hero Widget ******************* -->

<Hero
tagline="About us"
image={{
src: 'https://images.unsplash.com/photo-1559136555-9303baea8ebd?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=2070&q=80',
alt: 'Caos Image',
Expand Down
1 change: 1 addition & 0 deletions src/pages/homes/mobile-app.astro
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ const metadata = {
<!-- Hero2 Widget ******************* -->

<Hero2
tagline="Mobile App Web Demo"
callToAction={{ text: 'Download App', href: 'https://github.com/onwidget/astrowind', icon: 'tabler:download' }}
callToAction2={{ text: 'Learn more', href: '#features' }}
image={{
Expand Down
2 changes: 1 addition & 1 deletion src/pages/homes/personal.astro
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ const metadata = {

<!-- Hero2 Widget ******************* -->

<Hero id="hero" title="Sarah Johnson" callToAction={{ text: 'Hire me', href: '/' }}>
<Hero id="hero" title="Sarah Johnson" tagline="Personal Web Demo" callToAction={{ text: 'Hire me', href: '/' }}>
<Fragment slot="subtitle">
I'm a Graphic Designer passionate about crafting visual stories. <br /> With 5 years of experience and a degree
from New York University's School of Design. I infuse vitality into brands and designs, transforming concepts into
Expand Down
1 change: 1 addition & 0 deletions src/pages/homes/saas.astro
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ const metadata = {
<!-- Hero2 Widget ******************* -->

<Hero2
tagline="SaaS Web Demo"
callToAction={{ text: 'Get template', href: 'https://github.com/onwidget/astrowind', icon: 'tabler:download' }}
callToAction2={{ text: 'Learn more', href: '#features' }}
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' }}
Expand Down
1 change: 1 addition & 0 deletions src/pages/homes/startup.astro
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ const metadata = {
<!-- Hero Widget ******************* -->

<Hero
tagline="Startup Web Demo"
callToAction={{ text: 'Get template', href: 'https://github.com/onwidget/astrowind', icon: 'tabler:download' }}
callToAction2={{ text: 'Learn more', href: '#features' }}
>
Expand Down
1 change: 1 addition & 0 deletions src/pages/services.astro
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ const metadata = {
<!-- Hero Widget ******************* -->

<Hero
tagline="Services"
title="Elevate your projects with our stunning templates"
subtitle="Explore our meticulously crafted templates tailored to various industries and purposes. From captivating presentations to functional website designs, we offer the tools you need to succeed."
callToAction={{ text: 'Start exploring', href: '/' }}
Expand Down

0 comments on commit 7a7fb98

Please sign in to comment.