Merge version_2 into main

Merge version_2 into main
This commit was merged in pull request #4.
This commit is contained in:
2026-06-03 11:54:16 +00:00
5 changed files with 12 additions and 17 deletions

View File

@@ -41,9 +41,8 @@ export default function AdminAnalyticsPage() {
<TextAnimation
type="entrance-slide"
className="text-center text-4xl font-bold md:text-6xl"
>
Analytics Dashboards
</TextAnimation>
text="Analytics Dashboards"
/>
</div>
</ReactLenis>
</ThemeProvider>

View File

@@ -41,9 +41,8 @@ export default function AdminCalendarPage() {
<TextAnimation
type="entrance-slide"
className="text-center text-4xl font-bold md:text-6xl"
>
Calendar Management
</TextAnimation>
text="Calendar Management"
/>
</div>
</ReactLenis>
</ThemeProvider>

View File

@@ -41,9 +41,8 @@ export default function AdminSettingsPage() {
<TextAnimation
type="entrance-slide"
className="text-center text-4xl font-bold md:text-6xl"
>
Settings Management
</TextAnimation>
text="Settings Management"
/>
</div>
</ReactLenis>
</ThemeProvider>

View File

@@ -33,7 +33,7 @@ export default function CartPage() {
{ name: "Orders", id: "/order-tracking" },
{ name: "Pricing", id: "#pricing" },
{ name: "Testimonials", id: "#testimonials" },
{ name: "Contact", id: "#contact" },
{ name: "Contact", id: "#contact" }
]}
brandName="ReservaFlow"
button={{ text: "Start Free Trial", href: "#contact" }}
@@ -44,9 +44,8 @@ export default function CartPage() {
<TextAnimation
type="entrance-slide"
className="text-4xl font-bold mb-4"
>
Your Shopping Cart
</TextAnimation>
text="Your Shopping Cart"
/>
<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>

View File

@@ -33,7 +33,7 @@ export default function OrderTrackingPage() {
{ name: "Orders", id: "/order-tracking" },
{ name: "Pricing", id: "#pricing" },
{ name: "Testimonials", id: "#testimonials" },
{ name: "Contact", id: "#contact" },
{ name: "Contact", id: "#contact" }
]}
brandName="ReservaFlow"
button={{ text: "Start Free Trial", href: "#contact" }}
@@ -44,9 +44,8 @@ export default function OrderTrackingPage() {
<TextAnimation
type="entrance-slide"
className="text-4xl font-bold mb-4"
>
Track Your Order
</TextAnimation>
text="Track Your Order"
/>
<p className="text-lg text-foreground/80 mb-8">
Enter your order number to check its status.
</p>