Update src/app/page.tsx
This commit is contained in:
@@ -10,7 +10,7 @@ import FaqDouble from "@/components/sections/faq/FaqDouble";
|
||||
import ContactSplitForm from "@/components/sections/contact/ContactSplitForm";
|
||||
import FooterBaseCard from "@/components/sections/footer/FooterBaseCard";
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import { Target, Activity, Shield } from "lucide-react";
|
||||
import { Target } from "lucide-react";
|
||||
|
||||
export default function PathlyPage() {
|
||||
const navItems = [
|
||||
@@ -57,7 +57,7 @@ export default function PathlyPage() {
|
||||
</div>
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplit
|
||||
background="canvas-reveal"
|
||||
background={{ variant: "canvas-reveal" }}
|
||||
tag="Your AI Goal Companion"
|
||||
tagIcon={Target}
|
||||
title="Turn Ambitions Into Daily Reality"
|
||||
|
||||
Reference in New Issue
Block a user