diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index cb948f6..55191d2 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -58,7 +58,7 @@ export default function AboutPage() { title: "Our Mission", description: "To illuminate the path of faith by providing accessible, inspiring, and biblically grounded resources that help individuals and communities discover the transformative power of God's Word.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/open-book-with-natural-element_23-2151812162.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/open-book-with-natural-element_23-2151812162.jpg?_wi=2", imageAlt: "Open Bible representing our mission", }, items: [ @@ -82,7 +82,7 @@ export default function AboutPage() { title: "Our Core Values", description: "We are committed to authenticity, compassion, biblical truth, and creating a welcoming space for all seekers of faith. Every resource is designed with care and spiritual integrity.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-adult-couple-spend-time-summer-field_1157-23534.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-adult-couple-spend-time-summer-field_1157-23534.jpg?_wi=2", imageAlt: "Community and values in action", }, items: [ @@ -200,7 +200,7 @@ export default function AboutPage() { variant: "radial-gradient", }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/flowers-near-dad-writing_23-2147817048.jpg" + imageSrc="http://img.b2bpic.net/free-photo/flowers-near-dad-writing_23-2147817048.jpg?_wi=1" imageAlt="White light peaceful contact background" mediaAnimation="slide-up" mediaPosition="right" diff --git a/src/app/blog/page.tsx b/src/app/blog/page.tsx index 7da55a0..67b566a 100644 --- a/src/app/blog/page.tsx +++ b/src/app/blog/page.tsx @@ -55,7 +55,7 @@ export default function BlogPage() { category: "Faith", title: "Understanding God's Love Through Scripture", excerpt: "Discover how the Bible reveals God's unconditional love and what it means for your spiritual journey.", - imageSrc: "http://img.b2bpic.net/free-photo/blonde-woman-sitting-field_107420-65618.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/blonde-woman-sitting-field_107420-65618.jpg?_wi=2", imageAlt: "faith hope love spiritual", authorName: "Rev. Elizabeth Hart", authorAvatar: "http://img.b2bpic.net/free-photo/portrait-gorgeous-young-woman-posing-before-old-wooden-wall_1304-3201.jpg", @@ -66,7 +66,7 @@ export default function BlogPage() { category: "Salvation", title: "The Path to Salvation in Christ", excerpt: "Learn about the transformative power of accepting Jesus Christ and experiencing redemption and grace.", - imageSrc: "http://img.b2bpic.net/free-vector/grassy-landscape-sunset_1048-1547.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/grassy-landscape-sunset_1048-1547.jpg?_wi=2", imageAlt: "salvation grace Jesus Christ", authorName: "Pastor John Wesley", authorAvatar: "http://img.b2bpic.net/free-photo/attractive-guy-keeping-palms-pressed-together-asking-something-looking-camera-isolated-gray-background-young-man-asking-favor_574295-6106.jpg", @@ -77,7 +77,7 @@ export default function BlogPage() { category: "Prayer", title: "Daily Prayer: Building Your Spiritual Practice", excerpt: "Practical guidance on establishing a meaningful prayer life and connecting deeply with God.", - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-young-woman-praying-outdoors_23-2150870095.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-young-woman-praying-outdoors_23-2150870095.jpg?_wi=2", imageAlt: "prayer devotion daily spiritual", authorName: "Sister Margaret Rose", authorAvatar: "http://img.b2bpic.net/free-photo/young-middle-east-girl-smiling-happy-standing-city_839833-7903.jpg", diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 25dc868..fee00b8 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -52,7 +52,7 @@ export default function ContactPage() { variant: "radial-gradient", }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/flowers-near-dad-writing_23-2147817048.jpg" + imageSrc="http://img.b2bpic.net/free-photo/flowers-near-dad-writing_23-2147817048.jpg?_wi=2" imageAlt="white light peaceful contact background" mediaAnimation="slide-up" mediaPosition="right" diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 5aaf8c4..cd05aa8 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1,24 +1,57 @@ import type { Metadata } from "next"; import { Halant } from "next/font/google"; import { Inter } from "next/font/google"; +import { Nunito } from "next/font/google"; import "./globals.css"; import { ServiceWrapper } from "@/components/ServiceWrapper"; import Tag from "@/tag/Tag"; import { getVisualEditScript } from "@/utils/visual-edit-script"; -import { Nunito } from "next/font/google"; +const halant = Halant({ + variable: "--font-halant", + subsets: ["latin"], + weight: ["300", "400", "500", "600", "700"], +}); - -export const metadata: Metadata = { - title: "Webild components 2", - description: "Generated by create next app", -}; +const inter = Inter({ + variable: "--font-inter", + subsets: ["latin"], +}); const nunito = Nunito({ variable: "--font-nunito", subsets: ["latin"], }); +export const metadata: Metadata = { + title: "Light of the Bible - Christian Faith & Spiritual Growth", + description: "Discover Bible teachings, daily prayers, and spiritual guidance. Learn about Jesus Christ's message of love and salvation.", + keywords: "Bible teachings, Christian faith, Jesus Christ, prayer, spiritual growth, salvation, scripture", + robots: { + index: true, + follow: true, + }, + openGraph: { + title: "Light of the Bible - Share God's Love and Wisdom", + description: "Explore the transformative teachings of Jesus Christ and grow in faith through our Bible study resources.", + url: "https://lightofthebible.com", + siteName: "Light of the Bible", + type: "website", + images: [ + { + url: "http://img.b2bpic.net/free-vector/abstract-background-with-starburst-design_1048-5903.jpg", + alt: "Light of the Bible - Spiritual Peace and Divine Presence", + }, + ], + }, + twitter: { + card: "summary_large_image", + title: "Light of the Bible - Christian Spiritual Guidance", + description: "Learn about Jesus Christ's love, salvation, and the power of Scripture.", + images: ["http://img.b2bpic.net/free-vector/abstract-background-with-starburst-design_1048-5903.jpg"], + }, +}; + export default function RootLayout({ children, }: Readonly<{ @@ -27,7 +60,9 @@ export default function RootLayout({ return ( - + {children}