Merge version_3 into main #5

Merged
bender merged 2 commits from version_3 into main 2026-03-07 06:57:43 +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}