@@ -31,7 +31,7 @@ import {
31
31
export default function Home ( ) {
32
32
return (
33
33
< div className = "flex flex-col w-full items-center fancy-overlay" >
34
- < LandingSocialProofBand invert = { false } className = "hidden md:flex" >
34
+ { /* <LandingSocialProofBand invert={false} className="hidden md:flex">
35
35
<LandingSocialProofBandItem>
36
36
Fast, reliable, and secure
37
37
</LandingSocialProofBandItem>
@@ -43,7 +43,7 @@ export default function Home() {
43
43
<LandingSocialProofBandItem graphic="rating">
44
44
99% customer satisfaction
45
45
</LandingSocialProofBandItem>
46
- </ LandingSocialProofBand >
46
+ </LandingSocialProofBand> */ }
47
47
48
48
< Header className = "mb-0 lg:mb-0" />
49
49
@@ -52,12 +52,12 @@ export default function Home() {
52
52
description = "Get rare limited time details on selected SaaS, software, apps and services. Discounts for Black Friday and beyond."
53
53
textPosition = "left"
54
54
withBackground
55
- leadingComponent = { < LandingProductHuntAward /> }
55
+ // leadingComponent={<LandingProductHuntAward />}
56
56
>
57
- < LandingDiscount
57
+ { /* <LandingDiscount
58
58
discountValueText="30% off"
59
59
discountDescriptionText="for the first 10 customers (2 left)"
60
- />
60
+ /> */ }
61
61
62
62
< LandingSocialProof
63
63
className = "w-full mt-12"
@@ -81,7 +81,11 @@ export default function Home() {
81
81
/>
82
82
</ LandingPrimaryTextCtaSection >
83
83
84
- < LandingProductFeature
84
+ < section className = "wide-container mt-12" >
85
+ < LatestArticles />
86
+ </ section >
87
+
88
+ { /* <LandingProductFeature
85
89
title="Limited Time Offers"
86
90
descriptionComponent={
87
91
<>
@@ -177,7 +181,7 @@ export default function Home() {
177
181
imagePosition="left"
178
182
imagePerspective="none"
179
183
variant="secondary"
180
- />
184
+ /> */ }
181
185
182
186
< LandingBandSection
183
187
title = "4.9/5 stars"
@@ -204,7 +208,7 @@ export default function Home() {
204
208
}
205
209
/>
206
210
207
- < LandingProductFeature
211
+ { /* <LandingProductFeature
208
212
title="Rare Savings"
209
213
descriptionComponent={
210
214
<>
@@ -226,7 +230,7 @@ export default function Home() {
226
230
ctaHref={'#'}
227
231
ctaLabel={'Pre-order now'}
228
232
withBackgroundGlow
229
- />
233
+ /> */ }
230
234
231
235
< LandingTestimonialReadMoreWrapper size = "md" >
232
236
< LandingTestimonialGrid
@@ -276,7 +280,7 @@ export default function Home() {
276
280
/>
277
281
</ LandingTestimonialReadMoreWrapper >
278
282
279
- < LandingFeatureList
283
+ { /* <LandingFeatureList
280
284
title="Awesome Features Await!"
281
285
description="Explore the fantastic features of our AI app:"
282
286
featureItems={[
@@ -335,7 +339,7 @@ export default function Home() {
335
339
icon: <FramerIcon />,
336
340
},
337
341
]}
338
- />
342
+ /> */ }
339
343
340
344
< LandingFaqCollapsibleSection
341
345
title = "Got Questions? We've Got Answers!"
@@ -360,9 +364,7 @@ export default function Home() {
360
364
withBackground
361
365
/>
362
366
363
- < section className = "wide-container mt-12" >
364
- < LatestArticles />
365
- </ section >
367
+
366
368
</ div >
367
369
) ;
368
370
}
0 commit comments