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

This commit is contained in:
2026-03-26 03:05:18 +00:00
parent 18d341f819
commit 94eabf3495

View File

@@ -29,35 +29,17 @@ export default function LandingPage() {
<NavbarStyleFullscreen
navItems={[
{
name: "Home",
id: "home",
href: "/",
},
name: "Home", id: "/"},
{
name: "Products",
id: "products",
href: "/products",
},
name: "Products", id: "/products"},
{
name: "Categories",
id: "categories",
href: "/categories",
},
name: "Categories", id: "/categories"},
{
name: "Offers",
id: "offers",
href: "#offers",
},
name: "Offers", id: "#offers"},
{
name: "FAQ",
id: "faq",
href: "#faq",
},
name: "FAQ", id: "#faq"},
{
name: "Contact",
id: "contact",
href: "/contact",
},
name: "Contact", id: "/contact"},
]}
brandName="CaseBuddy"
bottomLeftText="Upgrade Your Style"
@@ -68,8 +50,7 @@ export default function LandingPage() {
<div id="tracking-hero" data-section="tracking-hero">
<HeroBillboard
background={{
variant: "rotated-rays-static",
}}
variant: "rotated-rays-static"}}
title="Track Your CaseBuddy Order"
description="Stay updated on the status of your order from our warehouse to your doorstep."
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BSsLGGxnv45WOzNAadCwZHfaFW/modern-flat-design-logo-for-fedex-white--1774493820705-2a0a62b3.png"
@@ -84,25 +65,13 @@ export default function LandingPage() {
features={[
{
id: 1,
title: "Find Your Tracking ID",
description: "Locate your unique tracking ID in your order confirmation email or your CaseBuddy account.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BSsLGGxnv45WOzNAadCwZHfaFW/minimalist-icon-representing-fast-shippi-1774493821757-a86f94b9.png?_wi=3",
imageAlt: "Email icon for tracking ID",
},
title: "Find Your Tracking ID", description: "Locate your unique tracking ID in your order confirmation email or your CaseBuddy account.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BSsLGGxnv45WOzNAadCwZHfaFW/minimalist-icon-representing-fast-shippi-1774493821757-a86f94b9.png?_wi=3", imageAlt: "Email icon for tracking ID"},
{
id: 2,
title: "Enter ID Below",
description: "Paste your tracking ID into the input field on this page to initiate the search.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BSsLGGxnv45WOzNAadCwZHfaFW/minimalist-icon-representing-affordabili-1774493821282-1fbbfd27.png?_wi=2",
imageAlt: "Search bar icon",
},
title: "Enter ID Below", description: "Paste your tracking ID into the input field on this page to initiate the search.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BSsLGGxnv45WOzNAadCwZHfaFW/minimalist-icon-representing-affordabili-1774493821282-1fbbfd27.png?_wi=2", imageAlt: "Search bar icon"},
{
id: 3,
title: "Get Real-time Updates",
description: "Receive instant updates on your package's journey, from dispatch to delivery.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BSsLGGxnv45WOzNAadCwZHfaFW/minimalist-icon-representing-durability--1774493821628-d55929d7.png?_wi=2",
imageAlt: "Delivery status icon",
},
title: "Get Real-time Updates", description: "Receive instant updates on your package's journey, from dispatch to delivery.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BSsLGGxnv45WOzNAadCwZHfaFW/minimalist-icon-representing-durability--1774493821628-d55929d7.png?_wi=2", imageAlt: "Delivery status icon"},
]}
title="How to Track Your Shipment"
description="Follow these simple steps to get the latest updates on your CaseBuddy delivery."
@@ -117,25 +86,13 @@ export default function LandingPage() {
useInvertedBackground={false}
faqs={[
{
id: "1",
title: "What if my tracking ID is not working?",
content: "Please allow up to 24 hours for the tracking information to update after you receive your shipping confirmation. If it still doesn't work, contact our support team.",
},
id: "1", title: "What if my tracking ID is not working?", content: "Please allow up to 24 hours for the tracking information to update after you receive your shipping confirmation. If it still doesn't work, contact our support team."},
{
id: "2",
title: "How long does delivery usually take?",
content: "Standard delivery in India typically takes 3-7 business days, depending on your location. Express options may be available at checkout.",
},
id: "2", title: "How long does delivery usually take?", content: "Standard delivery in India typically takes 3-7 business days, depending on your location. Express options may be available at checkout."},
{
id: "3",
title: "Can I change my delivery address?",
content: "Address changes are possible only before the order has been dispatched. Please contact support immediately with your order ID if you need to modify your address.",
},
id: "3", title: "Can I change my delivery address?", content: "Address changes are possible only before the order has been dispatched. Please contact support immediately with your order ID if you need to modify your address."},
{
id: "4",
title: "What if my package is delayed or lost?",
content: "While rare, if your package is significantly delayed or marked as lost, please reach out to our customer service with your tracking details. We'll work with the courier to resolve the issue.",
},
id: "4", title: "What if my package is delayed or lost?", content: "While rare, if your package is significantly delayed or marked as lost, please reach out to our customer service with your tracking details. We'll work with the courier to resolve the issue."},
]}
title="Frequently Asked Questions"
description="Find quick answers about shipping, delivery, and order modifications."
@@ -152,28 +109,17 @@ export default function LandingPage() {
description="If you're experiencing issues tracking your order, please fill out the form below and our support team will assist you promptly."
inputs={[
{
name: "name",
type: "text",
placeholder: "Your Name",
required: true,
name: "name", type: "text", placeholder: "Your Name", required: true,
},
{
name: "email",
type: "email",
placeholder: "Your Email",
required: true,
name: "email", type: "email", placeholder: "Your Email", required: true,
},
{
name: "orderId",
type: "text",
placeholder: "Your Order ID",
required: true,
name: "orderId", type: "text", placeholder: "Your Order ID", required: true,
},
]}
textarea={{
name: "message",
placeholder: "Briefly describe your issue",
rows: 4,
name: "message", placeholder: "Briefly describe your issue", rows: 4,
required: true,
}}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BSsLGGxnv45WOzNAadCwZHfaFW/modern-flat-design-logo-for-blue-dart-in-1774493820768-3d858eca.png"
@@ -188,62 +134,37 @@ export default function LandingPage() {
<FooterBase
columns={[
{
title: "Shop",
items: [
title: "Shop", items: [
{
label: "iPhone Cases",
href: "/categories#iphone",
},
label: "iPhone Cases", href: "/categories#iphone"},
{
label: "Samsung Cases",
href: "/categories#samsung",
},
label: "Samsung Cases", href: "/categories#samsung"},
{
label: "OnePlus Cases",
href: "/categories#oneplus",
},
label: "OnePlus Cases", href: "/categories#oneplus"},
{
label: "Accessories",
href: "/categories#accessories",
},
label: "Accessories", href: "/categories#accessories"},
],
},
{
title: "Company",
items: [
title: "Company", items: [
{
label: "About Us",
href: "/about",
},
label: "About Us", href: "/about"},
{
label: "Blog",
href: "/blog",
},
label: "Blog", href: "/blog"},
{
label: "Careers",
href: "/careers",
},
label: "Careers", href: "/careers"},
],
},
{
title: "Support",
items: [
title: "Support", items: [
{
label: "Contact Us",
href: "/contact",
},
label: "Contact Us", href: "/contact"},
{
label: "Order Tracking",
href: "/order-tracking",
},
label: "Order Tracking", href: "/order-tracking"},
{
label: "FAQs",
href: "/faq",
},
label: "FAQs", href: "/faq"},
{
label: "Returns & Warranty",
href: "/returns",
},
label: "Returns & Warranty", href: "/returns"},
],
},
]}