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 <TextAnimation
type="entrance-slide" type="entrance-slide"
className="text-center text-4xl font-bold md:text-6xl" className="text-center text-4xl font-bold md:text-6xl"
> text="Analytics Dashboards"
Analytics Dashboards />
</TextAnimation>
</div> </div>
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>

View File

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

View File

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

View File

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

View File

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