Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| fe9cdd2ff2 |
@@ -44,7 +44,7 @@ export default function LandingPage() {
|
||||
logoAlt="SANATORA Logo"
|
||||
brandName="SANATORA"
|
||||
button={{
|
||||
text: "Comprar ahora", href: "#products"}}
|
||||
text: "Comprar ahora", href: "#products"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -71,8 +71,6 @@ export default function LandingPage() {
|
||||
]}
|
||||
testimonialRotationInterval={6000}
|
||||
buttons={[
|
||||
{
|
||||
text: "Comprar ahora", href: "#products"},
|
||||
{
|
||||
text: "WhatsApp", href: "https://wa.me/?text=Hola%2C%20tengo%20una%20consulta%20sobre%20los%20productos%20Sanatora."},
|
||||
]}
|
||||
@@ -95,6 +93,18 @@ export default function LandingPage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="social-proof" data-section="social-proof">
|
||||
<SocialProofOne
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"Organic Farms", "Healthy Living Co.", "Artisan Foods Collective", "EcoMarket", "Pure Wellness Brands", "The Green Pantry", "Natural Harvest Distributors"]}
|
||||
title="Nuestros Colaboradores"
|
||||
description="Trabajamos con aliados que comparten nuestra visión de calidad, transparencia y el valor de lo esencial."
|
||||
speed={40}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="about" data-section="about">
|
||||
<AboutMetric
|
||||
useInvertedBackground={true}
|
||||
@@ -174,18 +184,6 @@ export default function LandingPage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="social-proof" data-section="social-proof">
|
||||
<SocialProofOne
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"Organic Farms", "Healthy Living Co.", "Artisan Foods Collective", "EcoMarket", "Pure Wellness Brands", "The Green Pantry", "Natural Harvest Distributors"]}
|
||||
title="Nuestros Colaboradores"
|
||||
description="Trabajamos con aliados que comparten nuestra visión de calidad, transparencia y el valor de lo esencial."
|
||||
speed={40}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="faq" data-section="faq">
|
||||
<FaqSplitText
|
||||
useInvertedBackground={true}
|
||||
@@ -270,4 +268,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user