From e83a93f8b22ad33e1afccbc3968d6aa754c7177d Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 20:31:42 +0000 Subject: [PATCH 1/4] Update src/app/faq/page.tsx --- src/app/faq/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/faq/page.tsx b/src/app/faq/page.tsx index c6cfa3d..7931108 100644 --- a/src/app/faq/page.tsx +++ b/src/app/faq/page.tsx @@ -45,7 +45,7 @@ export default function FaqPage() { title="Frequently Asked Questions" description="Find comprehensive answers to common questions about buying, selling, and investing in Tel-Aviv real estate. Our expert team is here to help." tag="Help & Support" - imageSrc="http://img.b2bpic.net/free-photo/city-sunset_181624-8834.jpg" + imageSrc="http://img.b2bpic.net/free-photo/city-sunset_181624-8834.jpg?_wi=3" imageAlt="Tel-Aviv real estate FAQ support" showBlur={true} showDimOverlay={true} From 941f733e98972606f9d3da875a996d8ada4d9e18 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 20:31:42 +0000 Subject: [PATCH 2/4] Update src/app/layout.tsx --- src/app/layout.tsx | 49 ++++++++++++++++++++++++++++++++++++++-------- 1 file changed, 41 insertions(+), 8 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 6713378..1b2831b 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -6,18 +6,49 @@ import { ServiceWrapper } from "@/components/ServiceWrapper"; import Tag from "@/tag/Tag"; import { getVisualEditScript } from "@/utils/visual-edit-script"; - - -export const metadata: Metadata = { - title: "Webild components 2", - description: "Generated by create next app", -}; +const halant = Halant({ + variable: "--font-halant", + subsets: ["latin"], + weight: ["300", "400", "500", "600", "700"], +}); const inter = Inter({ variable: "--font-inter", subsets: ["latin"], }); +export const metadata: Metadata = { + title: "Premium Real Estate in Tel-Aviv | TelAviv Realty", + description: "Find luxury apartments, villas, and investment properties in Tel-Aviv. Expert real estate agents specializing in buying, selling, and investment opportunities.", + keywords: "Tel-Aviv real estate, property for sale, apartments, luxury homes, investment properties, real estate agent", + metadataBase: new URL("https://telavivrealty.com"), + alternates: { + canonical: "https://telavivrealty.com", + }, + openGraph: { + title: "Premium Real Estate in Tel-Aviv", + description: "Discover your dream home with TelAviv Realty's expert guidance and premium property selection.", + siteName: "TelAviv Realty", + type: "website", + images: [ + { + url: "http://img.b2bpic.net/free-photo/city-sunset_181624-8834.jpg", + alt: "Tel-Aviv luxury property", + }, + ], + }, + twitter: { + card: "summary_large_image", + title: "Premium Real Estate in Tel-Aviv", + description: "Discover luxury apartments and investment properties in Tel-Aviv with expert guidance.", + images: ["http://img.b2bpic.net/free-photo/city-sunset_181624-8834.jpg"], + }, + robots: { + index: true, + follow: true, + }, +}; + export default function RootLayout({ children, }: Readonly<{ @@ -26,7 +57,9 @@ export default function RootLayout({ return ( - + {children}