From 20f57324b3cf45ab3fa9a9305ffc90affde2676d Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 14:22:50 +0000 Subject: [PATCH 1/5] Update src/app/about/page.tsx --- src/app/about/page.tsx | 46 ++++++++++-------------------------------- 1 file changed, 11 insertions(+), 35 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 560f9ce..c1fb128 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -36,9 +36,7 @@ export default function AboutPage() { brandName="Hajj Financial Advisory" navItems={navItems} button={{ - text: "Start Your Journey", - href: "/questionnaire", - }} + text: "Start Your Journey", href: "/questionnaire"}} /> @@ -62,32 +60,14 @@ export default function AboutPage() { Date: Tue, 3 Mar 2026 14:22:51 +0000 Subject: [PATCH 2/5] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 58 ++++++++++++---------------------------- 1 file changed, 17 insertions(+), 41 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index ead3385..8301780 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -35,9 +35,7 @@ export default function ContactPage() { brandName="Hajj Financial Advisory" navItems={navItems} button={{ - text: "Start Your Journey", - href: "/questionnaire", - }} + text: "Start Your Journey", href: "/questionnaire"}} /> @@ -64,41 +62,23 @@ export default function ContactPage() { Date: Tue, 3 Mar 2026 14:22:51 +0000 Subject: [PATCH 3/5] Update src/app/layout.tsx --- src/app/layout.tsx | 27 ++++++--------------------- 1 file changed, 6 insertions(+), 21 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index bcd40a4..eb3f49d 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -5,36 +5,21 @@ import { ServiceWrapper } from "@/components/ServiceWrapper"; import Tag from "@/tag/Tag"; const figtree = Figtree({ - variable: "--font-figtree", - subsets: ["latin"], + variable: "--font-figtree", subsets: ["latin"], }); export const metadata: Metadata = { - title: "Hajj Financial Planning | AIA Certified Advisor", - description: "Expert Muslim financial advisor helping you save for Hajj pilgrimage through tailored AIA investment products with 10-year lock-in period and comprehensive planning.", - keywords: "Hajj planning, Islamic investment, financial advisor, AIA products, Hajj savings, Muslim finance, pilgrimage planning", - metadataBase: new URL("https://hajjfinancialadvisory.com"), + title: "Hajj Financial Planning | AIA Certified Advisor", description: "Expert Muslim financial advisor helping you save for Hajj pilgrimage through tailored AIA investment products with 10-year lock-in period and comprehensive planning.", keywords: "Hajj planning, Islamic investment, financial advisor, AIA products, Hajj savings, Muslim finance, pilgrimage planning", metadataBase: new URL("https://hajjfinancialadvisory.com"), alternates: { - canonical: "https://hajjfinancialadvisory.com", - }, + canonical: "https://hajjfinancialadvisory.com"}, openGraph: { - title: "Hajj Financial Planning | AIA Certified Advisor", - description: "Plan your sacred Hajj journey with expert Islamic financial guidance and AIA investment solutions.", - url: "https://hajjfinancialadvisory.com", - siteName: "Hajj Financial Advisory", - type: "website", - images: [ + title: "Hajj Financial Planning | AIA Certified Advisor", description: "Plan your sacred Hajj journey with expert Islamic financial guidance and AIA investment solutions.", url: "https://hajjfinancialadvisory.com", siteName: "Hajj Financial Advisory", type: "website", images: [ { - url: "https://hajjfinancialadvisory.com/og-image.jpg", - alt: "Hajj Financial Advisory - Islamic Investment Planning", - }, + url: "https://hajjfinancialadvisory.com/og-image.jpg", alt: "Hajj Financial Advisory - Islamic Investment Planning"}, ], }, twitter: { - card: "summary_large_image", - title: "Hajj Financial Planning | AIA Certified Advisor", - description: "Expert Muslim financial advisor helping you save for Hajj pilgrimage", - images: ["https://hajjfinancialadvisory.com/twitter-image.jpg"], + card: "summary_large_image", title: "Hajj Financial Planning | AIA Certified Advisor", description: "Expert Muslim financial advisor helping you save for Hajj pilgrimage", images: ["https://hajjfinancialadvisory.com/twitter-image.jpg"], }, robots: { index: true, -- 2.49.1 From 90cdaffba2889a5f1d1d1bb1076390c36b99b0e1 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 14:22:52 +0000 Subject: [PATCH 4/5] Update src/app/page.tsx --- src/app/page.tsx | 172 ++++++++++------------------------------------- 1 file changed, 37 insertions(+), 135 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e8882fb..82deea2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -39,9 +39,7 @@ export default function HomePage() { brandName="Hajj Financial Advisory" navItems={navItems} button={{ - text: "Start Your Journey", - href: "/questionnaire", - }} + text: "Start Your Journey", href: "/questionnaire"}} /> @@ -50,7 +48,7 @@ export default function HomePage() {