Merge version_1 into main #2

Merged
bender merged 2 commits from version_1 into main 2026-03-03 19:23:42 +00:00
2 changed files with 10 additions and 7 deletions

View File

@@ -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({

View File

@@ -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}