Skip to content

Commit

Permalink
feat: coming soon
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Catinaud Taris committed Oct 11, 2024
1 parent 2c7bd78 commit ed04cc6
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
5 changes: 3 additions & 2 deletions src/app/[locale]/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,16 @@ const HomePage = () => {

return (
<>
<IntroBlock title={t("title")} image="/images/salmon.svg" />
<IntroBlock title="Coming soon" className="h-screen" />
{/*<IntroBlock title={t("title")} image="/images/salmon.svg" />
<BombSection />
<VideoSection />
<ExplodeSection />
<EditoSection />
<BusinessSection />
<JoinBlock />
<JoinBlock />*/}
</>
);
};
Expand Down
4 changes: 2 additions & 2 deletions src/components/layout/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -99,10 +99,10 @@ const Footer = () => {
<p className="p-caption mt-6 lg:mt-12">
{t("footer.allRight")} - © {currentYear} Seastemik {t("footer.and")}{" "}
Data for Good
<br />
{/*<br />
<a href="/legal-notice" className="underline hover:no-underline">
{t("footer.legalNotice")}
</a>
</a>*/}
</p>
</div>
</footer>
Expand Down
3 changes: 2 additions & 1 deletion src/components/layout/Navbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ const Navbar = () => {
className="w-24 md:w-36 lg:w-44 object-contain"
/>
</Link>

{/*
<nav
className="flex flex-wrap gap-4 lg:gap-16 ml-auto"
aria-label={t("nav.title")}
Expand Down Expand Up @@ -91,6 +91,7 @@ const Navbar = () => {
))}
</div>
</nav>
*/}
</div>
</header>
);
Expand Down

0 comments on commit ed04cc6

Please sign in to comment.