Update src/app/page.tsx

This commit is contained in:
2026-05-07 18:36:05 +00:00
parent 11f9d29c35
commit 7f3a867c9b

View File

@@ -3,14 +3,13 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import ContactCenter from '@/components/sections/contact/ContactCenter';
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
import HeroBillboardTestimonial from '@/components/sections/hero/HeroBillboardTestimonial';
import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout';
import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo';
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
import ProductCardOne from '@/components/sections/product/ProductCardOne';
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
import { Sparkles } from "lucide-react";
export default function LandingPage() {
return (
@@ -35,7 +34,7 @@ export default function LandingPage() {
{ name: "Prodotti", id: "products" },
{ name: "Contatti", id: "contact" },
]}
brandName="GUSTO CAFFÈ"
brandName="GUSTO CAFFE AGLIANA"
/>
</div>
@@ -43,34 +42,19 @@ export default function LandingPage() {
<HeroBillboardTestimonial
useInvertedBackground={false}
background={{ variant: "plain" }}
tag="Offerta Speciale"
tagIcon={Sparkles}
title="Eccellenza del Caffè Italiano"
description="GUSTO CAFFÈ ti offre le migliori macchine da caffè, cialde e capsule premium con il servizio di comodato d'uso gratuito per uffici e case."
description="GUSTO CAFFÈ ti offre le migliori macchine da caffè, cialde e capsule Toda coffee premium con il servizio di comodato d'uso gratuito per uffici e case."
testimonials={[
{ name: "Mario Rossi", handle: "@gustocaffe", testimonial: "Il servizio è eccellente e la macchina è perfetta per il nostro ufficio.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/thoughtful-business-woman-with-coffee-cup_23-2148095739.jpg" },
{ name: "Luca Bianchi", handle: "@bianchi.it", testimonial: "Caffè di altissima qualità. Consigliatissimo!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-mature-businessman-showing-thumb-up_1262-3024.jpg" },
{ name: "Giulia Verdi", handle: "@giulia_v", testimonial: "Il caffè dell'ufficio non è mai stato così buono.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/business-lady-cute-young-blonde-woman-office-outfit-glasses-excited-holding-coffee-cup_140725-161302.jpg" },
{ name: "Marco Neri", handle: "@mn_studio", testimonial: "Assistenza impeccabile e cialde ottime.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/beautiful-african-young-businesswoman-glasses-standing-drinking-coffee_171337-16215.jpg" },
{ name: "Sara Blu", handle: "@sara_b", testimonial: "Comodato comodissimo, consigliato a tutti.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/brunette-businesswoman-using-her-tablet_23-2148142846.jpg" }
{ name: "Mario Rossi", handle: "@gustocaffe", testimonial: "Il servizio è eccellente e la macchina Toda coffee è perfetta per il nostro ufficio.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/thoughtful-business-woman-with-coffee-cup_23-2148095739.jpg" },
{ name: "Luca Bianchi", handle: "@bianchi.it", testimonial: "Caffè Toda coffee di altissima qualità. Consigliatissimo!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-mature-businessman-showing-thumb-up_1262-3024.jpg" }
]}
buttons={[
{ text: "Scopri il Comodato", href: "#service" },
{ text: "Visualizza Prodotti", href: "#products" }
]}
imageSrc="http://img.b2bpic.net/free-photo/person-getting-break-time-office_23-2149272023.jpg"
avatars={[
{ src: "http://img.b2bpic.net/free-photo/business-woman-standing-with-coffee-cup_23-2148095740.jpg", alt: "Utente felice" },
{ src: "http://img.b2bpic.net/free-photo/smiling-senior-businessman-pointing-with-finger_1262-3108.jpg", alt: "Business partner" },
{ src: "http://img.b2bpic.net/free-photo/black-businessman-happy-expression_1194-2548.jpg", alt: "Cliente soddisfatto" },
{ src: "http://img.b2bpic.net/free-photo/black-businessman-happy-expression_1194-2543.jpg", alt: "Ufficio felice" },
{ src: "http://img.b2bpic.net/free-photo/african-student-passed-exams-having-fun-with-university-mates-international-office-workers-discussing-about-new-company-goals_197531-3749.jpg", alt: "Team affiatato" }
]}
marqueeItems={[
{ type: "text", text: "QUALITÀ PREMIUM" },
{ type: "text", text: "COMODATO GRATUITO" },
{ type: "text", text: "ASSISTENZA VELOCE" },
{ type: "text", text: "SELEZIONE ITALIANA" },
{ type: "text", text: "CONSEGNE PUNTUALI" }
]}
/>
</div>
@@ -81,12 +65,12 @@ export default function LandingPage() {
gridVariant="uniform-all-items-equal"
useInvertedBackground={false}
metrics={[
{ id: "m1", value: "20+", description: "Anni di Esperienza" },
{ id: "m2", value: "500+", description: "Clienti Soddisfatti" },
{ id: "m1", value: "5+", description: "Anni di Esperienza" },
{ id: "m2", value: "200+", description: "Clienti Soddisfatti" },
{ id: "m3", value: "5★", description: "Qualità Premium" }
]}
title="La Nostra Esperienza"
description="La qualità che garantiamo con oltre vent'anni di dedizione al caffè."
description="La qualità che garantiamo con anni di dedizione al caffè."
/>
</div>
@@ -109,15 +93,11 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
useInvertedBackground={false}
products={[
{ id: "p1", name: "Caffè Premium Arabica", price: "19,90€", imageSrc: "http://img.b2bpic.net/free-photo/close-up-pile-coffee-beans-coffee-shop_23-2149458066.jpg" },
{ id: "p2", name: "Macchina Espresso Pro", price: "Comodato", imageSrc: "http://img.b2bpic.net/free-photo/side-view-professional-chrome-coffee-machine-with-two-head-charged-portafilters-cafe-shop-wooden-thick-table-tamper-leather-padespresso-cappuccino-latte-maker_346278-1340.jpg" },
{ id: "p3", name: "Capsule Selezione Mix", price: "24,90€", imageSrc: "http://img.b2bpic.net/free-photo/brown-coffee-beans-wood-bowl_74190-6654.jpg" },
{ id: "p4", name: "Macchina Automatica Office", price: "Comodato", imageSrc: "http://img.b2bpic.net/free-photo/back-view-man-using-coffee-machine_23-2147775916.jpg" },
{ id: "p5", name: "Caffè Sfuso Arabica", price: "14,50€", imageSrc: "http://img.b2bpic.net/free-photo/serious-adult-middle-aged-man-sips-enjoys-coffee-beverage-while-reading-interesting-captivating-book-cafe-library-shop_346278-236.jpg" },
{ id: "p6", name: "Specialità Italiana", price: "22,00€", imageSrc: "http://img.b2bpic.net/free-photo/barista-grind-coffee-bean-with-grinder-machine-barista-prepares-coffee_169016-61314.jpg" }
{ id: "p1", name: "Toda coffee Arabica", price: "19,90€", imageSrc: "http://img.b2bpic.net/free-photo/close-up-pile-coffee-beans-coffee-shop_23-2149458066.jpg" },
{ id: "p2", name: "Macchina Espresso Pro", price: "Comodato", imageSrc: "http://img.b2bpic.net/free-photo/side-view-professional-chrome-coffee-machine-with-two-head-charged-portafilters-cafe-shop-wooden-thick-table-tamper-leather-padespresso-cappuccino-latte-maker_346278-1340.jpg" }
]}
title="I Nostri Prodotti"
description="Dalle macchine caffè premium alle migliori selezioni italiane."
description="Dalle macchine caffè premium alle migliori selezioni Toda coffee."
/>
</div>
@@ -134,7 +114,7 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterLogoReveal
logoText="GUSTO CAFFÈ"
logoText="GUSTO CAFFE AGLIANA"
leftLink={{ text: "Termini e Condizioni", href: "#" }}
rightLink={{ text: "Privacy Policy", href: "#" }}
/>
@@ -142,4 +122,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}