Merge version_2 into main #3
@@ -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 (
|
||||
|
||||
@@ -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)}
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
@@ -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() {
|
||||
</p>
|
||||
<div className="flex flex-col space-y-4">
|
||||
<button className="w-full flex items-center justify-center px-4 py-2 border border-transparent rounded-md shadow-sm text-sm font-medium text-white bg-blue-600 hover:bg-blue-700 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-blue-500">
|
||||
<Google className="h-5 w-5 mr-2" /> Register with Google
|
||||
<Chrome className="h-5 w-5 mr-2" /> Register with Google
|
||||
</button>
|
||||
<button className="w-full flex items-center justify-center px-4 py-2 border border-transparent rounded-md shadow-sm text-sm font-medium text-white bg-green-600 hover:bg-green-700 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-green-500">
|
||||
<Phone className="h-5 w-5 mr-2" /> Register with Phone OTP
|
||||
|
||||
@@ -40,7 +40,7 @@ export default function CheckoutPage() {
|
||||
|
||||
<div id="checkout-content" data-section="checkout-content" className="min-h-screen py-20 flex flex-col justify-center items-center text-center px-4">
|
||||
<TextAnimation
|
||||
title="Your Order & Payment"
|
||||
text="Your Order & Payment"
|
||||
type="entrance-slide"
|
||||
className="mb-8"
|
||||
/>
|
||||
|
||||
@@ -6,7 +6,7 @@ import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleAp
|
||||
import HeroBillboardGallery from '@/components/sections/hero/HeroBillboardGallery';
|
||||
import FeatureCardTwentySeven from '@/components/sections/feature/FeatureCardTwentySeven';
|
||||
import FooterCard from '@/components/sections/footer/FooterCard';
|
||||
import { User, DollarSign, Users, ShoppingBag, Ban } from "lucide-react";
|
||||
import { User, DollarSign, Users, ShoppingBag, Ban, Facebook, Instagram, Twitter } from "lucide-react";
|
||||
|
||||
export default function CustomerManagementPage() {
|
||||
return (
|
||||
|
||||
@@ -6,7 +6,7 @@ import FooterCard from '@/components/sections/footer/FooterCard';
|
||||
import HeroBillboardDashboard from '@/components/sections/hero/HeroBillboardDashboard';
|
||||
import MetricCardThree from '@/components/sections/metrics/MetricCardThree';
|
||||
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
||||
import { Briefcase, CreditCard, DollarSign, LineChart, Receipt, Scale, TrendingUp, Wallet } from "lucide-react";
|
||||
import { Briefcase, CreditCard, DollarSign, LineChart, Receipt, Scale, TrendingUp, Wallet, Facebook, Instagram, Twitter } from "lucide-react";
|
||||
|
||||
export default function FinancePage() {
|
||||
return (
|
||||
|
||||
@@ -6,7 +6,7 @@ import FeatureCardTwentyEight from '@/components/sections/feature/FeatureCardTwe
|
||||
import FooterCard from '@/components/sections/footer/FooterCard';
|
||||
import HeroBillboardDashboard from '@/components/sections/hero/HeroBillboardDashboard';
|
||||
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
||||
import { Briefcase, ChefHat, FileText, ShieldCheck, Truck, Users, Utensils } from "lucide-react";
|
||||
import { Briefcase, ChefHat, FileText, ShieldCheck, Truck, Users, Utensils, Facebook, Instagram, Twitter } from "lucide-react";
|
||||
|
||||
export default function StaffPage() {
|
||||
return (
|
||||
|
||||
Reference in New Issue
Block a user