Merge version_2 into main #2
@@ -122,7 +122,6 @@ export default function Home() {
|
||||
<NavbarStyleApple brandName="HACCP Smart" navItems={navItems} />
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroLogo
|
||||
background={{ variant: "downward-rays-static" }}
|
||||
logoText="HACCP Smart"
|
||||
description="La tua soluzione digitale completa per la gestione HACCP nel settore della ristorazione. Semplifica la conformità, monitora la sicurezza alimentare e ottimizza i processi con facilità."
|
||||
buttons={[
|
||||
@@ -141,6 +140,7 @@ export default function Home() {
|
||||
showStepNumbers={true}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
<div id="pricing" data-section="pricing">
|
||||
@@ -150,6 +150,7 @@ export default function Home() {
|
||||
plans={pricingPlans}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
@@ -159,6 +160,7 @@ export default function Home() {
|
||||
testimonials={testimonials}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
<div id="faq" data-section="faq">
|
||||
@@ -172,6 +174,7 @@ export default function Home() {
|
||||
mediaPosition="right"
|
||||
faqsAnimation="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
<div id="contact" data-section="contact">
|
||||
@@ -182,6 +185,7 @@ export default function Home() {
|
||||
{ text: "Contattaci", href: "#" }
|
||||
]}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
<div id="footer" data-section="footer">
|
||||
|
||||
Reference in New Issue
Block a user