diff --git a/package-lock.json b/package-lock.json index be1885c..59cbdc6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,8 @@ "tailwindcss": "^4.1.18" }, "devDependencies": { - "@tailwindcss/typography": "^0.5.19" + "@tailwindcss/typography": "^0.5.19", + "daisyui": "^5.5.18" } }, "node_modules/@antfu/install-pkg": { @@ -3019,6 +3020,16 @@ "integrity": "sha512-aylIc7Z9y4yzHYAJNuESG3hfhC+0Ibp/MAMiaOZgNv4pmEdFyfZhhhny4MNiAfWdBQ1RQ2mfDWmM1x8SvGyp8g==", "license": "CC0-1.0" }, + "node_modules/daisyui": { + "version": "5.5.18", + "resolved": "https://registry.npmjs.org/daisyui/-/daisyui-5.5.18.tgz", + "integrity": "sha512-VVzjpOitMGB6DWIBeRSapbjdOevFqyzpk9u5Um6a4tyId3JFrU5pbtF0vgjXDth76mJZbueN/j9Ok03SPrh/og==", + "dev": true, + "license": "MIT", + "funding": { + "url": "https://github.com/saadeghi/daisyui?sponsor=1" + } + }, "node_modules/dayjs": { "version": "1.11.19", "resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.11.19.tgz", diff --git a/package.json b/package.json index d01fe8a..fbf8456 100644 --- a/package.json +++ b/package.json @@ -21,6 +21,7 @@ "tailwindcss": "^4.1.18" }, "devDependencies": { - "@tailwindcss/typography": "^0.5.19" + "@tailwindcss/typography": "^0.5.19", + "daisyui": "^5.5.18" } } diff --git a/public/favicon.ico b/public/favicon.ico index 63b1f66..3d3abc3 100644 Binary files a/public/favicon.ico and b/public/favicon.ico differ diff --git a/public/favicon.svg b/public/favicon.svg index 1d04ea4..a9eb338 100644 --- a/public/favicon.svg +++ b/public/favicon.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/src/components/BoxContainer.astro b/src/components/BoxContainer.astro index 6932f6d..c009049 100644 --- a/src/components/BoxContainer.astro +++ b/src/components/BoxContainer.astro @@ -1,8 +1,8 @@ -≈--- +--- const { props } = Astro.props; import { Icon } from "astro-icon/components"; import Button from "./ui/Button.astro"; - +import Modal from "./Modal.astro"; const background = props.bgImage || props.bgColor; --- @@ -26,9 +26,8 @@ const background = props.bgImage || props.bgColor; )} {props.hasInput && ( -
- -
diff --git a/src/components/Header.astro b/src/components/Header.astro index 6cc719b..796a3e1 100644 --- a/src/components/Header.astro +++ b/src/components/Header.astro @@ -4,8 +4,8 @@ import Button from "./ui/Button.astro";
-
-

+

@@ -13,9 +13,9 @@ import Button from "./ui/Button.astro"; class="flex justify-evenly gap-10 items-center uppercase text-md text-white" >
+ + + + + \ No newline at end of file diff --git a/src/components/section/AuthoritySection.astro b/src/components/section/AuthoritySection.astro index c35fbd5..3ecca14 100644 --- a/src/components/section/AuthoritySection.astro +++ b/src/components/section/AuthoritySection.astro @@ -8,7 +8,7 @@ const { title, titleColor, description, descColor, bgColor } = Astro.props;

Autoridades | Centro del Reino de Paz y Justicia

El Dr. José Benjamín Pérez Matos es el fundador y único referente del Centro del Reino de Paz y Justicia. Su liderazgo articula visión espiritual, formación intelectual, acción pública y proyección internacional.

- diff --git a/src/components/section/FooterSection.astro b/src/components/section/FooterSection.astro index 9936db5..f5b6b2c 100644 --- a/src/components/section/FooterSection.astro +++ b/src/components/section/FooterSection.astro @@ -15,8 +15,8 @@ import jbp from "../../assets/DRJBP-1.webp";

Conectemos con visión y propósito

-

El Centro del Reino de Paz y Justicia dispone de canales directos para consultas institucionales, participación en programas y acti- vidades internacionales.

-

Correo electrónico: info@centrodelreinodepazyjusticia.com Redes sociales: actualizaciones permanentes sobre actividades y convocatorias.

+

El Centro del Reino de Paz y Justicia dispone de canales directos para consultas institucionales, participación en programas y actividades internacionales.

+

Correo electrónico: info@centrodelreinodepazyjusticia.com
Redes sociales: actualizaciones permanentes sobre actividades y convocatorias.

diff --git a/src/components/ui/Button.astro b/src/components/ui/Button.astro index bd3d59a..09e4b13 100644 --- a/src/components/ui/Button.astro +++ b/src/components/ui/Button.astro @@ -7,7 +7,7 @@ const { variant = "primary", title = "Botón", url = "#", class: className } = A }; const variants = { primary: "bg-[#EBE6D2] text-[#22523F] hover:bg-[#22523F]/90 hover:text-[#EBE6D2] rounded-none", - secondary: "bg-[#22523F] text-[#EBE6D2] hover:bg-[#22523F]/90 uppercase rounded-none", + secondary: "bg-[#22523F] text-[#EBE6D2] border-0 hover:bg-[#EBE6D2]/90 hover:text-tertiary uppercase rounded-none", light: "bg-green-100", } as const; diff --git a/src/pages/index.astro b/src/pages/index.astro index 9e63cc3..ceaaec8 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -41,7 +41,7 @@ const carouselImages3 = [ - + diff --git a/src/styles/global.css b/src/styles/global.css index b19c828..dba547d 100644 --- a/src/styles/global.css +++ b/src/styles/global.css @@ -1,12 +1,13 @@ @import "tailwindcss"; @plugin '@tailwindcss/typography'; +@plugin "daisyui"; @theme { --font-primary: "Poppins", sans-serif; --font-secondary: "Rockwell", sans-serif; - --color-primary: #EBE6D2; - --color-secondary: #CBA16A; + --color-colorPrimary: #EBE6D2; + --color-colorSecondary: #CBA16A; --color-tertiary: #003421; --color-link: #CBA16A;