From ac36a0dbacf92a7800e4381519865dbf49e9109e Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 06:57:32 +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 229ccf5..5f9d73f 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -11,7 +11,8 @@ const geistMono = Geist_Mono({ }); export const metadata: Metadata = { - title: "New Galaxy Point - Mobile Store in Sarsuna", description: "Your Trusted Mobile Store in Sarsuna. Latest Smartphones, Genuine Accessories & Friendly Service Since 2011"}; + title: "New Galaxy Point - Mobile Store in Sarsuna", description: "Your Trusted Mobile Store in Sarsuna. Latest Smartphones, Genuine Accessories & Friendly Service Since 2011" +}; export default function RootLayout({ children, -- 2.49.1 From d3e30c433586b37bd6e413d1ade5a0691caa95ad Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 06:57:33 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index af48b49..80c141e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -61,8 +61,8 @@ export default function LandingPage() { } ]} buttons={[ - { text: "📞 Call Now", href: "tel:+917003575766" }, - { text: "💬 WhatsApp", href: "https://wa.me/917003575766" } + { text: "Get Latest Deals", href: "tel:+917003575766" }, + { text: "Chat for Quick Quote", href: "https://wa.me/917003575766" } ]} buttonAnimation="slide-up" useInvertedBackground={false} -- 2.49.1