Merge version_2 into main
Merge version_2 into main
This commit was merged in pull request #3.
This commit is contained in:
@@ -39,10 +39,11 @@ export default function AdminAnalyticsPage() {
|
||||
</div>
|
||||
<div className="flex min-h-screen items-center justify-center p-8">
|
||||
<TextAnimation
|
||||
title="Analytics Dashboards"
|
||||
type="entrance-slide"
|
||||
className="text-center text-4xl font-bold md:text-6xl"
|
||||
/>
|
||||
>
|
||||
Analytics Dashboards
|
||||
</TextAnimation>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
|
||||
@@ -39,10 +39,11 @@ export default function AdminCalendarPage() {
|
||||
</div>
|
||||
<div className="flex min-h-screen items-center justify-center p-8">
|
||||
<TextAnimation
|
||||
title="Calendar Management"
|
||||
type="entrance-slide"
|
||||
className="text-center text-4xl font-bold md:text-6xl"
|
||||
/>
|
||||
>
|
||||
Calendar Management
|
||||
</TextAnimation>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
|
||||
@@ -66,7 +66,6 @@ export default function AdminLoginPage() {
|
||||
<label htmlFor="username" className="sr-only">Username</label>
|
||||
<Input
|
||||
id="username"
|
||||
name="username"
|
||||
type="text"
|
||||
required
|
||||
placeholder="Username"
|
||||
@@ -79,7 +78,6 @@ export default function AdminLoginPage() {
|
||||
<label htmlFor="password" className="sr-only">Password</label>
|
||||
<Input
|
||||
id="password"
|
||||
name="password"
|
||||
type="password"
|
||||
required
|
||||
placeholder="Password"
|
||||
|
||||
@@ -39,10 +39,11 @@ export default function AdminSettingsPage() {
|
||||
</div>
|
||||
<div className="flex min-h-screen items-center justify-center p-8">
|
||||
<TextAnimation
|
||||
title="Settings Management"
|
||||
type="entrance-slide"
|
||||
className="text-center text-4xl font-bold md:text-6xl"
|
||||
/>
|
||||
>
|
||||
Settings Management
|
||||
</TextAnimation>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
|
||||
@@ -42,10 +42,11 @@ export default function CartPage() {
|
||||
|
||||
<section className="py-20 text-center">
|
||||
<TextAnimation
|
||||
title="Your Shopping Cart"
|
||||
type="entrance-slide"
|
||||
className="text-4xl font-bold mb-4"
|
||||
/>
|
||||
>
|
||||
Your Shopping Cart
|
||||
</TextAnimation>
|
||||
<p className="text-lg text-foreground/80">
|
||||
Looks like your cart is empty. <a href="/menu" className="text-primary-cta hover:underline">Browse our menu</a> to add some delicious items!
|
||||
</p>
|
||||
|
||||
@@ -42,10 +42,11 @@ export default function OrderTrackingPage() {
|
||||
|
||||
<section className="py-20 text-center">
|
||||
<TextAnimation
|
||||
title="Track Your Order"
|
||||
type="entrance-slide"
|
||||
className="text-4xl font-bold mb-4"
|
||||
/>
|
||||
>
|
||||
Track Your Order
|
||||
</TextAnimation>
|
||||
<p className="text-lg text-foreground/80 mb-8">
|
||||
Enter your order number to check its status.
|
||||
</p>
|
||||
|
||||
Reference in New Issue
Block a user