Update src/app/order-tracking/page.tsx
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user