Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 5e36ea8a84 | |||
| fdd884eba8 | |||
| a6ad97ce0b | |||
| 64b85c559c |
@@ -45,7 +45,10 @@ export default function LandingPage() {
|
|||||||
<HeroCarouselLogo
|
<HeroCarouselLogo
|
||||||
logoText="I Fiori Della Primula"
|
logoText="I Fiori Della Primula"
|
||||||
description="Portiamo la bellezza della natura a casa tua con composizioni floreali uniche, create con passione e dedizione per ogni occasione."
|
description="Portiamo la bellezza della natura a casa tua con composizioni floreali uniche, create con passione e dedizione per ogni occasione."
|
||||||
buttons={[{ text: "Scopri i prodotti", href: "#products" }]}
|
buttons={[
|
||||||
|
{ text: "Scopri i prodotti", href: "#products" },
|
||||||
|
{ text: "Contattaci", href: "#contact" }
|
||||||
|
]}
|
||||||
slides={[
|
slides={[
|
||||||
{ imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-working-with-dried-flowers_23-2149591621.jpg", imageAlt: "elegant florist boutique interior" },
|
{ imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-working-with-dried-flowers_23-2149591621.jpg", imageAlt: "elegant florist boutique interior" },
|
||||||
{ imageSrc: "http://img.b2bpic.net/free-photo/delicate-floral-frame-soft-pink-hues_23-2152004968.jpg", imageAlt: "elegant florist boutique interior" },
|
{ imageSrc: "http://img.b2bpic.net/free-photo/delicate-floral-frame-soft-pink-hues_23-2152004968.jpg", imageAlt: "elegant florist boutique interior" },
|
||||||
@@ -142,6 +145,7 @@ export default function LandingPage() {
|
|||||||
<FaqDouble
|
<FaqDouble
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
|
buttons={[{ text: "Contattaci per altro", href: "#contact" }]}
|
||||||
faqs={[
|
faqs={[
|
||||||
{ id: "q1", title: "Quali sono i tempi di consegna?", content: "Consegniamo entro 24 ore dall'ordine effettuato." },
|
{ id: "q1", title: "Quali sono i tempi di consegna?", content: "Consegniamo entro 24 ore dall'ordine effettuato." },
|
||||||
{ id: "q2", title: "Potete personalizzare i bouquet?", content: "Certamente, contattaci per discutere le tue preferenze." },
|
{ id: "q2", title: "Potete personalizzare i bouquet?", content: "Certamente, contattaci per discutere le tue preferenze." },
|
||||||
|
|||||||
Reference in New Issue
Block a user