From 36c164500789068ad3eaab88c82822182e6fd395 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 07:37:41 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index f0c56c3..44857ed 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -22,9 +22,11 @@ const openSans = Open_Sans({ export const metadata: Metadata = { title: "Shachar - iOS Prayer App for Jewish Morning Prayers", description: "Start your day with intention. Shachar is a beautiful iOS app designed to help Jewish users pray every morning with guided prayers, reminders, and community connection.", keywords: "prayer app, iOS, Jewish, morning prayers, spiritual growth, Shachar", metadataBase: new URL("https://shachar-prayer.com"), alternates: { - canonical: "https://shachar-prayer.com"}, + canonical: "https://shachar-prayer.com" + }, openGraph: { - title: "Shachar - Begin Your Day with Intention", description: "A beautiful iOS app for Jewish morning prayers. Download now from the App Store.", url: "https://shachar-prayer.com", siteName: "Shachar", type: "website"}, + title: "Shachar - Begin Your Day with Intention", description: "A beautiful iOS app for Jewish morning prayers. Download now from the App Store.", url: "https://shachar-prayer.com", siteName: "Shachar", type: "website" + }, robots: { index: true, follow: true, @@ -1415,4 +1417,4 @@ export default function RootLayout({ ); -} +} \ No newline at end of file -- 2.49.1 From d4c731692902cefd1f184e8b7e03e0c80808cdef Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 07:37:42 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 24 +++++++++--------------- 1 file changed, 9 insertions(+), 15 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 072b1f8..31fa2fe 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,7 +2,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; -import HeroCarouselLogo from '@/components/sections/hero/heroCarouselLogo/HeroCarouselLogo'; +import HeroSplitDualMedia from '@/components/sections/hero/HeroSplitDualMedia/HeroSplitDualMedia'; import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout'; import FeatureCardTwentyFive from '@/components/sections/feature/FeatureCardTwentyFive'; import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen'; @@ -39,23 +39,17 @@ export default function LandingPage() {
-
@@ -204,4 +198,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1