We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d47f8a commit e22c54cCopy full SHA for e22c54c
2 files changed
src/component/hero.tsx
@@ -91,7 +91,7 @@ export default function Hero() {
91
<aside className="formInfo-hero">
92
{/* <div className="formInfo-hero__ribbon">33% OFF</div> */}
93
<h2>
94
- Private <span>Sale!</span>
+ Early Bird <span>Sale!</span>
95
</h2>
96
<Form id="checkoutForm" onSubmit={handleSubmit}>
97
<FormGroup>
src/pages/home.tsx
@@ -53,7 +53,6 @@ export default function Home() {
53
} catch (error: any) {
54
setLoading(false);
55
navigate("/server-error");
56
-
57
throw new Error(error);
58
}
59
})();
@@ -78,6 +77,8 @@ export default function Home() {
78
77
<Footer />
79
</div>
80
+ {/* {showOverlay && <OverlarTransparent/>} */}
81
+
82
</>
83
)}
84
0 commit comments