From f50ea8707c2aab811cf8392b508310b42fe8c71f Mon Sep 17 00:00:00 2001 From: Yisroel Baum Date: Sat, 16 May 2026 21:56:14 +0300 Subject: [PATCH] add unique voice section --- frontend/rabbi_gerzi/cypress/e2e/home.cy.ts | 2 +- frontend/rabbi_gerzi/src/views/HomePage.vue | 91 +++++++++++++++++++++ 2 files changed, 92 insertions(+), 1 deletion(-) diff --git a/frontend/rabbi_gerzi/cypress/e2e/home.cy.ts b/frontend/rabbi_gerzi/cypress/e2e/home.cy.ts index 5cd32ab..59d4ea3 100644 --- a/frontend/rabbi_gerzi/cypress/e2e/home.cy.ts +++ b/frontend/rabbi_gerzi/cypress/e2e/home.cy.ts @@ -81,7 +81,7 @@ describe('homepage unique voice section', () => { cy.contains('wholly unique and much needed perspective') .should('be.visible') cy.contains('practically engaged positivity').should('be.visible') - cy.contains('button', "Learn about Rabbi Gerzi's Approach") + cy.contains('button', /Learn about Rabbi Gerzi.s Approach/) .should('be.visible') }) }) diff --git a/frontend/rabbi_gerzi/src/views/HomePage.vue b/frontend/rabbi_gerzi/src/views/HomePage.vue index cc83690..7e0848d 100644 --- a/frontend/rabbi_gerzi/src/views/HomePage.vue +++ b/frontend/rabbi_gerzi/src/views/HomePage.vue @@ -1,4 +1,12 @@