From 7be0ede83d7c1a01821145f502b249319821ebc2 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 21:04:08 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index fae310b..176b167 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -22,29 +22,31 @@ const inter = Inter({ export const metadata: Metadata = { title: "StayHub - Find & Book Verified Accommodations Worldwide", description: "Discover and book exceptional accommodations globally. Verified properties, secure payments, 24/7 support, and authentic guest reviews. Your perfect stay awaits.", keywords: "accommodation booking, vacation rental, hotel reservation, travel lodging, property booking, guest houses, luxury hotels", metadataBase: new URL("https://stayhub.com"), alternates: { - canonical: "https://stayhub.com"}, + canonical: "https://stayhub.com" + }, openGraph: { title: "StayHub - Your Perfect Stay Awaits", description: "Book verified accommodations worldwide with confidence. Explore 50,000+ properties with secure payments and 24/7 support.", url: "https://stayhub.com", siteName: "StayHub", type: "website", images: [ { - url: "http://img.b2bpic.net/free-photo/luxury-bedroom-interior-with-rich-furniture-scenic-view-from-walkout-deck_1258-111483.jpg", alt: "StayHub - Premium accommodations worldwide"}, - ], + url: "http://img.b2bpic.net/free-photo/luxury-bedroom-interior-with-rich-furniture-scenic-view-from-walkout-deck_1258-111483.jpg", alt: "StayHub - Premium accommodations worldwide" + } + ] }, twitter: { - card: "summary_large_image", title: "StayHub - Book Your Next Accommodation", description: "Discover verified properties in 150+ countries. Secure, easy, trusted by 2M+ travelers.", images: ["http://img.b2bpic.net/free-photo/young-woman-vacation-by-pool-using-phone_1303-14386.jpg"], + card: "summary_large_image", title: "StayHub - Book Your Next Accommodation", description: "Discover verified properties in 150+ countries. Secure, easy, trusted by 2M+ travelers.", images: ["http://img.b2bpic.net/free-photo/young-woman-vacation-by-pool-using-phone_1303-14386.jpg"] }, robots: { index: true, - follow: true, - }, + follow: true + } }; export default function RootLayout({ - children, + children }: Readonly<{ children: React.ReactNode; }>) { return ( - + Date: Tue, 3 Mar 2026 21:04:10 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 191 ++++++++++++++++++++++++++--------------------- 1 file changed, 105 insertions(+), 86 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 91d99ca..572a47c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,65 +30,70 @@ export default function LandingPage() {
-- 2.49.1