Merge version_1_1781571491947 into main #1

Merged
bender merged 2 commits from version_1_1781571491947 into main 2026-06-16 01:03:02 +00:00

View File

@@ -8,28 +8,22 @@ import { StyleProvider } from "@/components/ui/StyleProvider";
export default function Layout() {
const navItems = [
{
"name": "Inicio",
"href": "#"
"name": "Inicio", "href": "#"
},
{
"name": "Recargar",
"href": "#pricing"
"name": "Recargar", "href": "#pricing"
},
{
"name": "Otros Juegos",
"href": "#contact"
"name": "Otros Juegos", "href": "#contact"
},
{
"name": "Hero",
"href": "#hero"
"name": "Hero", "href": "#hero"
},
{
"name": "Metrics",
"href": "#metrics"
"name": "Metrics", "href": "#metrics"
},
{
"name": "Faq",
"href": "#faq"
"name": "Faq", "href": "#faq"
}
];
@@ -39,10 +33,9 @@ export default function Layout() {
<SectionErrorBoundary name="navbar">
<NavbarFloatingLogo
logo="Diamantes"
logoImageSrc="http://img.b2bpic.net/free-photo/3d-rendering-neon-triangle_23-2151293999.jpg"
ctaButton={{
text: "WhatsApp",
href: "https://wa.me/595983309979?text=Hola.!%20Quiero%20recargar.%20Juego:%20",
}}
text: "WhatsApp", href: "https://wa.me/595983309979?text=Hola.!%20Quiero%20recargar.%20Juego:%20"}}
navItems={navItems} />
</SectionErrorBoundary>
<main className="flex-grow">
@@ -52,20 +45,13 @@ export default function Layout() {
<FooterBasic
columns={[
{
title: "Enlaces Útiles",
items: [
title: "Enlaces Útiles", items: [
{
label: "Inicio",
href: "#",
},
label: "Inicio", href: "#"},
{
label: "Recargar",
href: "#pricing",
},
label: "Recargar", href: "#pricing"},
{
label: "Consultas",
href: "#contact",
},
label: "Consultas", href: "#contact"},
],
},
]}