File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -16,8 +16,8 @@ import CountdownTimer from "./CountdownTimer";
16
16
<div class =" reactgg-cta" >
17
17
<div class =" reactgg-cta-container" >
18
18
<h2 >react.gg Launch Sale</h2 >
19
- <p >Get 30% off through May 22nd </p >
20
- <CountdownTimer client:only targetDate =" 2025-05-23 " />
19
+ <p >Get 30% off through May 23rd </p >
20
+ <CountdownTimer client:only targetDate =" 2025-05-24 " />
21
21
<Button
22
22
text =" Join Now"
23
23
size =" small"
Original file line number Diff line number Diff line change @@ -5,7 +5,6 @@ import NavMain from "../sections/NavMain.astro";
5
5
import HomeHero from " ../sections/HomeHero.astro" ;
6
6
import HooksList from " ../components/search/HooksList" ;
7
7
import Footer from " ../sections/Footer.astro" ;
8
- import QueryGGBanner from " ../components/QueryGGBanner.astro" ;
9
8
10
9
const hooks = await getCollection (" hooks" );
11
10
---
@@ -14,7 +13,6 @@ const hooks = await getCollection("hooks");
14
13
title =" useHooks – The React Hooks Library"
15
14
description =" A collection of modern, server-safe React hooks – from the ui.dev team"
16
15
>
17
- <QueryGGBanner />
18
16
<NavMain />
19
17
<HomeHero />
20
18
<HooksList client:load hooks ={ hooks } />
You can’t perform that action at this time.
0 commit comments