freshyo/apps/web-ui/.output/server/_ssr/me.terms-BY5QWW0t.mjs
2026-05-10 16:45:39 +05:30

62 lines
2.6 KiB
JavaScript

import { m as require_jsx_runtime } from "../_libs/react+tanstack__react-query.mjs";
import { a as MyText, t as AppContainer } from "./src-u_N1opJl.mjs";
//#region node_modules/.nitro/vite/services/ssr/assets/me.terms-BY5QWW0t.js
var import_jsx_runtime = require_jsx_runtime();
function TermsPage() {
return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(AppContainer, { children: [/* @__PURE__ */ (0, import_jsx_runtime.jsx)(MyText, {
weight: "bold",
className: "mb-6 text-2xl",
children: "Terms & Conditions"
}), /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("div", {
className: "prose prose-sm max-w-none text-gray-600",
children: [
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(MyText, {
weight: "semibold",
className: "mb-2 mt-4 text-gray-900",
children: "1. Acceptance of Terms"
}),
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(MyText, {
className: "mb-4",
children: "By using Freshyo, you agree to these terms. If you do not agree, please do not use our service."
}),
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(MyText, {
weight: "semibold",
className: "mb-2 mt-4 text-gray-900",
children: "2. Orders and Payments"
}),
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(MyText, {
className: "mb-4",
children: "All orders are subject to availability. We reserve the right to cancel any order. Payments are collected at the time of delivery (COD)."
}),
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(MyText, {
weight: "semibold",
className: "mb-2 mt-4 text-gray-900",
children: "3. Delivery Policy"
}),
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(MyText, {
className: "mb-4",
children: "Delivery times are estimates. We strive to deliver within the promised time window but delays may occur due to unforeseen circumstances."
}),
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(MyText, {
weight: "semibold",
className: "mb-2 mt-4 text-gray-900",
children: "4. Returns and Refunds"
}),
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(MyText, {
className: "mb-4",
children: "If you are not satisfied with the quality of your order, please contact us within 24 hours of delivery. Refunds will be processed after quality assessment."
}),
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(MyText, {
weight: "semibold",
className: "mb-2 mt-4 text-gray-900",
children: "5. Privacy"
}),
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(MyText, {
className: "mb-4",
children: "We respect your privacy. Your personal information is used only for order processing and delivery purposes."
})
]
})] });
}
//#endregion
export { TermsPage as component };