+
{navigationData.main_navigation.map((item) => (
{
onMouseLeave={handleNavItemMouseLeave}
>
{
e.preventDefault();
@@ -1031,9 +1032,8 @@ export const Navigation = () => {
{item}
{hasDropdown(item) && (
)}
@@ -1091,7 +1091,7 @@ export const Navigation = () => {
{navigationData.main_navigation.map((item) => (
{
e.preventDefault();
diff --git a/pages/RanOutOfProject.tsx b/pages/RanOutOfProject.tsx
index fba8ee5..75d4972 100644
--- a/pages/RanOutOfProject.tsx
+++ b/pages/RanOutOfProject.tsx
@@ -61,7 +61,7 @@ const getTechIcon = (tech: string) => {
};
const projectDetails = {
- title: "RanOutOf – Smart Grocery List & Inventory Management App",
+ title: "RanOutOf – Simplify Grocery Planning with AI-Powered Lists",
subtitle: "A voice-enabled, reminder-rich, and collaborative grocery management app designed to simplify household planning and eliminate stockouts",
technologies: ["React Native", "Laravel", "Node.js", "MySQL", "Firebase"],
industries: ["Consumer Tech", "Retail Technology", "Productivity"],