Merge version_2 into main #2
@@ -26,27 +26,17 @@ export default function LandingPage() {
|
|||||||
<NavbarLayoutFloatingInline
|
<NavbarLayoutFloatingInline
|
||||||
navItems={[
|
navItems={[
|
||||||
{
|
{
|
||||||
name: "Catálogo",
|
name: "Catálogo", id: "/"},
|
||||||
id: "/",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Acerca de",
|
name: "Acerca de", id: "/#about"},
|
||||||
id: "/#about",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Productos",
|
name: "Productos", id: "/#products"},
|
||||||
id: "/#products",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Administración",
|
name: "Administración", id: "/admin"},
|
||||||
id: "/admin",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
brandName="Guayabal Liquor Store"
|
brandName="Guayabal Liquor Store"
|
||||||
button={{
|
button={{
|
||||||
text: "Comprar Ahora",
|
text: "Comprar Ahora", href: "/#products"}}
|
||||||
href: "/#products",
|
|
||||||
}}
|
|
||||||
animateOnLoad={true}
|
animateOnLoad={true}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -55,8 +45,7 @@ export default function LandingPage() {
|
|||||||
<ContactCenter
|
<ContactCenter
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
background={{
|
background={{
|
||||||
variant: "sparkles-gradient",
|
variant: "sparkles-gradient"}}
|
||||||
}}
|
|
||||||
tag="Acceso Privado"
|
tag="Acceso Privado"
|
||||||
title="Panel de Administración"
|
title="Panel de Administración"
|
||||||
description="Por favor, introduce tu contraseña para acceder al panel de administración y gestionar el catálogo de productos."
|
description="Por favor, introduce tu contraseña para acceder al panel de administración y gestionar el catálogo de productos."
|
||||||
@@ -79,20 +68,16 @@ export default function LandingPage() {
|
|||||||
|
|
||||||
<div id="footer" data-section="footer">
|
<div id="footer" data-section="footer">
|
||||||
<FooterLogoReveal
|
<FooterLogoReveal
|
||||||
logoSrc="http://img.b2bpic.net/free-vector/wine-glass-grapes-vintage-lettering-background_1416-1240.jpg"
|
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ey1cTIpOJwngMIJrv61tdUv8u5/uploaded-1781137167192-44er2uhj.png"
|
||||||
logoAlt="Guayabal Liquor Store Logo"
|
logoAlt="Guayabal Liquor Store Logo"
|
||||||
logoText="Guayabal Liquor Store"
|
logoText="Guayabal Liquor Store"
|
||||||
leftLink={{
|
leftLink={{
|
||||||
text: "Términos y Condiciones",
|
text: "Términos y Condiciones", href: "#"}}
|
||||||
href: "#",
|
|
||||||
}}
|
|
||||||
rightLink={{
|
rightLink={{
|
||||||
text: "Política de Privacidad",
|
text: "Política de Privacidad", href: "#"}}
|
||||||
href: "#",
|
|
||||||
}}
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
@@ -184,7 +184,7 @@ export default function LandingPage() {
|
|||||||
|
|
||||||
<div id="footer" data-section="footer">
|
<div id="footer" data-section="footer">
|
||||||
<FooterLogoReveal
|
<FooterLogoReveal
|
||||||
logoSrc="http://img.b2bpic.net/free-vector/wine-glass-grapes-vintage-lettering-background_1416-1240.jpg"
|
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ey1cTIpOJwngMIJrv61tdUv8u5/uploaded-1781137167192-44er2uhj.png"
|
||||||
logoAlt="Guayabal Liquor Store Logo"
|
logoAlt="Guayabal Liquor Store Logo"
|
||||||
logoText="Guayabal Liquor Store"
|
logoText="Guayabal Liquor Store"
|
||||||
leftLink={{
|
leftLink={{
|
||||||
@@ -196,4 +196,4 @@ export default function LandingPage() {
|
|||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user