diff --git a/app/page.tsx b/app/page.tsx
index 0886465..de07b46 100644
--- a/app/page.tsx
+++ b/app/page.tsx
@@ -43,7 +43,8 @@ import {
Download,
Flame,
Video,
- Sun
+ Sun,
+ Terminal
} from 'lucide-react';
import {
HoverCard,
@@ -1070,7 +1071,7 @@ export default function Home() {
{ icon: , text: "What's new with XAI's Grok?" },
{ icon: , text: "Latest updates on OpenAI" },
{ icon: , text: "Weather in Doha" },
- { icon: , text: "What are people saying about Llama 3.1?" },
+ { icon: , text: "Count the no. of r's in strawberry" },
];
const Navbar = () => (