diff --git a/src/app/track-order/page.tsx b/src/app/track-order/page.tsx
index 270fd26..9266fb1 100644
--- a/src/app/track-order/page.tsx
+++ b/src/app/track-order/page.tsx
@@ -26,37 +26,21 @@ export default function LandingPage() {
@@ -86,29 +67,11 @@ export default function LandingPage() {
useInvertedBackground={true}
features={[
{
- title: "Missing Item?",
- description: "If an item is missing from your order, please contact support with your order details for immediate assistance.",
- imageSrc: "http://img.b2bpic.net/free-photo/view-mysterious-cardboard-box_23-2149603188.jpg",
- imageAlt: "Missing Item",
- titleImageSrc: "http://img.b2bpic.net/free-photo/happy-delivery-boy_23-2151952971.jpg",
- buttonText: "Report Missing Item",
- },
+ title: "Missing Item?", description: "If an item is missing from your order, please contact support with your order details for immediate assistance.", imageSrc: "http://img.b2bpic.net/free-photo/view-mysterious-cardboard-box_23-2149603188.jpg", imageAlt: "Missing Item", titleImageSrc: "http://img.b2bpic.net/free-photo/happy-delivery-boy_23-2151952971.jpg", buttonText: "Report Missing Item"},
{
- title: "Incorrect Order?",
- description: "Received the wrong product? Let us know, and we'll work swiftly to correct your order.",
- imageSrc: "http://img.b2bpic.net/free-photo/golden-warning-sign-icon-dark-background_84443-94396.jpg",
- imageAlt: "Incorrect Order",
- titleImageSrc: "http://img.b2bpic.net/free-photo/person-living-inside-box_23-2151191422.jpg",
- buttonText: "Report Incorrect Order",
- },
+ title: "Incorrect Order?", description: "Received the wrong product? Let us know, and we'll work swiftly to correct your order.", imageSrc: "http://img.b2bpic.net/free-photo/golden-warning-sign-icon-dark-background_84443-94396.jpg", imageAlt: "Incorrect Order", titleImageSrc: "http://img.b2bpic.net/free-photo/person-living-inside-box_23-2151191422.jpg", buttonText: "Report Incorrect Order"},
{
- title: "Delivery Delay?",
- description: "If your order is delayed beyond the estimated delivery time, we're here to investigate and provide updates.",
- imageSrc: "http://img.b2bpic.net/free-photo/front-view-clock-present-black-background_23-2148281071.jpg",
- imageAlt: "Delivery Delay",
- titleImageSrc: "http://img.b2bpic.net/free-vector/stopwatch-outline-moving-fast_78370-8142.jpg",
- buttonText: "Check Delay Status",
- },
+ title: "Delivery Delay?", description: "If your order is delayed beyond the estimated delivery time, we're here to investigate and provide updates.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-clock-present-black-background_23-2148281071.jpg", imageAlt: "Delivery Delay", titleImageSrc: "http://img.b2bpic.net/free-vector/stopwatch-outline-moving-fast_78370-8142.jpg", buttonText: "Check Delay Status"},
]}
title="Need Help With Your Order?"
description="We're here to assist with any questions regarding your recent NovaCart purchase. Check our common queries or get in touch with our support team."
@@ -119,79 +82,47 @@ export default function LandingPage() {