Update src/app/page.tsx
This commit is contained in:
@@ -99,7 +99,7 @@ export default function HomePage() {
|
||||
]}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
animationType="smooth"
|
||||
animationType="slide-up"
|
||||
buttons={[
|
||||
{ text: "Visita il Negozio", href: "/contatti" },
|
||||
]}
|
||||
@@ -125,7 +125,7 @@ export default function HomePage() {
|
||||
gridVariant="uniform-all-items-equal"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
animationType="smooth"
|
||||
animationType="slide-up"
|
||||
carouselMode="buttons"
|
||||
/>
|
||||
</div>
|
||||
@@ -138,7 +138,7 @@ export default function HomePage() {
|
||||
tagIcon={Star}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
animationType="smooth"
|
||||
animationType="slide-up"
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Marco Rossi", handle: "Proprietario Casa", testimonial: "Professionalità e gentilezza straordinaria. Ho trovato tutto quello che cercavo per il bagno. Consigliatissimi!", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg", imageAlt: "Marco Rossi"},
|
||||
@@ -165,7 +165,7 @@ export default function HomePage() {
|
||||
tagIcon={HelpCircle}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
animationType="smooth"
|
||||
animationType="slide-up"
|
||||
faqsAnimation="opacity"
|
||||
faqs={[
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user