From 226ec18e304f25bb8b30cacfb8a30bf69a8eec66 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 13:43:59 +0000 Subject: [PATCH 1/3] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 54 +++++++++++----------------------------- 1 file changed, 15 insertions(+), 39 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index e305fc4..1eff8cb 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -64,25 +64,16 @@ export default function ContactPage() { buttonAnimation="slide-up" accordionItems={[ { - id: "1", - title: "Sales Inquiries", - content: - "Interested in learning more about our pricing plans or enterprise solutions? Contact our sales team to discuss your needs and find the perfect plan for your business.", - }, + id: "1", title: "Sales Inquiries", content: + "Interested in learning more about our pricing plans or enterprise solutions? Contact our sales team to discuss your needs and find the perfect plan for your business."}, { - id: "2", - title: "Technical Support", - content: - "Need help with setup, integration, or troubleshooting? Our technical support team is available 24/7 to assist you with any technical questions or issues.", - }, + id: "2", title: "Technical Support", content: + "Need help with setup, integration, or troubleshooting? Our technical support team is available 24/7 to assist you with any technical questions or issues."}, { - id: "3", - title: "Partnership Opportunities", - content: - "We're always looking for strategic partners and resellers. Contact us to explore partnership opportunities and grow together.", - }, + id: "3", title: "Partnership Opportunities", content: + "We're always looking for strategic partners and resellers. Contact us to explore partnership opportunities and grow together."}, ]} - imageSrc="http://img.b2bpic.net/free-photo/young-latin-man-entrepreneur-with-lot-orders-his-online-shop-business-owner-writing-customers-information-clipboard_662251-2175.jpg?_wi=4" + imageSrc="http://img.b2bpic.net/free-photo/young-latin-man-entrepreneur-with-lot-orders-his-online-shop-business-owner-writing-customers-information-clipboard_662251-2175.jpg" imageAlt="Contact methods" mediaAnimation="slide-up" useInvertedBackground={false} @@ -95,29 +86,14 @@ export default function ContactPage() { Date: Thu, 5 Mar 2026 13:43:59 +0000 Subject: [PATCH 2/3] Update src/app/dashboard/page.tsx --- src/app/dashboard/page.tsx | 29 ++++++++++------------------- 1 file changed, 10 insertions(+), 19 deletions(-) diff --git a/src/app/dashboard/page.tsx b/src/app/dashboard/page.tsx index 8b1c928..b3df36e 100644 --- a/src/app/dashboard/page.tsx +++ b/src/app/dashboard/page.tsx @@ -51,7 +51,7 @@ export default function DashboardPage() { { text: "View Documentation", href: "#" }, ]} buttonAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/modern-workspace-with-analytical-data-dashboards-displayed-devices_482257-126633.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/modern-workspace-with-analytical-data-dashboards-displayed-devices_482257-126633.jpg" imageAlt="Sales dashboard" useInvertedBackground={false} /> @@ -69,25 +69,16 @@ export default function DashboardPage() { buttonAnimation="slide-up" accordionItems={[ { - id: "1", - title: "Real-Time Analytics", - content: - "Monitor your sales, revenue, customer metrics, and performance indicators in real-time. Get instant insights into what's working and where to focus your efforts.", - }, + id: "1", title: "Real-Time Analytics", content: + "Monitor your sales, revenue, customer metrics, and performance indicators in real-time. Get instant insights into what's working and where to focus your efforts."}, { - id: "2", - title: "Inventory Management", - content: - "Track stock levels across all warehouses, set automatic reorder points, and receive alerts when inventory runs low. Prevent stockouts and minimize overstock situations.", - }, + id: "2", title: "Inventory Management", content: + "Track stock levels across all warehouses, set automatic reorder points, and receive alerts when inventory runs low. Prevent stockouts and minimize overstock situations."}, { - id: "3", - title: "Order Management", - content: - "Process, track, and manage all orders in one place. Integrate with shipping providers for seamless fulfillment and automatic customer notifications.", - }, + id: "3", title: "Order Management", content: + "Process, track, and manage all orders in one place. Integrate with shipping providers for seamless fulfillment and automatic customer notifications."}, ]} - imageSrc="http://img.b2bpic.net/free-photo/young-latin-man-entrepreneur-with-lot-orders-his-online-shop-business-owner-writing-customers-information-clipboard_662251-2175.jpg?_wi=3" + imageSrc="http://img.b2bpic.net/free-photo/young-latin-man-entrepreneur-with-lot-orders-his-online-shop-business-owner-writing-customers-information-clipboard_662251-2175.jpg" imageAlt="Dashboard capabilities" mediaAnimation="slide-up" useInvertedBackground={false} @@ -116,8 +107,8 @@ export default function DashboardPage() { columns={[ { items: [ - { label: "Features", id: "features" }, - { label: "Pricing", id: "pricing" }, + { label: "Features", href: "#features" }, + { label: "Pricing", href: "#pricing" }, { label: "Dashboard", href: "/dashboard" }, ], }, -- 2.49.1 From 5ea3b705cc2eb919c3b8050aab4443c33ef0f18c Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 13:44:00 +0000 Subject: [PATCH 3/3] Update src/app/products/page.tsx --- src/app/products/page.tsx | 75 ++++++++------------------------------- 1 file changed, 15 insertions(+), 60 deletions(-) diff --git a/src/app/products/page.tsx b/src/app/products/page.tsx index a279ea9..5fed35f 100644 --- a/src/app/products/page.tsx +++ b/src/app/products/page.tsx @@ -43,58 +43,22 @@ export default function ProductsPage() {