diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 6817972..25969c7 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1384,4 +1384,4 @@ export default function RootLayout({ ); -} +} \ No newline at end of file diff --git a/src/app/page.tsx b/src/app/page.tsx index 05cb779..f8bf5ed 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -100,7 +100,7 @@ export default function LandingPage() { { id: "free", title: "Free Plan", price: "Free", period: "Forever", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ahm5WqJSwOGNbX3iFohsWDw7aU/abstract-data-visualization-or-growth-ch-1773053075565-a74568c0.png?_wi=1", imageAlt: "Free Plan Features", button: { text: "Get Started", href: "#contact" }, features: [ - "10 AI Questions Per Day", "Limited Access to Library", "Basic Study Materials", "Community Forum Access" + "10 Free AI Questions Daily", "Limited Access to Library", "Basic Study Materials", "Community Forum Access" ] }, { @@ -223,4 +223,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file