From c939837d822a47c7b59acf5635385992138da66f Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 29 Mar 2026 13:20:02 +0000 Subject: [PATCH 1/2] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 35 ++++++++++++++++++++++++----------- 1 file changed, 24 insertions(+), 11 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 2c6ff39..e4b06ee 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -8,18 +8,31 @@ import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; export default function ContactPage() { return ( - + - +
Date: Sun, 29 Mar 2026 13:20:03 +0000 Subject: [PATCH 2/2] Update src/app/layout.tsx --- src/app/layout.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 17bd30d..5ad0107 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -11,8 +11,8 @@ import { Figtree } from "next/font/google"; export const metadata: Metadata = { - title: 'Reliance Petrol Pump Jaito | Reliable Fuel Services', - description: 'Reliance Petrol Pump Jaito provides premium petrol and diesel services in Jaito, Punjab. Trusted, safe, and efficient fueling solutions.', + title: 'Contact | Reliance Petrol Pump Jaito', + description: 'Get in touch with Reliance Petrol Pump Jaito for service inquiries and feedback.', keywords: ["Reliance Petrol Pump, Jaito, Punjab fuel, Petrol, Diesel, Fuel services, Jaito pump"], openGraph: { "title": "Reliance Petrol Pump Jaito | Reliable Fuel Services", -- 2.49.1