Merge version_2 into main
Merge version_2 into main
This commit was merged in pull request #2.
This commit is contained in:
@@ -26,27 +26,17 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Catálogo",
|
||||
id: "/",
|
||||
},
|
||||
name: "Catálogo", id: "/"},
|
||||
{
|
||||
name: "Acerca de",
|
||||
id: "/#about",
|
||||
},
|
||||
name: "Acerca de", id: "/#about"},
|
||||
{
|
||||
name: "Productos",
|
||||
id: "/#products",
|
||||
},
|
||||
name: "Productos", id: "/#products"},
|
||||
{
|
||||
name: "Administración",
|
||||
id: "/admin",
|
||||
},
|
||||
name: "Administración", id: "/admin"},
|
||||
]}
|
||||
brandName="Guayabal Liquor Store"
|
||||
button={{
|
||||
text: "Comprar Ahora",
|
||||
href: "/#products",
|
||||
}}
|
||||
text: "Comprar Ahora", href: "/#products"}}
|
||||
animateOnLoad={true}
|
||||
/>
|
||||
</div>
|
||||
@@ -55,8 +45,7 @@ export default function LandingPage() {
|
||||
<ContactCenter
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
variant: "sparkles-gradient"}}
|
||||
tag="Acceso Privado"
|
||||
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."
|
||||
@@ -79,20 +68,16 @@ export default function LandingPage() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<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"
|
||||
logoText="Guayabal Liquor Store"
|
||||
leftLink={{
|
||||
text: "Términos y Condiciones",
|
||||
href: "#",
|
||||
}}
|
||||
text: "Términos y Condiciones", href: "#"}}
|
||||
rightLink={{
|
||||
text: "Política de Privacidad",
|
||||
href: "#",
|
||||
}}
|
||||
text: "Política de Privacidad", href: "#"}}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -184,7 +184,7 @@ export default function LandingPage() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<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"
|
||||
logoText="Guayabal Liquor Store"
|
||||
leftLink={{
|
||||
@@ -196,4 +196,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user