Merge version_4 into main
Merge version_4 into main
This commit was merged in pull request #4.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user