diff --git a/src/app/sobre/page.tsx b/src/app/sobre/page.tsx index cb96b8c..da585ae 100644 --- a/src/app/sobre/page.tsx +++ b/src/app/sobre/page.tsx @@ -25,38 +25,14 @@ export default function LandingPage() { @@ -79,18 +53,10 @@ export default function LandingPage() { title="Nuestros Valores" sections={[ { - heading: "Pasión por el detalle", - content: { - type: "paragraph", - text: "Cada corte es ejecutado con la máxima precisión técnica.", - }, + heading: "Pasión por el detalle", content: { text: "Cada corte es ejecutado con la máxima precisión técnica." }, }, { - heading: "Innovación constante", - content: { - type: "paragraph", - text: "Fusionamos técnicas de vanguardia con la maestría clásica.", - }, + heading: "Innovación constante", content: { text: "Fusionamos técnicas de vanguardia con la maestría clásica." }, }, ]} /> @@ -101,33 +67,16 @@ export default function LandingPage() { logoText="Sharp Blendz" columns={[ { - title: "Menú", - items: [ - { - label: "Inicio", - href: "/", - }, - { - label: "Servicios", - href: "/servicios", - }, - { - label: "Contacto", - href: "/contacto", - }, + title: "Menú", items: [ + { label: "Inicio", href: "/" }, + { label: "Servicios", href: "/servicios" }, + { label: "Contacto", href: "/contacto" }, ], }, { - title: "Legal", - items: [ - { - label: "Privacidad", - href: "#", - }, - { - label: "Aviso Legal", - href: "#", - }, + title: "Legal", items: [ + { label: "Privacidad", href: "#" }, + { label: "Aviso Legal", href: "#" }, ], }, ]} @@ -137,4 +86,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file