set super hero image
This commit is contained in:
@@ -7,7 +7,7 @@ import { HeroLogo } from "@/components/heroes/HeroLogo";
|
||||
import { staggerContainer } from "@/lib/animations";
|
||||
|
||||
const HERO_STATS = [
|
||||
{ title: "2km Coverage", icon: "explore", desc: "Hyperlocal radius" },
|
||||
{ title: "Coverage", icon: "explore", desc: "Hyperlocal radius" },
|
||||
{ title: "Verified Local Stores", icon: "store", desc: "Growing local commerce" },
|
||||
{ title: "Happy Customers", icon: "mood", desc: "Neighbourhood community" },
|
||||
{ title: "Coimbatore & Beyond", icon: "location_city", desc: "Growing neighbourhood reach" },
|
||||
|
||||
@@ -8,7 +8,7 @@ import { staggerFast } from "@/lib/animations";
|
||||
|
||||
const HERO_STATS = [
|
||||
{ title: "Verified Local Stores", icon: "store", desc: "Growing local commerce" },
|
||||
{ title: "2km Neighbourhood", icon: "location_on", desc: "Hyperlocal service radius" },
|
||||
{ title: "Neighbourhood", icon: "location_on", desc: "Hyperlocal service radius" },
|
||||
{ title: "Happy Customers", icon: "mood", desc: "Growing neighbourhood community" },
|
||||
{ title: "Trusted Platform", icon: "star", desc: "Loved by local shoppers" },
|
||||
];
|
||||
|
||||
@@ -13,8 +13,8 @@ const EASE_LOGO = [0.16, 1, 0.3, 1] as [number, number, number, number];
|
||||
|
||||
const PROOF_ITEMS = [
|
||||
{ label: "Verified", text: "Local Stores", icon: "store" },
|
||||
{ label: "2km", text: "Neighbourhood Coverage", icon: "location_on" },
|
||||
{ label: "Growing", text: "Customer Community", icon: "mood" },
|
||||
{ label: "Neighborhood", text: "Coverage", icon: "location_on" },
|
||||
{ label: "Growing", text: "Happy Customers", icon: "mood" },
|
||||
{ label: "Trusted", text: "Local Platform", icon: "star" },
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user