|
|
|
@@ -12,7 +12,7 @@ import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatin
|
|
|
|
import ProductCardThree from '@/components/sections/product/ProductCardThree';
|
|
|
|
import ProductCardThree from '@/components/sections/product/ProductCardThree';
|
|
|
|
import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard';
|
|
|
|
import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard';
|
|
|
|
import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen';
|
|
|
|
import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen';
|
|
|
|
import { Award, Clock, Leaf, Star, Mail, MapPin, Phone } from "lucide-react";
|
|
|
|
import { Award, Clock, Leaf, Star } from "lucide-react";
|
|
|
|
|
|
|
|
|
|
|
|
export default function LandingPage() {
|
|
|
|
export default function LandingPage() {
|
|
|
|
return (
|
|
|
|
return (
|
|
|
|
@@ -51,7 +51,7 @@ export default function LandingPage() {
|
|
|
|
{ name: "Giulia M.", handle: "@giuliam", testimonial: "Un salto indietro nel tempo, rapiti da profumi di spezie e luoghi lontani.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/man-wearing-red-bow-tie_1298-359.jpg" },
|
|
|
|
{ name: "Giulia M.", handle: "@giuliam", testimonial: "Un salto indietro nel tempo, rapiti da profumi di spezie e luoghi lontani.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/man-wearing-red-bow-tie_1298-359.jpg" },
|
|
|
|
{ name: "Marco R.", handle: "@marcor", testimonial: "Prodotti naturali di massima qualità, difficili da reperire altrove.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/woman-selling-eco-organic-fruits-local-farmers-market_482257-77263.jpg" }
|
|
|
|
{ name: "Marco R.", handle: "@marcor", testimonial: "Prodotti naturali di massima qualità, difficili da reperire altrove.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/woman-selling-eco-organic-fruits-local-farmers-market_482257-77263.jpg" }
|
|
|
|
]}
|
|
|
|
]}
|
|
|
|
buttons={[{ text: "Visita la Nostra Bottega", href: "#contact" }]}
|
|
|
|
buttons={[{ text: "Esplora i Nostri Tesori", href: "#contact" }]}
|
|
|
|
imageSrc="http://img.b2bpic.net/free-photo/arrangement-with-preserved-garlic_23-2148606771.jpg"
|
|
|
|
imageSrc="http://img.b2bpic.net/free-photo/arrangement-with-preserved-garlic_23-2148606771.jpg"
|
|
|
|
imageAlt="traditional italian spice shop interior"
|
|
|
|
imageAlt="traditional italian spice shop interior"
|
|
|
|
mediaAnimation="blur-reveal"
|
|
|
|
mediaAnimation="blur-reveal"
|
|
|
|
@@ -133,8 +133,8 @@ export default function LandingPage() {
|
|
|
|
textboxLayout="default"
|
|
|
|
textboxLayout="default"
|
|
|
|
useInvertedBackground={false}
|
|
|
|
useInvertedBackground={false}
|
|
|
|
faqs={[
|
|
|
|
faqs={[
|
|
|
|
{ id: "f1", title: "Spedizioni", content: "Sì, effettuiamo consegne." },
|
|
|
|
{ id: "f1", title: "Spedizioni", content: "Sì, effettuiamo consegne in tutta Italia tramite corriere espresso." },
|
|
|
|
{ id: "f2", title: "Pagamenti", content: "Accettiamo carte." }
|
|
|
|
{ id: "f2", title: "Pagamenti Accettati", content: "Puoi pagare comodamente tramite PayPal o effettuare un bonifico bancario (IBAN: IT00000000000000000000)." }
|
|
|
|
]}
|
|
|
|
]}
|
|
|
|
title="Domande Frequenti"
|
|
|
|
title="Domande Frequenti"
|
|
|
|
description="Tutto quello che c'è da sapere."
|
|
|
|
description="Tutto quello che c'è da sapere."
|
|
|
|
@@ -146,9 +146,10 @@ export default function LandingPage() {
|
|
|
|
<ContactCenter
|
|
|
|
<ContactCenter
|
|
|
|
tag="Supporto"
|
|
|
|
tag="Supporto"
|
|
|
|
title="Contatti e Info"
|
|
|
|
title="Contatti e Info"
|
|
|
|
description="Siamo a tua disposizione per ogni richiesta o curiosità sui nostri prodotti."
|
|
|
|
description="Siamo a tua disposizione per ogni richiesta o curiosità sui nostri prodotti. Scrivici a info@drogheriatorielli.it"
|
|
|
|
background={{ variant: "gradient-bars" }}
|
|
|
|
background={{ variant: "gradient-bars" }}
|
|
|
|
useInvertedBackground={false}
|
|
|
|
useInvertedBackground={false}
|
|
|
|
|
|
|
|
onSubmit={(email) => console.log("Contattato da:", email)}
|
|
|
|
/>
|
|
|
|
/>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
@@ -163,4 +164,4 @@ export default function LandingPage() {
|
|
|
|
</ReactLenis>
|
|
|
|
</ReactLenis>
|
|
|
|
</ThemeProvider>
|
|
|
|
</ThemeProvider>
|
|
|
|
);
|
|
|
|
);
|
|
|
|
}
|
|
|
|
}
|