Auto commit: 2026-05-29T19:46:50.256Z

This commit is contained in:
Flatlogic Bot 2026-05-29 19:46:50 +00:00
parent 4c38294fd8
commit 50d4397e09
3 changed files with 10 additions and 3 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 105 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 105 KiB

View File

@ -1,6 +1,7 @@
import { mdiCellphoneCog, mdiLogin, mdiQrcodeScan, mdiRobotExcitedOutline, mdiShieldAccountOutline, mdiWhatsapp } from '@mdi/js';
import type { ReactElement } from 'react';
import Head from 'next/head';
import Image from 'next/image';
import BaseButton from '../components/BaseButton';
import CardBox from '../components/CardBox';
import LayoutGuest from '../layouts/Guest';
@ -101,9 +102,15 @@ export default function Starter() {
</div>
<div className="my-5 rounded-[2rem] border border-dashed border-cyan-200/40 bg-cyan-300/10 p-6 text-center">
<svg className="mx-auto h-10 w-10 text-cyan-200" viewBox="0 0 24 24" fill="currentColor"><path d={mdiQrcodeScan} /></svg>
<p className="mt-3 text-3xl font-black tracking-[0.28em]">QR</p>
<p className="mt-2 text-sm text-slate-300">Escanea para crear un pedido desde el móvil.</p>
<Image
src="/qr-mobile-order.jpg"
alt="Código QR para crear un pedido desde el móvil"
width={494}
height={532}
className="mx-auto w-full max-w-[220px] rounded-2xl border border-white/80 bg-white p-2 shadow-xl shadow-cyan-500/20"
priority
/>
<p className="mt-4 text-sm font-semibold text-slate-300">Escanea para crear un pedido desde el móvil.</p>
</div>
<div className="space-y-3">