From a1daa4e21eb525e64a4ebcb12246798d2245300b Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 20 Apr 2026 03:46:50 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 72 ++++++++++++++++++++++++------------------------ 1 file changed, 36 insertions(+), 36 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 40dcc52..5387916 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,9 +29,9 @@ export default function LandingPage() { @@ -92,19 +92,19 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} testimonials={[ - { id: "1", name: "John Doe", role: "Member", company: "Community Church", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/beautiful-senior-woman-portrait-posing-couch_23-2148891724.jpg" }, - { id: "2", name: "Jane Smith", role: "Volunteer", company: "Community Church", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/attractive-young-employee-with-stubble-stylish-haircut-standing-blank-wall_273609-12358.jpg" }, - { id: "3", name: "Michael Brown", role: "Member", company: "Community Church", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/side-view-young-people-praying-outdoors_23-2150870090.jpg" }, - { id: "4", name: "Sarah Wilson", role: "Teacher", company: "Community Church", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/people-meeting-community-center_23-2149155356.jpg" }, - { id: "5", name: "Robert Miller", role: "Member", company: "Community Church", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/elder-group-friends-partying_23-2150285559.jpg" } + { id: "1", name: "John Doe", role: "Miembro", company: "Iglesia Comunitaria", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/beautiful-senior-woman-portrait-posing-couch_23-2148891724.jpg" }, + { id: "2", name: "Jane Smith", role: "Voluntaria", company: "Iglesia Comunitaria", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/attractive-young-employee-with-stubble-stylish-haircut-standing-blank-wall_273609-12358.jpg" }, + { id: "3", name: "Michael Brown", role: "Miembro", company: "Iglesia Comunitaria", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/side-view-young-people-praying-outdoors_23-2150870090.jpg" }, + { id: "4", name: "Sarah Wilson", role: "Maestra", company: "Iglesia Comunitaria", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/people-meeting-community-center_23-2149155356.jpg" }, + { id: "5", name: "Robert Miller", role: "Miembro", company: "Iglesia Comunitaria", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/elder-group-friends-partying_23-2150285559.jpg" } ]} kpiItems={[ - { value: "100+", label: "Community Members" }, - { value: "20+", label: "Ministries" }, - { value: "5+", label: "Years Active" } + { value: "100+", label: "Miembros de la comunidad" }, + { value: "20+", label: "Ministerios" }, + { value: "5+", label: "Años activos" } ]} - title="Community Voices" - description="What our members have to say about their experience here." + title="Voces de la Comunidad" + description="Lo que nuestros miembros tienen que decir sobre su experiencia aquí." /> @@ -112,10 +112,10 @@ export default function LandingPage() { @@ -124,10 +124,10 @@ export default function LandingPage() { @@ -135,8 +135,8 @@ export default function LandingPage() { -- 2.49.1