Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 13c5d98eae | |||
| 35dca35312 | |||
| 5e36ea8a84 | |||
| fdd884eba8 | |||
| a6ad97ce0b | |||
| 64b85c559c |
@@ -45,7 +45,10 @@ export default function LandingPage() {
|
||||
<HeroCarouselLogo
|
||||
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."
|
||||
buttons={[{ text: "Scopri i prodotti", href: "#products" }]}
|
||||
buttons={[
|
||||
{ text: "Scegli il tuo bouquet", href: "#products" },
|
||||
{ text: "Contattaci", href: "#contact" }
|
||||
]}
|
||||
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/delicate-floral-frame-soft-pink-hues_23-2152004968.jpg", imageAlt: "elegant florist boutique interior" },
|
||||
@@ -129,7 +132,7 @@ export default function LandingPage() {
|
||||
testimonials={[
|
||||
{ id: "1", name: "Anna Rossi", role: "Cliente", company: "Milano", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/chaming-surprised-dark-skinned-woman-gets-bouquet-flowers_273609-46095.jpg" },
|
||||
{ id: "2", name: "Marco Verdi", role: "Cliente", company: "Roma", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/bride-inwedding-dress-holding-sniffing-wedding-bouquet_8353-12583.jpg" },
|
||||
{ id: "3", name: "Sara Bianchi", role: "Cliente", company: "Torino", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/pretty-young-woman-with-shopping-bags_1187-3648.jpg" },
|
||||
{ id: "3", name: "Sara Bianchi", role: "Cliente", company: "Torino", rating: 5, imageSrc: "http://img.b2bpic.net/pretty-young-woman-with-shopping-bags_1187-3648.jpg" },
|
||||
{ id: "4", name: "Giulia Neri", role: "Cliente", company: "Firenze", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/anxious-pretty-young-woman-holding-bouquet-flowers-biting-her-nail_141793-125296.jpg" },
|
||||
{ id: "5", name: "Luca Blu", role: "Cliente", company: "Bologna", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-celebrating-mother-s-day_23-2151207241.jpg" },
|
||||
]}
|
||||
@@ -142,6 +145,7 @@ export default function LandingPage() {
|
||||
<FaqDouble
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
buttons={[{ text: "Contattaci per altro", href: "#contact" }]}
|
||||
faqs={[
|
||||
{ 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." },
|
||||
@@ -182,4 +186,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user