From 395fd8f003414fa4313d0521808e3d81f80d433b Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 19:23:37 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 30ae99b..af6d1b9 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -16,11 +16,14 @@ const inter = Inter({ export const metadata: Metadata = { title: "Aruna Mortgages | Trusted Home Loan Solutions", description: "Get competitive mortgage rates and expert guidance from Aruna Mortgages. Transparent pricing, fast approvals, and personalized solutions for homeowners.", keywords: "mortgages, home loans, refinancing, mortgage rates, home financing, loan approval", metadataBase: new URL("https://arunamortgages.com"), alternates: { - canonical: "https://arunamortgages.com"}, + canonical: "https://arunamortgages.com" + }, openGraph: { - title: "Aruna Mortgages | Trusted Home Loan Solutions", description: "Secure your dream home with competitive mortgage rates and expert guidance from Aruna Mortgages.", url: "https://arunamortgages.com", siteName: "Aruna Mortgages", type: "website"}, + title: "Aruna Mortgages | Trusted Home Loan Solutions", description: "Secure your dream home with competitive mortgage rates and expert guidance from Aruna Mortgages.", url: "https://arunamortgages.com", siteName: "Aruna Mortgages", type: "website" + }, twitter: { - card: "summary_large_image", title: "Aruna Mortgages | Trusted Home Loan Solutions", description: "Competitive rates, expert guidance, fast approvals. Your trusted partner in home financing."}, + card: "summary_large_image", title: "Aruna Mortgages | Trusted Home Loan Solutions", description: "Competitive rates, expert guidance, fast approvals. Your trusted partner in home financing." + }, }; export default function RootLayout({ -- 2.49.1 From 728a77075a2d7826e014824ba606cb19ef848e13 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 19:23:37 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index f3e610d..b3384c1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -126,19 +126,19 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Sarah Martinez", handle: "@sarahm_home", testimonial: "Aruna Mortgages made the entire process incredibly smooth. The team was professional, responsive, and helped us get into our dream home faster than we expected.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-businessman-office-2_1262-1488.jpg?_wi=1", imageAlt: "Sarah Martinez" + imageSrc: "http://img.b2bpic.net/free-photo/portrait-businessman-office-2_1262-1488.jpg", imageAlt: "Sarah Martinez" }, { id: "2", name: "James Chen", handle: "@jchen_investor", testimonial: "As a first-time homebuyer, I appreciated the transparent guidance and competitive rates. They explained everything clearly and made a complex process feel manageable.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-businessman-office-2_1262-1488.jpg?_wi=2", imageAlt: "James Chen" + imageSrc: "http://img.b2bpic.net/free-photo/portrait-businessman-office-2_1262-1488.jpg", imageAlt: "James Chen" }, { id: "3", name: "Emily Rodriguez", handle: "@emily_familia", testimonial: "Refinancing with Aruna saved us significant money each month. Their specialists reviewed multiple options to find the best fit for our family's financial goals.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-businessman-office-2_1262-1488.jpg?_wi=3", imageAlt: "Emily Rodriguez" + imageSrc: "http://img.b2bpic.net/free-photo/portrait-businessman-office-2_1262-1488.jpg", imageAlt: "Emily Rodriguez" }, { id: "4", name: "Michael Thompson", handle: "@mthompson_dev", testimonial: "Outstanding customer service and competitive rates. The application process was entirely digital, which made it convenient and quick. Highly recommended!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-businessman-office-2_1262-1488.jpg?_wi=4", imageAlt: "Michael Thompson" + imageSrc: "http://img.b2bpic.net/free-photo/portrait-businessman-office-2_1262-1488.jpg", imageAlt: "Michael Thompson" } ]} showRating={true} -- 2.49.1