This commit is contained in:
eric
2026-03-09 10:32:33 -05:00
parent eb852fb11d
commit 26f1de5fb6
5 changed files with 28 additions and 28 deletions

View File

@@ -22,11 +22,11 @@ const avatarPhotos = [
];
const features = [
{ icon: "📍", key: "feature1" as const },
{ icon: "📊", key: "feature2" as const },
{ icon: "👥", key: "feature3" as const },
{ icon: "💰", key: "feature4" as const },
{ icon: "📈", key: "feature5" as const },
{ icon: "🍹", key: "feature1" as const },
{ icon: "❤️", key: "feature2" as const },
{ icon: "🧪", key: "feature3" as const },
{ icon: "🌎", key: "feature4" as const },
{ icon: "💬", key: "feature5" as const },
];
export default function HeroSection() {