Skip to content

Commit

Permalink
Update banner styles
Browse files Browse the repository at this point in the history
  • Loading branch information
gabros20 committed Jan 14, 2025
2 parents e52627c + 0d742df commit 661ead5
Show file tree
Hide file tree
Showing 13 changed files with 4,075 additions and 798 deletions.
Binary file added public/images/app/build/ABC.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/images/components/banner/mamothon-image.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
65 changes: 31 additions & 34 deletions src/app/ecosystem/page.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,39 +10,36 @@ import seo from "@/data/ecosystem/seo";
export const metadata = meta(seo);

export default async function Ecosystem() {
return (
<>
<SecondaryHero
title={"Celestia Ecosystem"}
subtitle={
"Discover a wide range of apps and services built in the Celestia ecosystem."
}
videos={{
src: {
xl: "/videos/hero/ecosystem-desktop_xl.mp4",
lg: "/videos/hero/ecosystem-desktop_lg.mp4",
sm: "/videos/hero/ecosystem-mobile_sm.mp4",
},
poster: {
lg: "/videos/hero/ecosystem-desktop_xl_poster.jpg",
sm: "/videos/hero/ecosystem-mobile_sm_poster.jpg",
},
}}
/>
<div id="projects">
<ProjectFilter
title={"Start exploring"}
description={
"Discover a wide range of apps and services built in the Celestia ecosystem."
}
filters={getFilterOptions(ecosystemItems, "categories")}
filterTarget={"categories"}
items={ecosystemItems}
showCategoriesOnCard
/>
</div>
return (
<>
<SecondaryHero
title={"Celestia Ecosystem"}
subtitle={"Discover a wide range of apps and services built in the Celestia ecosystem."}
videos={{
src: {
xl: "/videos/hero/ecosystem-desktop_xl.mp4",
lg: "/videos/hero/ecosystem-desktop_lg.mp4",
sm: "/videos/hero/ecosystem-mobile_sm.mp4",
},
poster: {
lg: "/videos/hero/ecosystem-desktop_xl_poster.jpg",
sm: "/videos/hero/ecosystem-mobile_sm_poster.jpg",
},
}}
/>
<div id='projects'>
<ProjectFilter
title={"Start exploring"}
description={"Discover a wide range of apps and services built in the Celestia ecosystem."}
filters={getFilterOptions(ecosystemItems, "categories")}
filterTarget={"categories"}
items={ecosystemItems}
showCategoriesOnCard
filtersToShow={999}
/>
</div>

<GetInTouch />
</>
);
<GetInTouch />
</>
);
}
Loading

0 comments on commit 661ead5

Please sign in to comment.