Update src/app/page.tsx

This commit is contained in:
2026-03-03 16:50:05 +00:00
parent 6ae44a5696
commit eafd612df8

View File

@@ -60,7 +60,7 @@ export default function LandingPage() {
sidebarItems: [
{ icon: Zap },
{ icon: Star, active: true },
{ icon: Shield }
{ icon: "Heart" }
],
stats: [
{ title: "Happy Clients", values: [2500, 3200, 4100], valuePrefix: "", valueSuffix: "+", description: "Satisfied customers" },
@@ -250,8 +250,8 @@ export default function LandingPage() {
},
{
title: "Connect", items: [
{ label: "WhatsApp: +91-XXXXXXXXXX", href: "https://wa.me/919876543210" },
{ label: "Call: +91-XXXXXXXXXX", href: "tel:+919876543210" },
{ label: "WhatsApp: +91-9876543210", href: "https://wa.me/919876543210" },
{ label: "Call: +91-9876543210", href: "tel:+919876543210" },
{ label: "Instagram", href: "https://instagram.com" },
{ label: "Facebook", href: "https://facebook.com" }
]