66 lines
2.4 KiB
JavaScript
66 lines
2.4 KiB
JavaScript
import { m as require_jsx_runtime } from "../_libs/react+tanstack__react-query.mjs";
|
|
import { _ as Leaf, i as Truck, u as Shield, y as Heart } from "../_libs/lucide-react.mjs";
|
|
import { a as MyText, t as AppContainer } from "./src-u_N1opJl.mjs";
|
|
//#region node_modules/.nitro/vite/services/ssr/assets/me.about-ig0mha9d.js
|
|
var import_jsx_runtime = require_jsx_runtime();
|
|
function AboutPage() {
|
|
return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(AppContainer, { children: [
|
|
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(MyText, {
|
|
weight: "bold",
|
|
className: "mb-6 text-2xl",
|
|
children: "About Freshyo"
|
|
}),
|
|
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("div", {
|
|
className: "grid grid-cols-2 gap-4",
|
|
children: [
|
|
{
|
|
icon: Leaf,
|
|
title: "Local Roots",
|
|
desc: "We source directly from local farmers to bring you the freshest meat."
|
|
},
|
|
{
|
|
icon: Heart,
|
|
title: "Quality First",
|
|
desc: "Every cut is inspected for quality and freshness before delivery."
|
|
},
|
|
{
|
|
icon: Truck,
|
|
title: "Fast Delivery",
|
|
desc: "Get your order delivered within 1 hour in select areas."
|
|
},
|
|
{
|
|
icon: Shield,
|
|
title: "Farmers First",
|
|
desc: "We ensure fair prices and sustainable practices for our farmers."
|
|
}
|
|
].map((mission) => /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("div", {
|
|
className: "rounded-xl border border-gray-100 bg-white p-4 shadow-sm",
|
|
children: [
|
|
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(mission.icon, { className: "mb-2 h-8 w-8 text-brand-500" }),
|
|
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(MyText, {
|
|
weight: "semibold",
|
|
className: "mb-1",
|
|
children: mission.title
|
|
}),
|
|
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(MyText, {
|
|
className: "text-sm text-gray-600",
|
|
children: mission.desc
|
|
})
|
|
]
|
|
}, mission.title))
|
|
}),
|
|
/* @__PURE__ */ (0, import_jsx_runtime.jsxs)("div", {
|
|
className: "mt-8",
|
|
children: [/* @__PURE__ */ (0, import_jsx_runtime.jsx)(MyText, {
|
|
weight: "bold",
|
|
className: "mb-3 text-lg",
|
|
children: "Sourcing & Quality"
|
|
}), /* @__PURE__ */ (0, import_jsx_runtime.jsx)(MyText, {
|
|
className: "mb-6 text-sm leading-relaxed text-gray-600",
|
|
children: "We partner with trusted local farmers who follow ethical and sustainable farming practices. Every product undergoes rigorous quality checks to ensure you receive only the freshest meat."
|
|
})]
|
|
})
|
|
] });
|
|
}
|
|
//#endregion
|
|
export { AboutPage as component };
|