Update src/app/glasses/page.tsx
This commit is contained in:
@@ -7,11 +7,11 @@ import FooterSimple from '@/components/sections/footer/FooterSimple';
|
||||
import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven';
|
||||
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
||||
|
||||
export default function LandingPage() {
|
||||
export default function GlassesPage() {
|
||||
return (
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="hover-magnetic"
|
||||
defaultTextAnimation="reveal-blur"
|
||||
defaultTextAnimation="entrance-slide"
|
||||
borderRadius="pill"
|
||||
contentWidth="compact"
|
||||
sizing="largeSmallSizeMediumTitles"
|
||||
@@ -25,20 +25,12 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Inicio",
|
||||
id: "/",
|
||||
},
|
||||
{
|
||||
name: "MGlasses",
|
||||
id: "/glasses",
|
||||
},
|
||||
{
|
||||
name: "Massistant",
|
||||
id: "/massistant",
|
||||
},
|
||||
{ name: "Inicio", id: "/" },
|
||||
{ name: "MGlasses", id: "/glasses" },
|
||||
{ name: "Massistant", id: "/massistant" },
|
||||
]}
|
||||
brandName="MEDI"
|
||||
button={{ text: "Contacto", href: "/contact" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -48,23 +40,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
title: "HUD Invisible",
|
||||
description: "Proyección directa al ojo. Solo tú ves la interfaz.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-wearing-earphones_23-2149486926.jpg",
|
||||
imageAlt: "minimalist smart glasses dark background",
|
||||
},
|
||||
title: "HUD Invisible", description: "Proyección directa al ojo. Solo tú ves la interfaz.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-wearing-earphones_23-2149486926.jpg", imageAlt: "minimalist smart glasses dark background"},
|
||||
{
|
||||
title: "Cámara Dual",
|
||||
description: "Frontal 2K, interna para biometría.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stylish-woman-orange-sunglasses_23-2151947398.jpg",
|
||||
imageAlt: "minimalist smart glasses dark background",
|
||||
},
|
||||
title: "Cámara Dual", description: "Frontal 2K, interna para biometría.", imageSrc: "http://img.b2bpic.net/free-photo/stylish-woman-orange-sunglasses_23-2151947398.jpg", imageAlt: "minimalist smart glasses dark background"},
|
||||
{
|
||||
title: "IA MEDITH",
|
||||
description: "Analiza lo que ves en tiempo real con total privacidad.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blurred-night-lights_23-2148139314.jpg",
|
||||
imageAlt: "ai digital assistant abstract",
|
||||
},
|
||||
title: "IA MEDITH", description: "Analiza lo que ves en tiempo real con total privacidad.", imageSrc: "http://img.b2bpic.net/free-photo/blurred-night-lights_23-2148139314.jpg", imageAlt: "ai digital assistant abstract"},
|
||||
]}
|
||||
title="Características de MGlasses"
|
||||
description="Tecnología invisible, IA en tiempo real, HUD solo para tus ojos."
|
||||
@@ -78,29 +58,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "8H",
|
||||
title: "Batería",
|
||||
description: "Uso activo continuo",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/overhead-view-red-blue-3d-glasses-reflective-background_23-2148188145.jpg",
|
||||
imageAlt: "minimalist smart glasses dark background",
|
||||
},
|
||||
id: "m1", value: "8H", title: "Batería", description: "Uso activo continuo", imageSrc: "http://img.b2bpic.net/free-photo/overhead-view-red-blue-3d-glasses-reflective-background_23-2148188145.jpg", imageAlt: "minimalist smart glasses dark background"},
|
||||
{
|
||||
id: "m2",
|
||||
value: "28G",
|
||||
title: "Peso",
|
||||
description: "Ultra ligero y resistente",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-render-abstract-background-flowing-lines_1048-14835.jpg",
|
||||
imageAlt: "ai digital assistant abstract",
|
||||
},
|
||||
id: "m2", value: "28G", title: "Peso", description: "Ultra ligero y resistente", imageSrc: "http://img.b2bpic.net/free-photo/3d-render-abstract-background-flowing-lines_1048-14835.jpg", imageAlt: "ai digital assistant abstract"},
|
||||
{
|
||||
id: "m3",
|
||||
value: "99.8%",
|
||||
title: "Precisión",
|
||||
description: "Seguridad biométrica",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-sunglasses-floating-water_23-2151013934.jpg",
|
||||
imageAlt: "minimalist smart glasses dark background",
|
||||
},
|
||||
id: "m3", value: "99.8%", title: "Precisión", description: "Seguridad biométrica", imageSrc: "http://img.b2bpic.net/free-photo/top-view-sunglasses-floating-water_23-2151013934.jpg", imageAlt: "minimalist smart glasses dark background"},
|
||||
]}
|
||||
title="Rendimiento Técnico"
|
||||
description="La perfección en los detalles."
|
||||
@@ -111,29 +73,19 @@ export default function LandingPage() {
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Productos",
|
||||
items: [
|
||||
title: "Productos", items: [
|
||||
{
|
||||
label: "MGlasses",
|
||||
href: "/glasses",
|
||||
},
|
||||
label: "MGlasses", href: "/glasses"},
|
||||
{
|
||||
label: "Massistant",
|
||||
href: "/massistant",
|
||||
},
|
||||
label: "Massistant", href: "/massistant"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Info",
|
||||
items: [
|
||||
title: "Info", items: [
|
||||
{
|
||||
label: "Contacto",
|
||||
href: "#",
|
||||
},
|
||||
label: "Contacto", href: "#"},
|
||||
{
|
||||
label: "Privacidad",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacidad", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user