Update src/app/page.tsx

This commit is contained in:
2026-04-23 14:44:38 +00:00
parent 1f8676ab9c
commit 91cce7953f

View File

@@ -176,14 +176,14 @@ export default function LandingPage() {
useInvertedBackground={true}
faqs={[
{
id: "f1", title: "How to register?", content: "Simply click the register button to join our art community."},
id: "f1", title: "Come registrarsi?", content: "Clicca semplicemente sul pulsante di registrazione per unirti alla nostra comunità artistica."},
{
id: "f2", title: "What payments are accepted?", content: "We securely accept PayPal and direct bank transfers."},
id: "f2", title: "Quali pagamenti sono accettati?", content: "Accettiamo in modo sicuro PayPal e bonifici bancari diretti."},
{
id: "f3", title: "Is my data safe?", content: "Security is our priority; your personal data is fully encrypted."},
id: "f3", title: "I miei dati sono al sicuro?", content: "La sicurezza è la nostra priorità; i tuoi dati personali sono completamente criptati."},
]}
title="Frequently Asked Questions"
description="Everything you need to know about SGH Art Online."
title="Domande Frequenti"
description="Tutto quello che devi sapere su SGH Art Online."
faqsAnimation="slide-up"
/>
</div>
@@ -193,9 +193,9 @@ export default function LandingPage() {
useInvertedBackground={false}
background={{
variant: "plain"}}
tag="Contact Us"
title="Need Support?"
description="Have questions about a sculpture or need assistance? Reach out to our support team anytime."
tag="Contattaci"
title="Hai bisogno di assistenza?"
description="Hai domande su una scultura o hai bisogno di assistenza? Contatta il nostro team di supporto in qualsiasi momento."
mediaAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/customer-feedback-concept-with-dark-arm_23-2150030239.jpg"
/>
@@ -206,27 +206,27 @@ export default function LandingPage() {
logoText="SGH ART ONLINE"
columns={[
{
title: "Shop", items: [
title: "Negozio", items: [
{
label: "All Art", href: "#products"},
label: "Tutta l'arte", href: "#products"},
{
label: "Register", href: "/register"},
label: "Registrati", href: "/register"},
],
},
{
title: "Company", items: [
title: "Azienda", items: [
{
label: "About Us", href: "#about"},
label: "Chi siamo", href: "#about"},
{
label: "Contact", href: "#contact"},
label: "Contatti", href: "#contact"},
],
},
{
title: "Legal", items: [
title: "Legale", items: [
{
label: "Privacy Policy", href: "#"},
label: "Informativa sulla privacy", href: "#"},
{
label: "Terms of Use", href: "#"},
label: "Termini di utilizzo", href: "#"},
],
},
]}
@@ -235,4 +235,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}