Update src/app/page.tsx
This commit is contained in:
@@ -2,10 +2,10 @@
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import ContactCTA from '@/components/sections/contact/ContactCTA';
|
||||
import FaqBase from '@/components/sections/faq/FaqBase';
|
||||
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
|
||||
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
|
||||
import FeatureCardMedia from '@/components/sections/feature/FeatureCardMedia';
|
||||
import FooterSimple from '@/components/sections/footer/FooterSimple';
|
||||
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
|
||||
import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarousel';
|
||||
import MediaAbout from '@/components/sections/about/MediaAbout';
|
||||
import MetricCardOne from '@/components/sections/metrics/MetricCardOne';
|
||||
@@ -88,9 +88,9 @@ export default function LandingPage() {
|
||||
description="Td art edile è il tuo partner di fiducia per ogni progetto di costruzione e ristrutturazione. Con due decenni di esperienza, ci dedichiamo a fornire soluzioni innovative e di alta qualità, rispettando i tempi e il budget. La nostra passione per l'edilizia si riflette in ogni dettaglio, garantendo risultati che superano le aspettative."
|
||||
buttons={[
|
||||
{
|
||||
text: "La Nostra Storia", href: "#"},
|
||||
text: "Richiedi un Preventivo", href: "#contact"},
|
||||
{
|
||||
text: "I Nostri Valori", href: "#"},
|
||||
text: "Esplora i Nostri Progetti", href: "#projects"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/warehouse-supervisor-coordinating-employee-trainee-scanning-goods-packages_482257-77692.jpg"
|
||||
imageAlt="Team di costruttori e architetti che discutono un progetto"
|
||||
@@ -154,7 +154,7 @@ export default function LandingPage() {
|
||||
id: "m2", value: "150+", title: "Progetti Completati", description: "Centinaia di lavori di successo, piccoli e grandi.", icon: Building2,
|
||||
},
|
||||
{
|
||||
id: "m3", value: "98%", title: "Clienti Soddisfatti", description: "La nostra priorità è la felicità dei nostri clienti.", icon: Smile,
|
||||
id: "m3", value: "98%", title: "Clienti Soddisatti", description: "La nostra priorità è la felicità dei nostri clienti.", icon: Smile,
|
||||
},
|
||||
]}
|
||||
title="La Nostra Esperienza in Numeri"
|
||||
@@ -219,7 +219,7 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="faq" data-section="faq">
|
||||
<FaqBase
|
||||
<FaqSplitMedia
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
@@ -235,28 +235,40 @@ export default function LandingPage() {
|
||||
title="Domande Frequenti"
|
||||
description="Hai domande sui nostri servizi o sui processi di costruzione? Trova le risposte qui."
|
||||
faqsAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/happy-engineers-discussing-project-construction-site_23-2149306939.jpg"
|
||||
imageAlt="Team di ingegneri che discutono un progetto in cantiere"
|
||||
mediaPosition="right"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCTA
|
||||
<ContactSplitForm
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain"}}
|
||||
tag="Contattaci"
|
||||
title="Pronto a Costruire con Noi?"
|
||||
description="Contattaci oggi stesso per discutere il tuo prossimo progetto. Il nostro team è pronto ad ascoltare le tue idee e trasformarle in realtà."
|
||||
buttons={[
|
||||
inputs={[
|
||||
{
|
||||
text: "Richiedi una Consulenza Gratuita", href: "mailto:info@tdartedile.it"},
|
||||
name: "name", type: "text", placeholder: "Il tuo nome", required: true},
|
||||
{
|
||||
text: "Chiamaci Ora", href: "tel:+390123456789"},
|
||||
name: "email", type: "email", placeholder: "La tua email", required: true},
|
||||
{
|
||||
name: "phone", type: "tel", placeholder: "Il tuo telefono"},
|
||||
{
|
||||
name: "subject", type: "text", placeholder: "Oggetto del messaggio"},
|
||||
]}
|
||||
textarea={{
|
||||
name: "message", placeholder: "Il tuo messaggio", rows: 5,
|
||||
required: true}}
|
||||
buttonText="Invia Messaggio"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/top-view-man-drawing-architectural-plans-table_23-2148123049.jpg"
|
||||
imageAlt="Uomo che disegna piani architettonici su un tavolo"
|
||||
mediaPosition="left"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterSimple
|
||||
<FooterBaseCard
|
||||
logoText="Td art edile"
|
||||
columns={[
|
||||
{
|
||||
title: "Servizi", items: [
|
||||
@@ -290,13 +302,10 @@ export default function LandingPage() {
|
||||
label: "Email", href: "mailto:info@tdartedile.it"},
|
||||
{
|
||||
label: "Telefono", href: "tel:+390123456789"},
|
||||
{
|
||||
label: "Indirizzo", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
bottomLeftText="© 2024 Td art edile. Tutti i diritti riservati."
|
||||
bottomRightText="Realizzato con passione in Italia."
|
||||
copyrightText="© 2024 Td art edile. Tutti i diritti riservati."
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
Reference in New Issue
Block a user