From 769863541f87d16dba8272ec1b21491e9e58d10a Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 23:36:15 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index b47e335..bdaef4b 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -5,7 +5,8 @@ import "./globals.css"; const inter = Inter({ subsets: ["latin"] }); export const metadata: Metadata = { - title: "Misrake Tsehaye Kidus Teklehaymanot Church", description: "Ethiopian Orthodox Tewahedo Church - A sacred community united in faith, worship, and spiritual devotion"}; + title: "Misrake Tsehaye Kidus Teklehaymanot Church", description: "Ethiopian Orthodox Tewahedo Church - A sacred community united in faith, worship, and spiritual devotion" +}; export default function RootLayout({ children, -- 2.49.1 From 7936709f5316317e2e07525b0cb7885eea525650 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 23:36:16 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 1923eef..5b665ab 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -57,7 +57,7 @@ export default function LandingPage() { tag="Our Heritage" tagIcon={Cross} title="A Living Testament to Orthodox Faith" - description="Misrake Tsehaye Kidus Teklehaymanot Church stands as a beacon of Ethiopian Orthodox Tewahedo tradition, rooted in centuries of spiritual wisdom. We are dedicated to preserving authentic liturgical practices, fostering deep spiritual growth, and serving our community with compassion and faith. Our congregation gathers to celebrate the rich heritage of the Orthodox Church while embracing contemporary community needs." + description="Misrake Tsehaye Kidus Teklehaymanot Church is a spiritual home where deep faith and lifelong connections flourish. We are a sacred community rooted in centuries of Ethiopian Orthodox Tewahedo tradition, dedicated to preserving authentic liturgical practices and fostering profound spiritual growth. Our congregation gathers to celebrate the rich heritage of the Orthodox Church while embracing lifelong bonds of brotherhood and sisterhood. Here, you find not just a place of worship, but a spiritual sanctuary where each member belongs to a family united in faith, tradition, and compassionate service to one another and our community." metrics={[ { value: "1,800+", title: "Active Community Members" }, { value: "50+", title: "Years of Service" }, -- 2.49.1