3 Commits

Author SHA1 Message Date
d3e30c4335 Update src/app/page.tsx 2026-03-07 06:57:33 +00:00
ac36a0dbac Update src/app/layout.tsx 2026-03-07 06:57:32 +00:00
a512cb38d7 Merge version_2 into main
Merge version_2 into main
2026-03-07 06:55:09 +00:00
2 changed files with 4 additions and 3 deletions

View File

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

View File

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