From 7ac05c90ea66f49cc01138b9e59bd4735ed467af Mon Sep 17 00:00:00 2001 From: Yisroel Baum Date: Sat, 16 May 2026 21:51:26 +0300 Subject: [PATCH] add discover path section --- frontend/rabbi_gerzi/src/views/HomePage.vue | 69 +++++++++++++++++++++ 1 file changed, 69 insertions(+) diff --git a/frontend/rabbi_gerzi/src/views/HomePage.vue b/frontend/rabbi_gerzi/src/views/HomePage.vue index e2e27d0..8de51e4 100644 --- a/frontend/rabbi_gerzi/src/views/HomePage.vue +++ b/frontend/rabbi_gerzi/src/views/HomePage.vue @@ -52,6 +52,35 @@ const navItems = [ + +
+
+ +

Discover a Path to a Holistically Engaged Life

+

+ Rabbi Yehoshua Gerzi has dedicated his life to empowering individuals to achieve a state + of “Healthy, Integrated and Balanced Torah Living.” His teachings weave + together timeless Torah wisdom, mystical insights and practical guidance, making ancient + wisdom accessible and transformative for modern lives. +

+

+ Rabbi Gerzi is based in Ramat Beit Shemesh, where he serves as Rav of Kehillas Beis David + and Director of the Pilzno Institute of Higher Learning. +

+
+
@@ -210,6 +239,46 @@ const navItems = [ display: block; } +.discover-path { + background: var(--color-slate); + color: var(--color-white); + padding: 5rem 2rem; +} + +.discover-path__inner { + max-width: 720px; + margin: 0 auto; + text-align: center; +} + +.discover-path__icon { + width: 110px; + height: auto; + color: rgba(255, 255, 255, 0.7); + margin: 0 auto 2rem; + display: block; +} + +.discover-path__heading { + font-family: var(--font-serif); + font-weight: 400; + font-size: clamp(1.5rem, 2.4vw, 2rem); + margin: 0 0 1.5rem 0; +} + +.discover-path__paragraph { + font-family: var(--font-serif); + font-weight: 300; + font-size: 1.05rem; + line-height: 1.7; + color: rgba(255, 255, 255, 0.85); + margin: 0 0 1.25rem 0; +} + +.discover-path__paragraph:last-child { + margin-bottom: 0; +} + @media (max-width: 768px) { .site-header { padding: 0.75rem 1rem;