diff --git a/src/app/admin-dashboard/page.tsx b/src/app/admin-dashboard/page.tsx index 3a4fac5..7771ba5 100644 --- a/src/app/admin-dashboard/page.tsx +++ b/src/app/admin-dashboard/page.tsx @@ -5,7 +5,7 @@ import ReactLenis from "lenis/react"; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import FooterCard from '@/components/sections/footer/FooterCard'; import MetricCardThree from '@/components/sections/metrics/MetricCardThree'; -import { LineChart, DollarSign, Utensils, Users, TrendingUp, BarChart, ShoppingCart, Truck, CheckCircle, Hourglass, Activity, RefreshCw } from "lucide-react"; +import { LineChart, DollarSign, Utensils, Users, TrendingUp, BarChart, ShoppingCart, Truck, CheckCircle, Hourglass, Activity, RefreshCw, Facebook, Instagram, Twitter } from "lucide-react"; export default function AdminDashboardPage() { return ( diff --git a/src/app/admin/menu/page.tsx b/src/app/admin/menu/page.tsx index 6d77616..3013805 100644 --- a/src/app/admin/menu/page.tsx +++ b/src/app/admin/menu/page.tsx @@ -77,8 +77,6 @@ export default function AdminMenuPage() { } ]} className="container mx-auto" - onProductClick={(product) => console.log("Edit product:", product.name)} - onFavorite={(productId) => console.log("Toggle availability for product:", productId)} /> diff --git a/src/app/auth/register/page.tsx b/src/app/auth/register/page.tsx index a40431c..60224ee 100644 --- a/src/app/auth/register/page.tsx +++ b/src/app/auth/register/page.tsx @@ -3,7 +3,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; // Import the navbar -import { Google, Phone, User } from "lucide-react"; // Example icons for services +import { Chrome, Phone, User } from "lucide-react"; // Example icons for services export default function RegisterPage() { const navItems = [ @@ -47,7 +47,7 @@ export default function RegisterPage() {