Merge version_3 into main
Merge version_3 into main
This commit was merged in pull request #3.
This commit is contained in:
@@ -14,13 +14,6 @@ import TestimonialCardSixteen from '@/components/sections/testimonial/Testimonia
|
||||
import { useState } from 'react';
|
||||
|
||||
export default function LandingPage() {
|
||||
const [gameState, setGameState] = useState({
|
||||
score: 0,
|
||||
turn: 1,
|
||||
players: [],
|
||||
logs: []
|
||||
});
|
||||
|
||||
return (
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="text-stagger"
|
||||
@@ -79,6 +72,7 @@ export default function LandingPage() {
|
||||
|
||||
<div id="features" data-section="features">
|
||||
<FeatureCardNineteen
|
||||
useInvertedBackground={false}
|
||||
textboxLayout="split"
|
||||
features={[
|
||||
{ tag: "Fun", title: "Creatività", subtitle: "Sii creativo o muori", description: "Risposte libere che metteranno alla prova la tua amicizia.", imageSrc: "http://img.b2bpic.net/free-photo/magnifier-search-sign-symbol-website-icon-3d-rendering_56104-1942.jpg" },
|
||||
@@ -92,6 +86,7 @@ export default function LandingPage() {
|
||||
|
||||
<div id="features-extra" data-section="features-extra">
|
||||
<FeatureCardNineteen
|
||||
useInvertedBackground={false}
|
||||
textboxLayout="split"
|
||||
features={[
|
||||
{ tag: "Fast", title: "Timer stretto", subtitle: "Niente tempo per pensare", description: "Riduci il tempo di risposta per errori grossolani.", imageSrc: "http://img.b2bpic.net/free-photo/animation-clothes-cut-out-woman-backdrop_1134-697.jpg" },
|
||||
@@ -129,6 +124,7 @@ export default function LandingPage() {
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/question-mark-exclamation-mark-paper-blue-background-flat-lay_169016-29460.jpg"
|
||||
title="Domande (inutili)"
|
||||
description="Qui rispondiamo alle domande che nessuno ci ha mai fatto."
|
||||
faqsAnimation="blur-reveal"
|
||||
/>
|
||||
</div>
|
||||
@@ -143,11 +139,14 @@ export default function LandingPage() {
|
||||
{ id: "m2", value: "24h", title: "Tempo", description: "Medio per roast", imageSrc: "http://img.b2bpic.net/free-photo/classic-alarm-clock_74190-1438.jpg" },
|
||||
]}
|
||||
title="Statistiche del Caos"
|
||||
description="Ecco i numeri che dimostrano quanto sei cattivo."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCenter
|
||||
tag="Novità"
|
||||
description="Ricevi aggiornamenti direttamente nella tua casella di posta."
|
||||
useInvertedBackground={false}
|
||||
background={{ variant: "rotated-rays-animated" }}
|
||||
title="Iscriviti per novità caotiche"
|
||||
|
||||
Reference in New Issue
Block a user