diff --git a/src/app/page.tsx b/src/app/page.tsx index cb7be97..1ee0ad5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -155,7 +155,7 @@ export default function LandingPage() { ] }, { - title: "Delivery Timeline", description: "Quick editing and delivery without compromising on quality or attention to detail.", bentoComponent: "3d-task-list", title: "Delivery Timeline", items: [ + title: "Delivery Timeline", description: "Quick editing and delivery without compromising on quality or attention to detail.", bentoComponent: "3d-task-list", items: [ { icon: Clock, label: "Initial Edits", time: "3-5 days" }, { icon: CheckCircle, label: "Full Gallery", time: "1-2 weeks" }, { icon: Download, label: "Final Delivery", time: "High-res files" } @@ -219,4 +219,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file