Merge version_4 into main #4

Merged
bender merged 1 commits from version_4 into main 2026-04-20 00:05:34 +00:00

View File

@@ -10,7 +10,8 @@ import FaqSplitText from "@/components/sections/faq/FaqSplitText";
import ContactText from "@/components/sections/contact/ContactText";
import FooterLogoReveal from "@/components/sections/footer/FooterLogoReveal";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import { Target, Activity, Shield, Zap } from "lucide-react";
import { Target, Activity, Shield, Zap, User } from "lucide-react";
import AvatarGroup from "@/components/shared/AvatarGroup";
export default function PathlyPage() {
const navItems = [
@@ -60,6 +61,10 @@ export default function PathlyPage() {
title="Turn Ambitions Into Daily Reality"
description="Stop dreaming and start achieving."
onSubmit={(email) => console.log(email)}
avatars={[
{ src: "http://img.b2bpic.net/free-photo/portrait-man-smiling_23-2148812604.jpg", alt: "User Profile" }
]}
avatarText="Join the community"
/>
<div id="features">
<FeatureCardTwentyThree