From 07b7b85e955dfe1b05d040b1cd636583b7ed220b Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 8 Apr 2026 10:56:24 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 116 ++++++++++++----------------------------------- 1 file changed, 30 insertions(+), 86 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c5fb36c..d698550 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,6 +2,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; +import { Zap, Clock, Mic, Trash2 } from "lucide-react"; import ContactCenter from '@/components/sections/contact/ContactCenter'; import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwentySix'; import FooterSimple from '@/components/sections/footer/FooterSimple'; @@ -29,17 +30,11 @@ export default function LandingPage() { @@ -48,19 +43,14 @@ export default function LandingPage() {
@@ -128,38 +102,19 @@ export default function LandingPage() { description="Select the right access level for your personal or professional needs." plans={[ { - id: "basic", - badge: "Free", - price: "$0", - subtitle: "For casual users", - features: [ - "Standard AI responses", - "Basic chat history", - "Web access only", - ], + id: "basic", badge: "Free", price: "$0", subtitle: "For casual users", features: [ + "Standard AI responses", "Basic chat history", "Web access only"], buttons: [ { - text: "Get Started", - href: "#", - }, + text: "Get Started", href: "#"}, ], }, { - id: "pro", - badge: "Pro", - price: "$15", - subtitle: "For power users", - features: [ - "Priority access", - "Advanced history sync", - "Voice input features", - "Multilingual support", - ], + id: "pro", badge: "Pro", price: "$15", subtitle: "For power users", features: [ + "Priority access", "Advanced history sync", "Voice input features", "Multilingual support"], buttons: [ { - text: "Upgrade Now", - href: "#", - }, + text: "Upgrade Now", href: "#"}, ], }, ]} @@ -170,8 +125,7 @@ export default function LandingPage() {