add image

This commit is contained in:
2026-06-25 13:56:36 +05:30
parent d3c7d93cef
commit b233992f30
32 changed files with 632 additions and 542 deletions

View File

@@ -0,0 +1,29 @@
export const siteContent = {
brand: {
name: "Nearle",
},
metrics: {
// Only keep values that are verified and consistent.
// TODO: Confirm all numeric metrics with the business team before adding them back.
// Removed from UI: verifiedStores, happyCustomers, customerRating (unverifiable / conflicting)
serviceRadius: "2km", // product specification — not a business metric
},
app: {
// TODO: Populate once app is confirmed live on both stores.
// Candidate iOS: https://apps.apple.com/us/app/nearle/id1596895375
// Candidate Android: https://play.google.com/store/apps/details?id=com.nearle.gear
androidUrl: "",
iosUrl: "",
status: "coming-soon",
},
contact: {
// TODO: Confirm these details with the business team before launch.
// These values are sourced from the existing codebase — not invented.
phone: "+91 80 4912 3456",
whatsappUrl: "https://wa.me/918049123456",
email: "support@nearle.in",
},
} as const;