Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| fe9cdd2ff2 | |||
| ffe3b56914 |
@@ -44,7 +44,7 @@ export default function LandingPage() {
|
|||||||
logoAlt="SANATORA Logo"
|
logoAlt="SANATORA Logo"
|
||||||
brandName="SANATORA"
|
brandName="SANATORA"
|
||||||
button={{
|
button={{
|
||||||
text: "Comprar ahora", href: "#products"}}
|
text: "Comprar ahora", href: "#products"}}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -71,8 +71,6 @@ export default function LandingPage() {
|
|||||||
]}
|
]}
|
||||||
testimonialRotationInterval={6000}
|
testimonialRotationInterval={6000}
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
|
||||||
text: "Comprar ahora", href: "#products"},
|
|
||||||
{
|
{
|
||||||
text: "WhatsApp", href: "https://wa.me/?text=Hola%2C%20tengo%20una%20consulta%20sobre%20los%20productos%20Sanatora."},
|
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>
|
||||||
|
|
||||||
|
<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">
|
<div id="about" data-section="about">
|
||||||
<AboutMetric
|
<AboutMetric
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
@@ -174,18 +184,6 @@ export default function LandingPage() {
|
|||||||
/>
|
/>
|
||||||
</div>
|
</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">
|
<div id="faq" data-section="faq">
|
||||||
<FaqSplitText
|
<FaqSplitText
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
@@ -270,4 +268,4 @@ export default function LandingPage() {
|
|||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user