Skip to content

Commit

Permalink
feat: Updated src/pages/about.astro
Browse files Browse the repository at this point in the history
  • Loading branch information
sweep-ai[bot] committed Jan 18, 2024
1 parent bfc677f commit b42b3fd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/pages/about.astro
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
import Features2 from '~/components/widgets/Features2.astro';
import ApiDataFetcher from '~/components/ApiDataFetcher.astro';
import Features3 from '~/components/widgets/Features3.astro';
import Hero from '~/components/widgets/Hero.astro';
import Stats from '~/components/widgets/Stats.astro';
Expand All @@ -14,6 +15,7 @@ const metadata = {
<Layout metadata={metadata}>
<!-- Hero Widget ******************* -->

<ApiDataFetcher endpoint="/api/team" />
<Hero
tagline="About us"
image={{
Expand Down Expand Up @@ -206,6 +208,7 @@ const metadata = {

<!-- Features2 Widget ************** -->

<ApiDataFetcher endpoint="/api/locations" />
<Features2
title="Technical Support"
tagline="Contact us"
Expand Down

0 comments on commit b42b3fd

Please sign in to comment.