From a8732f4003bc27387b6516a51835aeec469eaf78 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 17:04:34 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 46560e8..ed6b2d3 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -5,7 +5,8 @@ import "./globals.css"; const inter = Inter({ subsets: ["latin"] }); export const metadata: Metadata = { - title: "Deepika Comforts - Budget Lodge near Dharmasthala Temple", description: "Clean, comfortable rooms near Dharmasthala Temple. Budget-friendly lodge opposite Kanyadi II Bus Stand. Perfect for families and pilgrims."}; + title: "Deepika Comforts - Budget Lodge near Dharmasthala Temple", description: "Clean, comfortable rooms near Dharmasthala Temple. Budget-friendly lodge opposite Kanyadi II Bus Stand. Perfect for families and pilgrims." +}; export default function RootLayout({ children, -- 2.49.1 From 9f838a5f538e0e42295de2f2a75fff8234f0346d Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 17:04:37 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 8a9b14c..8db4dd1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -87,7 +87,8 @@ export default function LandingPage() { title: "Responsive Staff", description: "Our friendly team is available 24/7 to assist with travel plans, restaurant recommendations, and temple directions.", icon: Users, }, { - title: "Easy Access to Essentials", description: "Close to food stalls, transportation, and all amenities you'll need during your visit."}, + title: "Easy Access to Essentials", description: "Close to food stalls, transportation, and all amenities you'll need during your visit." + }, ]} imageSrc="http://img.b2bpic.net/free-photo/luxury-bedroom-interior-with-rich-furniture-scenic-view-from-walkout-deck_1258-111480.jpg?_wi=2" imageAlt="Deepika Comforts comfortable room" -- 2.49.1