From 5daaff256be30270982b65cdf18441c5eed6e7ab Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 22:25:45 +0000 Subject: [PATCH 1/3] Update src/app/layout.tsx --- src/app/layout.tsx | 23 ++++++++++------------- 1 file changed, 10 insertions(+), 13 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 12d7c5e..78b98ce 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1,29 +1,26 @@ import type { Metadata } from "next"; -import { Halant } from "next/font/google"; +import { Poppins } from "next/font/google"; import { Inter } from "next/font/google"; -import { DM_Sans } from "next/font/google"; import "./globals.css"; import { ServiceWrapper } from "@/components/ServiceWrapper"; import Tag from "@/tag/Tag"; -const halant = Halant({ - variable: "--font-halant", subsets: ["latin"], - weight: ["300", "400", "500", "600", "700"], +const poppins = Poppins({ + variable: "--font-poppins", subsets: ["latin"], + weight: ["100", "200", "300", "400", "500", "600", "700", "800", "900"], }); const inter = Inter({ variable: "--font-inter", subsets: ["latin"], }); -const dmSans = DM_Sans({ - variable: "--font-dm-sans", subsets: ["latin"], -}); - export const metadata: Metadata = { - title: "David Azizi | Real Estate Excellence & Proven Results", description: "Luxury residential and investment property specialist with 15+ years of experience. Expert real estate agent trusted by hundreds of satisfied clients.", keywords: "real estate agent, luxury homes, investment properties, residential real estate, property specialist", openGraph: { - title: "David Azizi | Real Estate Excellence & Proven Results", description: "Luxury residential and investment property specialist with 15+ years of experience. Trusted by hundreds of satisfied clients.", siteName: "David Azizi Real Estate", type: "website"}, + title: "David Azizi | Real Estate Excellence & Proven Results", description: "Luxury residential and investment property specialist with 15+ years of experience. Expert real estate agent trusted by hundreds of satisfied clients. Remax agent serving the market.", keywords: "real estate agent, luxury homes, investment properties, residential real estate, property specialist, Remax", openGraph: { + title: "David Azizi | Real Estate Excellence & Proven Results", description: "Luxury residential and investment property specialist with 15+ years of experience. Trusted by hundreds of satisfied clients.", siteName: "David Azizi Real Estate", type: "website" + }, twitter: { - card: "summary_large_image", title: "David Azizi | Real Estate Excellence & Proven Results", description: "Luxury residential and investment property specialist with 15+ years of experience."}, + card: "summary_large_image", title: "David Azizi | Real Estate Excellence & Proven Results", description: "Luxury residential and investment property specialist with 15+ years of experience." + }, }; export default function RootLayout({ @@ -35,7 +32,7 @@ export default function RootLayout({ {children} -- 2.49.1 From 5e2275bafd86b90da0a176eb0686056b003660f7 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 22:25:46 +0000 Subject: [PATCH 2/3] Update src/app/page.tsx --- src/app/page.tsx | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 8b2c03f..84075cb 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -28,7 +28,7 @@ export default function LandingPage() { >