Update src/app/order-tracking/page.tsx

This commit is contained in:
2026-06-03 11:54:13 +00:00
parent 4c9ee59616
commit 3c2e54a65d

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>