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, 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}