   [1m[38;2;173;127;168m▲ Next.js 15.2.5[39m[22m

 [37m[1m [22m[39m Creating an optimized production build ...
NX: Next.js SVGR support is deprecated. If used with turbopack, it may not work as expected and is not recommended. Please configure SVGR manually.
NX: Next.js SVGR support is deprecated. If used with turbopack, it may not work as expected and is not recommended. Please configure SVGR manually.
NX: Next.js SVGR support is deprecated. If used with turbopack, it may not work as expected and is not recommended. Please configure SVGR manually.
[31mFailed to compile.
[39m
./components/Pricing/PricingPlans.tsx
Error:   [31m×[0m Expected ';', got 'PlanCardProps'
    ╭─[[36;1;4m/var/www/your-reviews/repo/apps/public-site/components/Pricing/PricingPlans.tsx[0m:61:1]
 [2m58[0m │ }
 [2m59[0m │ 
 [2m60[0m │ type PlanCardProps = {
 [2m61[0m │ type PlanCardProps = {
    · [35;1m     ─────────────[0m
 [2m62[0m │ const PlanCard = ({ title, price, features }: PlanCardProps) => (
 [2m63[0m │ 
 [2m64[0m │   <div className="p-6 plan-card max-l:max-w-[428px] shadow hover:shadow-lg transition mx-auto rounded-[20px] px-[28px] pt-[45px] pb-[34px] bg-white overflow-hidden">
    ╰────

Caused by:
    Syntax Error

Import trace for requested module:
./components/Pricing/PricingPlans.tsx
./app/pricing/page.tsx


> Build failed because of webpack errors
[1m[31mBuild process exited due to code 1  [39m[22m
