   [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/BusinessRegistrationLogin/BusinessAccountForm.tsx
Error:   [31m×[0m Expression expected
     ╭─[[36;1;4m/var/www/your-reviews/repo/apps/public-site/components/BusinessRegistrationLogin/BusinessAccountForm.tsx[0m:129:1]
 [2m126[0m │     const [selectedCategory, setSelectedCategory] = useState<number | null>(null);
 [2m127[0m │     const [selectedCategoryProductForm, setSelectedCategoryProductForm] = useState<number | null>(null);
 [2m128[0m │     return(
 [2m129[0m │         <>
     · [35;1m         ─[0m
 [2m130[0m │         <section className="business-account-form bg-[#f5f5f5] pb-[72px] relative">
 [2m131[0m │             <div className="container mx-auto px-4">
 [2m132[0m │                 <div className="form-holder mx-auto max-w-[1124px] bg-white shadow-md rounded-[22px] max-sm:py-10 max-sm:px-[15px] 
     ╰────
  [31m×[0m Unexpected token `div`. Expected jsx identifier
     ╭─[[36;1;4m/var/www/your-reviews/repo/apps/public-site/components/BusinessRegistrationLogin/BusinessAccountForm.tsx[0m:160:1]
 [2m157[0m │                         </div>
 [2m158[0m │                         <div className="primary-tab-content mt-[60px]">
 [2m159[0m │                             {activeTab === 'business' && (
 [2m160[0m │                                 <div className="businessRegistrationTab">
     · [35;1m                                 ───[0m
 [2m161[0m │                                     <div className="max-w-7xl mx-auto">
 [2m162[0m │                                         <form className="grid grid-cols-1 lg:grid-cols-2 gap-6">
 [2m163[0m │                                               {/* Row 1 */}
     ╰────

Caused by:
    Syntax Error

Import trace for requested module:
./components/BusinessRegistrationLogin/BusinessAccountForm.tsx
./app/business-registration-login/page.tsx


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